| Package | Description |
|---|---|
| org.apache.commons.jexl |
Provides a framework for evaluating JEXL expressions.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ExpressionImpl
Instances of ExpressionImpl are created by the
ExpressionFactory,
and this is the default implementation of the Expression interface. |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
ExpressionFactory.createExpression(java.lang.String expression)
Creates an Expression from a String containing valid
JEXL syntax.
|
protected Expression |
ExpressionFactory.createNewExpression(java.lang.String expression)
Creates a new Expression based on the expression string.
|