Interface Expression

All Superinterfaces:
org.apache.commons.jexl2.Expression

public interface Expression extends org.apache.commons.jexl2.Expression
Jexl-1.x compatible expression.
Since:
2.0
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    Evaluates the expression with the variables contained in the supplied JexlContext.

    Methods inherited from interface org.apache.commons.jexl2.Expression

    dump, evaluate, getExpression
  • Method Details

    • evaluate

      Evaluates the expression with the variables contained in the supplied JexlContext.
      Parameters:
      context - A JexlContext containing variables.
      Returns:
      The result of this evaluation
      Throws:
      Exception - on any error