Package | Description |
---|---|
org.apache.commons.jexl2 |
Modifier and Type | Class | Description |
---|---|---|
class |
ExpressionImpl |
Instances of ExpressionImpl are created by the
JexlEngine ,
and this is the default implementation of the Expression and
Script interface. |
Modifier and Type | Method | Description |
---|---|---|
Expression |
JexlEngine.createExpression(java.lang.String expression) |
Creates an Expression from a String containing valid
JEXL syntax.
|
Expression |
JexlEngine.createExpression(java.lang.String expression,
JexlInfo info) |
Creates an Expression from a String containing valid
JEXL syntax.
|
protected Expression |
JexlEngine.createExpression(ASTJexlScript tree,
java.lang.String text) |
An overridable through covariant return Expression creator.
|