| Package | Description |
|---|---|
| com.googlecode.aviator | |
| com.googlecode.aviator.code | |
| com.googlecode.aviator.runtime | |
| com.googlecode.aviator.runtime.function |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseExpression.setFuncsArgs(Map<Integer,List<FunctionArgument>> funcsArgs) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,List<FunctionArgument>> |
BaseEvalCodeGenerator.funcsArgs
function params info.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<Integer,List<FunctionArgument>> |
BaseEvalCodeGenerator.getFuncsArgs() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionArgument |
FunctionArgument.from(int index,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static List<FunctionArgument> |
FunctionUtils.getFunctionArguments(Map<String,Object> env)
Retrieve the invocation arguments info from env, returns null when absent.
|
Copyright © 2010–2022. All rights reserved.