Interface Expression
- All Superinterfaces:
org.apache.commons.jexl2.Expression
Jexl-1.x compatible expression.
- Since:
- 2.0
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(JexlContext context) Evaluates the expression with the variables contained in the suppliedJexlContext.Methods inherited from interface org.apache.commons.jexl2.Expression
dump, evaluate, getExpression
-
Method Details
-
evaluate
Evaluates the expression with the variables contained in the suppliedJexlContext.- Parameters:
context- A JexlContext containing variables.- Returns:
- The result of this evaluation
- Throws:
Exception- on any error
-