Uses of Package
org.apache.commons.jexl2
Packages that use org.apache.commons.jexl2
Package
Description
-
Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2ClassDescriptionHelper class to carry in info such as a url/file name, line and column for debugging information reporting.Represents a single JEXL expression.An interpreter of JEXL syntax.Perform arithmetic.Manages variables which can be referenced in a JEXL expression.Creates and evaluates Expression and Script objects.A call frame, created from a scope, stores the arguments and local variables as "registers".A script scope, stores the declaration of parameters and local variables.A soft reference on cache.Wraps any error that might occur during interpretation of a script or expression.Interface for objects carrying information usefull to debugging.This interface declares how to resolve a namespace from its name; it is used by the interpreter during evalutation.A JEXL Script.The abstract base class for all expressions, immediate '${...}' and deferred '#{...}'.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
-
Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.parserClassDescriptionHelper class to carry in info such as a url/file name, line and column for debugging information reporting.A call frame, created from a scope, stores the arguments and local variables as "registers".A script scope, stores the declaration of parameters and local variables.Interface for objects carrying information usefull to debugging.
-
Classes in org.apache.commons.jexl2 used by org.apache.commons.jexl2.scripting