| Package | Description |
|---|---|
| org.apache.commons.jexl2 | |
| org.apache.commons.jexl2.introspection | |
| org.apache.commons.jexl2.parser | |
| org.apache.commons.jexl2.scripting |
| 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.
|
| Class | Description |
|---|---|
| JexlInfo |
Interface for objects carrying information usefull to debugging.
|
| 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.
|
| Class | Description |
|---|---|
| JexlEngine |
Creates and evaluates Expression and Script objects.
|