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