org.apache.commons.jexl2.Expressionpublic interface Expression extends org.apache.commons.jexl2.Expression
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
evaluate(JexlContext context) |
Evaluates the expression with the variables contained in the
supplied
JexlContext. |
java.lang.Object evaluate(JexlContext context) throws java.lang.Exception
JexlContext.context - A JexlContext containing variables.java.lang.Exception - on any error