Uses of Class
com.googlecode.aviator.lexer.SymbolTable
-
-
Uses of SymbolTable in com.googlecode.aviator
Fields in com.googlecode.aviator declared as SymbolTable Modifier and Type Field Description protected SymbolTable
BaseExpression. symbolTable
Methods in com.googlecode.aviator with parameters of type SymbolTable Modifier and Type Method Description AviatorFunction
AviatorEvaluatorInstance. getFunction(java.lang.String name, SymbolTable symbolTable)
Retrieve an aviator function by name,throw exception if not found or null.It's not thread-safe.Constructors in com.googlecode.aviator with parameters of type SymbolTable Constructor Description BaseExpression(AviatorEvaluatorInstance instance, java.util.List<VariableMeta> vars, SymbolTable symbolTable)
ClassExpression(AviatorEvaluatorInstance instance, java.util.List<VariableMeta> vars, SymbolTable symbolTable)
InterpretExpression(AviatorEvaluatorInstance instance, java.util.List<VariableMeta> vars, java.util.Set<Token<?>> constants, SymbolTable symbolTable, java.util.List<IR> instruments, boolean unboxObject)
-
Uses of SymbolTable in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code declared as SymbolTable Modifier and Type Field Description protected SymbolTable
BaseEvalCodeGenerator. symbolTable
-
Uses of SymbolTable in com.googlecode.aviator.lexer
Fields in com.googlecode.aviator.lexer declared as SymbolTable Modifier and Type Field Description private SymbolTable
ExpressionLexer. symbolTable
Methods in com.googlecode.aviator.lexer that return SymbolTable Modifier and Type Method Description SymbolTable
ExpressionLexer. getSymbolTable()
-
Uses of SymbolTable in com.googlecode.aviator.parser
Methods in com.googlecode.aviator.parser that return SymbolTable Modifier and Type Method Description SymbolTable
ExpressionParser. getSymbolTable()
SymbolTable
Parser. getSymbolTable()
-
Uses of SymbolTable in com.googlecode.aviator.runtime
Constructors in com.googlecode.aviator.runtime with parameters of type SymbolTable Constructor Description RuntimeFunctionDelegator(java.lang.String name, SymbolTable symbolTable, FunctionMissing functionMissing)
-
Uses of SymbolTable in com.googlecode.aviator.runtime.type
Fields in com.googlecode.aviator.runtime.type declared as SymbolTable Modifier and Type Field Description private SymbolTable
AviatorJavaType. symbolTable
Methods in com.googlecode.aviator.runtime.type with parameters of type SymbolTable Modifier and Type Method Description private void
AviatorJavaType. init(java.lang.String name, SymbolTable symbolTable)
Constructors in com.googlecode.aviator.runtime.type with parameters of type SymbolTable Constructor Description AviatorJavaType(java.lang.String name, SymbolTable symbolTable)
-