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