Uses of Class
com.googlecode.aviator.utils.Env
Packages that use Env
Package
Description
-
Uses of Env in com.googlecode.aviator
Methods 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()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*. -
Uses of Env in com.googlecode.aviator.code.interpreter
Methods 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.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
Constructors in com.googlecode.aviator.runtime.function.internal with parameters of type EnvModifierConstructorDescriptionCatchHandler(Env env, AviatorFunction func, List<String> exceptionClassNames)