Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JexlMethod |
JexlArithmetic.Uberspect.getOperator(JexlOperator operator,
Object... arg)
Gets the most specific method for an operator.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JexlMethod |
SandboxUberspect.getConstructor(Object ctorHandle,
Object... args) |
JexlMethod |
Uberspect.getConstructor(Object ctorHandle,
Object... args) |
JexlMethod |
SandboxUberspect.getMethod(Object obj,
String method,
Object... args) |
JexlMethod |
Uberspect.getMethod(Object obj,
String method,
Object... args) |
Modifier and Type | Method and Description |
---|---|
JexlMethod |
JexlUberspect.getConstructor(Object ctorHandle,
Object... args)
Returns a class constructor.
|
JexlMethod |
JexlUberspect.getMethod(Object obj,
String method,
Object... args)
Returns a JexlMethod.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.