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 Env
BaseExpression.getCompileEnv()
private Env
AviatorEvaluatorInstance.loadModule
(Class<?> moduleClazz) protected Env
protected Env
Methods in com.googlecode.aviator with parameters of type EnvModifier and TypeMethodDescriptionabstract Object
protected void
BaseExpression.setCompileEnv
(Env compileEnv) static void
ExpressionAccessor.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 Env
BaseEvalCodeGenerator.compileEnv
Compile environment only has the *instance*.private Env
OptimizeCodeGenerator.compileEnv
Methods 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 AviatorObject
SendIR.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 void
Constructors 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