Uses of Class
com.googlecode.aviator.parser.VariableMeta
Packages that use VariableMeta
Package
Description
-
Uses of VariableMeta in com.googlecode.aviator
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 voidBaseExpression.afterPopulateFullNames(Map<String, VariableMeta> fullNames, Set<String> parentVars) 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.variablesMethod parameters in com.googlecode.aviator.code with type arguments of type VariableMetaModifier and TypeMethodDescriptionvoidEvalCodeGenerator.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 TypeMethodDescriptionvoidASMCodeGenerator.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 TypeMethodDescriptionvoidInterpretCodeGenerator.initVariables(Map<String, VariableMeta> vars) -
Uses of VariableMeta in com.googlecode.aviator.code.interpreter.ir
Constructors 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