|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
Uses of Expression in org.apache.commons.jexl2 |
---|
Classes in org.apache.commons.jexl2 that implement Expression | |
---|---|
class |
ExpressionImpl
Instances of ExpressionImpl are created by the JexlEngine ,
and this is the default implementation of the Expression and
Script interface. |
Methods in org.apache.commons.jexl2 that return Expression | |
---|---|
protected Expression |
JexlEngine.createExpression(ASTJexlScript tree,
String text)
An overridable through covariant return Expression creator. |
Expression |
JexlEngine.createExpression(String expression)
Creates an Expression from a String containing valid JEXL syntax. |
Expression |
JexlEngine.createExpression(String expression,
JexlInfo info)
Creates an Expression from a String containing valid JEXL syntax. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |