Uses of Class
com.googlecode.aviator.lexer.SymbolTable
Packages that use SymbolTable
Package
Description
-
Uses of SymbolTable in com.googlecode.aviator
Fields in com.googlecode.aviator declared as SymbolTableMethods in com.googlecode.aviator with parameters of type SymbolTableModifier and TypeMethodDescriptionAviatorEvaluatorInstance.getFunction
(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 SymbolTableModifierConstructorDescriptionBaseExpression
(AviatorEvaluatorInstance instance, List<VariableMeta> vars, SymbolTable symbolTable) ClassExpression
(AviatorEvaluatorInstance instance, List<VariableMeta> vars, SymbolTable symbolTable) InterpretExpression
(AviatorEvaluatorInstance instance, List<VariableMeta> vars, Set<Token<?>> constants, SymbolTable symbolTable, List<IR> instruments, boolean unboxObject) -
Uses of SymbolTable in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code declared as SymbolTable -
Uses of SymbolTable in com.googlecode.aviator.lexer
Fields in com.googlecode.aviator.lexer declared as SymbolTableMethods in com.googlecode.aviator.lexer that return SymbolTable -
Uses of SymbolTable in com.googlecode.aviator.parser
Methods in com.googlecode.aviator.parser that return SymbolTable -
Uses of SymbolTable in com.googlecode.aviator.runtime
Constructors in com.googlecode.aviator.runtime with parameters of type SymbolTableModifierConstructorDescriptionRuntimeFunctionDelegator
(String name, SymbolTable symbolTable, FunctionMissing functionMissing) -
Uses of SymbolTable in com.googlecode.aviator.runtime.type
Fields in com.googlecode.aviator.runtime.type declared as SymbolTableMethods in com.googlecode.aviator.runtime.type with parameters of type SymbolTableModifier and TypeMethodDescriptionprivate void
AviatorJavaType.init
(String name, SymbolTable symbolTable) Constructors in com.googlecode.aviator.runtime.type with parameters of type SymbolTable