|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlArithmetic | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
Uses of JexlArithmetic in org.apache.commons.jexl2 |
---|
Subclasses of JexlArithmetic in org.apache.commons.jexl2 | |
---|---|
class |
JexlThreadedArithmetic
A derived arithmetic that allows different threads to operate with different strict/lenient/math modes using the same JexlEngine. |
Fields in org.apache.commons.jexl2 declared as JexlArithmetic | |
---|---|
protected JexlArithmetic |
JexlEngine.arithmetic
The JexlArithmetic instance. |
protected JexlArithmetic |
Interpreter.arithmetic
The arithmetic handler. |
Methods in org.apache.commons.jexl2 that return JexlArithmetic | |
---|---|
JexlArithmetic |
JexlEngine.getArithmetic()
Gets this engine underlying arithmetic. |
Constructors in org.apache.commons.jexl2 with parameters of type JexlArithmetic | |
---|---|
JexlEngine(Uberspect anUberspect,
JexlArithmetic anArithmetic,
Map<String,Object> theFunctions,
org.apache.commons.logging.Log log)
Creates a JEXL engine using the provided Uberspect , (@link JexlArithmetic),
a function map and logger. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |