Uses of Class
com.googlecode.aviator.utils.Env
Packages that use Env
Package
Description
-
Uses of Env in com.googlecode.aviator
Fields in com.googlecode.aviator declared as EnvMethods in com.googlecode.aviator that return EnvModifier and TypeMethodDescriptionAdds a module class and import it's public static methods as module's exports into module cache, return the exports map.protected EnvBaseExpression.getCompileEnv()private EnvAviatorEvaluatorInstance.loadModule(Class<?> moduleClazz) protected Envprotected EnvMethods in com.googlecode.aviator with parameters of type EnvModifier and TypeMethodDescriptionabstract Objectprotected voidBaseExpression.setCompileEnv(Env compileEnv) static voidExpressionAccessor.setCompileEnv(BaseExpression exp, Env compileEnv) -
Uses of Env in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code declared as EnvModifier and TypeFieldDescriptionprotected final EnvBaseEvalCodeGenerator.compileEnvCompile environment only has the *instance*.private EnvOptimizeCodeGenerator.compileEnvMethods in com.googlecode.aviator.code that return Env -
Uses of Env in com.googlecode.aviator.code.interpreter
Fields in com.googlecode.aviator.code.interpreter declared as EnvMethods in com.googlecode.aviator.code.interpreter that return EnvConstructors in com.googlecode.aviator.code.interpreter with parameters of type EnvModifierConstructorDescriptionInterpretContext(InterpretExpression exp, List<IR> instruments, Env env) -
Uses of Env in com.googlecode.aviator.code.interpreter.ir
Methods in com.googlecode.aviator.code.interpreter.ir with parameters of type EnvModifier and TypeMethodDescriptionprivate AviatorObjectSendIR.callFn(AviatorFunction fn, AviatorObject[] args, int arity, Env env) -
Uses of Env in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime with parameters of type EnvModifier and TypeMethodDescriptionLambdaFunctionBootstrap.newInstance(Env env) Create a lambda function. -
Uses of Env in com.googlecode.aviator.runtime.function
Fields in com.googlecode.aviator.runtime.function declared as EnvMethods in com.googlecode.aviator.runtime.function that return EnvMethods in com.googlecode.aviator.runtime.function with parameters of type EnvConstructors in com.googlecode.aviator.runtime.function with parameters of type EnvModifierConstructorDescriptionLambdaFunction(String name, List<FunctionParam> params, Expression expression, Env context) -
Uses of Env in com.googlecode.aviator.runtime.function.internal
Methods in com.googlecode.aviator.runtime.function.internal with parameters of type EnvModifier and TypeMethodDescriptionprivate voidConstructors in com.googlecode.aviator.runtime.function.internal with parameters of type EnvModifierConstructorDescriptionCatchHandler(Env env, AviatorFunction func, List<String> exceptionClassNames) -
Uses of Env in com.googlecode.aviator.script
Fields in com.googlecode.aviator.script declared as Env -
Uses of Env in com.googlecode.aviator.utils
Methods in com.googlecode.aviator.utils with parameters of type Env