MethodParameterContextpublic class FunctionParameterContext extends ToNativeContext
| Constructor | Description |
|---|---|
FunctionParameterContext(Function f,
Object[] args,
int index) |
| Modifier and Type | Method | Description |
|---|---|---|
Function |
getFunction() |
Get the function that was invoked.
|
int |
getParameterIndex() |
|
Object[] |
getParameters() |
Get the arguments used in this function call.
|