public interface Expression extends Expression
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(JexlContext context)
Evaluates the expression with the variables contained in the
supplied
JexlContext. |
dump, evaluate, getExpressionObject evaluate(JexlContext context) throws Exception
JexlContext.context - A JexlContext containing variables.Exception - on any errorCopyright © 2021. All rights reserved.