public class MethodParameterContext extends FunctionParameterContext
Constructor | Description |
---|---|
MethodParameterContext(Function f,
java.lang.Object[] args,
int index,
java.lang.reflect.Method m) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.reflect.Method |
getMethod() |
Get the Method in the Library instance the Function was called from.
|
getFunction, getParameterIndex, getParameters
MethodParameterContext(Function f, java.lang.Object[] args, int index, java.lang.reflect.Method m)