Class AbstractExecutor.Method.Parameter
- java.lang.Object
-
- org.apache.commons.jexl2.internal.AbstractExecutor.Method.Parameter
-
- Enclosing class:
- AbstractExecutor.Method
protected static final class AbstractExecutor.Method.Parameter extends java.lang.Object
A helper class to pass the method & parameters.
-
-
Constructor Detail
-
Parameter
public Parameter(java.lang.reflect.Method m, MethodKey k)
Creates an instance.- Parameters:
m
- the methodk
- the method key
-
-