Package | Description |
---|---|
org.apache.commons.jexl2.internal |
Provides utilities for introspection services.
|
Modifier and Type | Method and Description |
---|---|
private static AbstractExecutor.Method.Parameter |
MethodExecutor.discover(Introspector is,
java.lang.Object obj,
java.lang.String method,
java.lang.Object[] args)
Discovers a method for a
MethodExecutor . |
Constructor and Description |
---|
Method(java.lang.Class<?> c,
AbstractExecutor.Method.Parameter km)
Creates a new instance.
|