|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlMethod | |
---|---|
org.apache.commons.jexl2.internal | Provides utilities for introspection services. |
org.apache.commons.jexl2.introspection | Provides high-level introspective services. |
Uses of JexlMethod in org.apache.commons.jexl2.internal |
---|
Classes in org.apache.commons.jexl2.internal that implement JexlMethod | |
---|---|
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. |
Uses of JexlMethod in org.apache.commons.jexl2.introspection |
---|
Methods in org.apache.commons.jexl2.introspection that return JexlMethod | |
---|---|
JexlMethod |
UberspectImpl.getConstructorMethod(Object ctorHandle,
Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod. |
JexlMethod |
Uberspect.getConstructorMethod(Object ctorHandle,
Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod. |
JexlMethod |
SandboxUberspectImpl.getConstructorMethod(Object ctorHandle,
Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod. |
JexlMethod |
UberspectImpl.getMethod(Object obj,
String method,
Object[] args,
JexlInfo info)
Returns a JexlMethod. |
JexlMethod |
Uberspect.getMethod(Object obj,
String method,
Object[] args,
JexlInfo info)
Returns a JexlMethod. |
JexlMethod |
SandboxUberspectImpl.getMethod(Object obj,
String method,
Object[] args,
JexlInfo info)
Returns a JexlMethod. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |