public interface Expression extends Expression
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(JexlContext context)
Evaluates the expression with the variables contained in the
supplied
JexlContext. |
dump, evaluate, getExpressionjava.lang.Object evaluate(JexlContext context) throws java.lang.Exception
JexlContext.context - A JexlContext containing variables.java.lang.Exception - on any error