Uses of Interface
org.apache.commons.jexl.Expression

Packages that use Expression
org.apache.commons.jexl Provides a framework for evaluating JEXL expressions. 
 

Uses of Expression in org.apache.commons.jexl
 

Classes in org.apache.commons.jexl that implement Expression
(package private)  class ExpressionImpl
          Instances of ExpressionImpl are created by the ExpressionFactory, and this is the default implementation of the Expression interface.
 

Methods in org.apache.commons.jexl that return Expression
static Expression ExpressionFactory.createExpression(java.lang.String expression)
          Creates an Expression from a String containing valid JEXL syntax.
protected  Expression ExpressionFactory.createNewExpression(java.lang.String expression)
          Creates a new Expression based on the expression string.