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.
|
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.
|
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–2015 The Apache Software Foundation. All rights reserved.