Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Class and 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 and Description |
---|---|
protected JexlArithmetic |
JexlEngine.arithmetic
The JexlArithmetic instance.
|
protected JexlArithmetic |
Interpreter.arithmetic
The arithmetic handler.
|
Modifier and Type | Method and Description |
---|---|
JexlArithmetic |
JexlEngine.getArithmetic()
Gets this engine underlying arithmetic.
|
Constructor and Description |
---|
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. |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.