| Package | Description |
|---|---|
| com.googlecode.aviator | |
| com.googlecode.aviator.runtime | |
| com.googlecode.aviator.runtime.function |
| Modifier and Type | Method | Description |
|---|---|---|
Env |
AviatorEvaluatorInstance.addModule(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 Env |
BaseExpression.genTopEnv(Map<String,Object> map) |
|
Env |
BaseExpression.getCompileEnv() |
|
protected Env |
BaseExpression.newEnv(Map<String,Object> map) |
|
protected Env |
BaseExpression.newEnv(Map<String,Object> map,
boolean direct) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract Object |
ClassExpression.execute0(Env env) |
|
LambdaFunction |
ClassExpression.newLambda(Env env,
String name) |
|
void |
BaseExpression.setCompileEnv(Env compileEnv) |
| Modifier and Type | Method | Description |
|---|---|---|
LambdaFunction |
LambdaFunctionBootstrap.newInstance(Env env) |
Create a lambda function.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Env |
LambdaFunction.context |
| Constructor | Description |
|---|---|
LambdaFunction(List<String> arguments,
Expression expression,
Env context) |
Copyright © 2022–2023. All rights reserved.