public final class MemoryExprFactory extends WalkerFactoryBase
Constructor and Description |
---|
MemoryExprFactory(WalkerContext context) |
Modifier and Type | Method and Description |
---|---|
Alias |
createAlias(Where where,
java.lang.String memoryId,
Expr min,
Expr max) |
MemoryExpr |
createMemory(Where where,
Memory.Kind kind,
Type type,
Expr sizeExpr,
Alias alias) |
getIR, getReporter, getSymbols, getThisArgs, raiseError, raiseError
public MemoryExprFactory(WalkerContext context)
public MemoryExpr createMemory(Where where, Memory.Kind kind, Type type, Expr sizeExpr, Alias alias) throws SemanticException
SemanticException
public Alias createAlias(Where where, java.lang.String memoryId, Expr min, Expr max) throws SemanticException
SemanticException