Package | Description |
---|---|
org.apache.commons.jexl2.internal | |
org.apache.commons.jexl2.internal.introspection |
Modifier and Type | Field | Description |
---|---|---|
protected MethodKey |
AbstractExecutor.Method.key |
The method key discovered from the arguments.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.reflect.Method |
Introspector.getMethod(java.lang.Class<?> c,
MethodKey key) |
Gets the method defined by
key and for the Class c . |
Constructor | Description |
---|---|
Parameter(java.lang.reflect.Method m,
MethodKey k) |
Creates an instance.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.reflect.Constructor<?> |
IntrospectorBase.getConstructor(java.lang.Class<?> c,
MethodKey key) |
Gets the constructor defined by the
MethodKey . |
java.lang.reflect.Constructor<?> |
IntrospectorBase.getConstructor(MethodKey key) |
Gets the constructor defined by the
MethodKey . |
java.lang.reflect.Method |
IntrospectorBase.getMethod(java.lang.Class<?> c,
MethodKey key) |
Gets the method defined by the
MethodKey for the class c . |