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