Package | Description |
---|---|
org.apache.commons.jexl2.internal |
Provides utilities for introspection services.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodExecutor
Specialized executor to invoke a method on an object.
|
Modifier and Type | Method and Description |
---|---|
AbstractExecutor.Method |
Introspector.getMethodExecutor(java.lang.Object obj,
java.lang.String name,
java.lang.Object[] args)
Returns a general method.
|