| Package | Description | 
|---|---|
| org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract JxltEngine.Expression | JxltEngine. createExpression(JexlInfo info,
                String expression)Creates a a  JxltEngine.Expressionfrom an expression string. | 
| JxltEngine.Expression | JxltEngine. createExpression(String expression)Creates a a  JxltEngine.Expressionfrom an expression string. | 
| JxltEngine.Expression | JxltEngine.Expression. getSource()Retrieves this expression's source expression. | 
| JxltEngine.Expression | JxltEngine.Expression. prepare(JexlContext context)Evaluates the immediate sub-expressions. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.