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 SymbolTableBaseExpression. symbolTableMethods in com.googlecode.aviator with parameters of type SymbolTable Modifier and Type Method Description AviatorFunctionAviatorEvaluatorInstance. 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 SymbolTableBaseEvalCodeGenerator. symbolTable -
Uses of SymbolTable in com.googlecode.aviator.lexer
Fields in com.googlecode.aviator.lexer declared as SymbolTable Modifier and Type Field Description private SymbolTableExpressionLexer. symbolTableMethods in com.googlecode.aviator.lexer that return SymbolTable Modifier and Type Method Description SymbolTableExpressionLexer. getSymbolTable() -
Uses of SymbolTable in com.googlecode.aviator.parser
Methods in com.googlecode.aviator.parser that return SymbolTable Modifier and Type Method Description SymbolTableExpressionParser. getSymbolTable()SymbolTableParser. 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 SymbolTableAviatorJavaType. symbolTableMethods in com.googlecode.aviator.runtime.type with parameters of type SymbolTable Modifier and Type Method Description private voidAviatorJavaType. 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)
-