Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Class and 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 and Description |
---|---|
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.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.