Uses of Class
com.googlecode.aviator.parser.VariableMeta
Packages that use VariableMeta
Package
Description
-
Uses of VariableMeta in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type VariableMetaModifier and TypeFieldDescriptionprivate Map
<VariableMeta, AviatorJavaType> InterpretExpression.variables
private List
<VariableMeta> BaseExpression.vars
Methods in com.googlecode.aviator that return types with arguments of type VariableMetaMethods in com.googlecode.aviator with parameters of type VariableMetaMethod parameters in com.googlecode.aviator with type arguments of type VariableMetaModifier and TypeMethodDescriptionprotected void
BaseExpression.afterPopulateFullNames
(Map<String, VariableMeta> fullNames, Set<String> parentVars) private void
InterpretExpression.loadVars
(List<VariableMeta> vars) Constructor parameters in com.googlecode.aviator with type arguments of type VariableMetaModifierConstructorDescriptionBaseExpression
(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) LiteralExpression
(AviatorEvaluatorInstance instance, Object result, List<VariableMeta> vars) -
Uses of VariableMeta in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code with type parameters of type VariableMetaModifier and TypeFieldDescriptionprotected Map
<String, VariableMeta> BaseEvalCodeGenerator.variables
Method parameters in com.googlecode.aviator.code with type arguments of type VariableMetaModifier and TypeMethodDescriptionprivate void
OptimizeCodeGenerator.callASM
(Map<String, VariableMeta> variables, Map<String, Integer> methods, Set<Token<?>> constants) void
EvalCodeGenerator.initVariables
(Map<String, VariableMeta> vars) -
Uses of VariableMeta in com.googlecode.aviator.code.asm
Method parameters in com.googlecode.aviator.code.asm with type arguments of type VariableMetaModifier and TypeMethodDescriptionvoid
ASMCodeGenerator.initVariables
(Map<String, VariableMeta> vars) -
Uses of VariableMeta in com.googlecode.aviator.code.interpreter
Methods in com.googlecode.aviator.code.interpreter with parameters of type VariableMetaMethod parameters in com.googlecode.aviator.code.interpreter with type arguments of type VariableMetaModifier and TypeMethodDescriptionvoid
InterpretCodeGenerator.initVariables
(Map<String, VariableMeta> vars) -
Uses of VariableMeta in com.googlecode.aviator.code.interpreter.ir
Fields in com.googlecode.aviator.code.interpreter.ir declared as VariableMetaConstructors in com.googlecode.aviator.code.interpreter.ir with parameters of type VariableMetaModifierConstructorDescriptionLoadIR
(String sourceFile, Token<?> token, VariableMeta meta, boolean inConstantPool) -
Uses of VariableMeta in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime that return types with arguments of type VariableMeta