Uses of Class
com.googlecode.aviator.utils.Env
-
-
Uses of Env in com.googlecode.aviator
Fields in com.googlecode.aviator declared as Env Modifier and Type Field Description private EnvBaseExpression. compileEnvMethods in com.googlecode.aviator that return Env Modifier and Type Method Description EnvAviatorEvaluatorInstance. addModule(java.lang.Class<?> moduleClazz)Adds a module class and import it's public static methods as module's exports into module cache, return the exports map.protected EnvBaseExpression. genTopEnv(java.util.Map<java.lang.String,java.lang.Object> map, boolean checkExecutionTimeout)EnvBaseExpression. getCompileEnv()private EnvAviatorEvaluatorInstance. loadModule(java.lang.Class<?> moduleClazz)protected EnvBaseExpression. newEnv(java.util.Map<java.lang.String,java.lang.Object> map)protected EnvBaseExpression. newEnv(java.util.Map<java.lang.String,java.lang.Object> map, boolean direct, boolean checkExecutionTimeout)Methods in com.googlecode.aviator with parameters of type Env Modifier and Type Method Description abstract java.lang.ObjectClassExpression. execute0(Env env)LambdaFunctionBaseExpression. newLambda(Env env, java.lang.String name)protected 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 Env Modifier and Type Field Description protected EnvBaseEvalCodeGenerator. compileEnvCompile environment only has the *instance*.private EnvOptimizeCodeGenerator. compileEnvMethods in com.googlecode.aviator.code that return Env Modifier and Type Method Description private EnvOptimizeCodeGenerator. getCompileEnv() -
Uses of Env in com.googlecode.aviator.code.interpreter
Fields in com.googlecode.aviator.code.interpreter declared as Env Modifier and Type Field Description private EnvInterpretContext. envMethods in com.googlecode.aviator.code.interpreter that return Env Modifier and Type Method Description EnvInterpretContext. getEnv()Constructors in com.googlecode.aviator.code.interpreter with parameters of type Env Constructor Description InterpretContext(InterpretExpression exp, java.util.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 Env Modifier and Type Method Description private 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 Env Modifier and Type Method Description LambdaFunctionLambdaFunctionBootstrap. 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 Env Modifier and Type Field Description protected EnvLambdaFunction. contextMethods in com.googlecode.aviator.runtime.function that return Env Modifier and Type Method Description EnvLambdaFunction. getContext()Methods in com.googlecode.aviator.runtime.function with parameters of type Env Modifier and Type Method Description voidLambdaFunction. setContext(Env context)Constructors in com.googlecode.aviator.runtime.function with parameters of type Env Constructor Description LambdaFunction(java.lang.String name, java.util.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 Env Modifier and Type Method Description private voidUseFunction. addSym(Env theEnv, java.lang.String packageSym, java.lang.String name)Constructors in com.googlecode.aviator.runtime.function.internal with parameters of type Env Constructor Description CatchHandler(Env env, AviatorFunction func, java.util.List<java.lang.String> exceptionClassNames) -
Uses of Env in com.googlecode.aviator.script
Fields in com.googlecode.aviator.script declared as Env Modifier and Type Field Description private EnvAviatorBindings. env -
Uses of Env in com.googlecode.aviator.utils
Methods in com.googlecode.aviator.utils with parameters of type Env Modifier and Type Method Description java.lang.ObjectEnv.GetValueTask. call(Env env)java.lang.ObjectEnv.TargetObjectTask. call(Env env)
-