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, getExpression
Object evaluate(JexlContext context) throws Exception
JexlContext
.context
- A JexlContext containing variables.Exception
- on any errorCopyright © 2022. All rights reserved.