Package | Description |
---|---|
org.apache.commons.jexl2.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl2.introspection |
Provides high-level introspective services.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractExecutor.Method
Abstract class that is used to execute an arbitrary method.
|
class |
MethodExecutor
Specialized executor to invoke a method on an object.
|
Modifier and Type | Class and Description |
---|---|
private class |
UberspectImpl.ConstructorMethod
A JexlMethod that wraps constructor.
|
Modifier and Type | Method and Description |
---|---|
JexlMethod |
SandboxUberspectImpl.getConstructorMethod(java.lang.Object ctorHandle,
java.lang.Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod.
|
JexlMethod |
Uberspect.getConstructorMethod(java.lang.Object ctorHandle,
java.lang.Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod.
|
JexlMethod |
UberspectImpl.getConstructorMethod(java.lang.Object ctorHandle,
java.lang.Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod.
|
JexlMethod |
SandboxUberspectImpl.getMethod(java.lang.Object obj,
java.lang.String method,
java.lang.Object[] args,
JexlInfo info)
Returns a JexlMethod.
|
JexlMethod |
Uberspect.getMethod(java.lang.Object obj,
java.lang.String method,
java.lang.Object[] args,
JexlInfo info)
Returns a JexlMethod.
|
JexlMethod |
UberspectImpl.getMethod(java.lang.Object obj,
java.lang.String method,
java.lang.Object[] args,
JexlInfo info)
Returns a JexlMethod.
|