Package | Description |
---|---|
org.apache.commons.jexl2 |
Modifier and Type | Class | Description |
---|---|---|
class |
JexlThreadedArithmetic |
A derived arithmetic that allows different threads to operate with
different strict/lenient/math modes using the same JexlEngine.
|
Modifier and Type | Field | Description |
---|---|---|
protected JexlArithmetic |
Interpreter.arithmetic |
The arithmetic handler.
|
protected JexlArithmetic |
JexlEngine.arithmetic |
The JexlArithmetic instance.
|
Modifier and Type | Method | Description |
---|---|---|
JexlArithmetic |
JexlEngine.getArithmetic() |
Gets this engine underlying arithmetic.
|
Constructor | Description |
---|---|
JexlEngine(Uberspect anUberspect,
JexlArithmetic anArithmetic,
java.util.Map<java.lang.String,java.lang.Object> theFunctions,
org.apache.commons.logging.Log log) |
Creates a JEXL engine using the provided
Uberspect , (@link JexlArithmetic),
a function map and logger. |