Uses of Package
org.apache.commons.jexl2
-
Packages that use org.apache.commons.jexl2 Package Description 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 Class Description DebugInfo Helper class to carry in info such as a url/file name, line and column for debugging information reporting.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.Frame A call frame, created from a scope, stores the arguments and local variables as "registers".JexlEngine.Scope A script scope, stores the declaration of parameters and local variables.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.NamespaceResolver This interface declares how to resolve a namespace from its name; it is used by the interpreter during evalutation.Script A JEXL Script.UnifiedJEXL.Expression The abstract base class for all expressions, immediate '${...}' and deferred '#{...}'.UnifiedJEXL.Template A Template is a script that evaluates by writing its content through a Writer. -
Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.introspection Class Description JexlInfo Interface for objects carrying information usefull to debugging. -
Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.parser Class Description DebugInfo Helper class to carry in info such as a url/file name, line and column for debugging information reporting.JexlEngine.Frame A call frame, created from a scope, stores the arguments and local variables as "registers".JexlEngine.Scope A script scope, stores the declaration of parameters and local variables.JexlInfo Interface for objects carrying information usefull to debugging. -
Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.scripting Class Description JexlEngine Creates and evaluates Expression and Script objects.