Uses of Class
org.apache.commons.jexl2.JexlArithmetic
-
Packages that use JexlArithmetic Package Description org.apache.commons.jexl2 -
-
Uses of JexlArithmetic in org.apache.commons.jexl2
Subclasses of JexlArithmetic in 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.Fields in org.apache.commons.jexl2 declared as JexlArithmetic Modifier and Type Field Description protected JexlArithmetic
Interpreter. arithmetic
The arithmetic handler.protected JexlArithmetic
JexlEngine. arithmetic
The JexlArithmetic instance.Methods in org.apache.commons.jexl2 that return JexlArithmetic Modifier and Type Method Description JexlArithmetic
JexlEngine. getArithmetic()
Gets this engine underlying arithmetic.Constructors in org.apache.commons.jexl2 with parameters of type JexlArithmetic 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 providedUberspect
, (@link JexlArithmetic), a function map and logger.
-