|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JexlMethod | |
|---|---|
| org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. |
| org.apache.commons.jexl3.internal.introspection | Provides low-level introspective services. |
| org.apache.commons.jexl3.introspection | Provides high-level introspective services. |
| Uses of JexlMethod in org.apache.commons.jexl3 |
|---|
| Methods in org.apache.commons.jexl3 that return JexlMethod | |
|---|---|
JexlMethod |
JexlArithmetic.Uberspect.getOperator(JexlOperator operator,
Object... arg)
Gets the most specific method for an operator. |
| Uses of JexlMethod in org.apache.commons.jexl3.internal.introspection |
|---|
| Classes in org.apache.commons.jexl3.internal.introspection that implement JexlMethod | |
|---|---|
static class |
AbstractExecutor.Method
Abstract class that is used to execute an arbitrary method. |
class |
ConstructorMethod
A JexlMethod that wraps a constructor. |
class |
MethodExecutor
Specialized executor to invoke a method on an object. |
| Methods in org.apache.commons.jexl3.internal.introspection that return JexlMethod | |
|---|---|
JexlMethod |
Uberspect.getConstructor(Object ctorHandle,
Object... args)
|
JexlMethod |
SandboxUberspect.getConstructor(Object ctorHandle,
Object... args)
|
JexlMethod |
Uberspect.getMethod(Object obj,
String method,
Object... args)
|
JexlMethod |
SandboxUberspect.getMethod(Object obj,
String method,
Object... args)
|
JexlMethod |
Uberspect.ArithmeticUberspect.getOperator(JexlOperator operator,
Object... args)
|
| Uses of JexlMethod in org.apache.commons.jexl3.introspection |
|---|
| Methods in org.apache.commons.jexl3.introspection that return JexlMethod | |
|---|---|
JexlMethod |
JexlUberspect.getConstructor(Object ctorHandle,
Object... args)
Returns a class constructor. |
JexlMethod |
JexlUberspect.getMethod(Object obj,
String method,
Object... args)
Returns a JexlMethod. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||