public class MethodParameterContext extends FunctionParameterContext
Constructor and Description |
---|
MethodParameterContext(Function f,
java.lang.Object[] args,
int index,
java.lang.reflect.Method m) |
Modifier and Type | Method and 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)