| Package | Description |
|---|---|
| org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
| org.apache.commons.jexl3.parser |
Contains the Parser for JEXL script.
|
| Class and Description |
|---|
| Debugger
Helps pinpoint the cause of problems in expressions that fail during evaluation.
|
| Engine
A JexlEngine implementation.
|
| Engine.SoftCache
A soft referenced cache.
|
| Engine.VarCollector
Utility class to collect variables.
|
| IntegerRange
A range of integers.
|
| Interpreter
An interpreter of JEXL syntax.
|
| InterpreterBase
The helper base of an interpreter of JEXL syntax.
|
| LongRange
A range of longs.
|
| Operators
Helper class to deal with operator overloading and specifics.
|
| Scope
A script scope, stores the declaration of parameters and local variables as symbols.
|
| Scope.Frame
A call frame, created from a scope, stores the arguments and local variables in a "stack frame" (sic).
|
| Script
A JexlScript implementation.
|
| Script.Callable
Implements the Future and Callable interfaces to help delegation.
|
| TemplateEngine
A JxltEngine implementation.
|
| TemplateScript
A Template instance.
|
| Class and Description |
|---|
| Scope
A script scope, stores the declaration of parameters and local variables as symbols.
|
| Scope.Frame
A call frame, created from a scope, stores the arguments and local variables in a "stack frame" (sic).
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.