Uses of Package
org.apache.commons.jexl2

Packages that use org.apache.commons.jexl2
org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions. 
org.apache.commons.jexl2.introspection Provides high-level introspective services. 
org.apache.commons.jexl2.parser Contains the Parser for JEXL script. 
org.apache.commons.jexl2.scripting Contains the JSR-223 Scripting Engine for JEXL script. 
 

Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2
Expression
          Represents a single JEXL expression.
Interpreter
          An interpreter of JEXL syntax.
JexlArithmetic
          Perform arithmetic.
JexlContext
          Manages variables which can be referenced in a JEXL expression.
JexlEngine
           Creates and evaluates Expression and Script objects.
JexlEngine.SoftCache
          A soft reference on cache.
JexlException
          Wraps any error that might occur during interpretation of a script or expression.
JexlInfo
          Interface for objects carrying information usefull to debugging.
Script
          A JEXL Script.
UnifiedJEXL.Expression
          The abstract base class for all expressions, immediate '${...}' and deferred '#{...}'.
 

Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.introspection
JexlInfo
          Interface for objects carrying information usefull to debugging.
 

Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.parser
JexlInfo
          Interface for objects carrying information usefull to debugging.
 

Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.scripting
JexlEngine
           Creates and evaluates Expression and Script objects.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.