Uses of Class
org.apache.commons.jexl2.JexlArithmetic
Packages that use JexlArithmetic
-
Uses of JexlArithmetic in org.apache.commons.jexl2
Subclasses of JexlArithmetic in org.apache.commons.jexl2Modifier and TypeClassDescriptionclassA 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 JexlArithmeticModifier and TypeFieldDescriptionprotected final JexlArithmeticInterpreter.arithmeticThe arithmetic handler.protected final JexlArithmeticJexlEngine.arithmeticThe JexlArithmetic instance.Methods in org.apache.commons.jexl2 that return JexlArithmeticModifier and TypeMethodDescriptionJexlEngine.getArithmetic()Gets this engine underlying arithmetic.Constructors in org.apache.commons.jexl2 with parameters of type JexlArithmeticModifierConstructorDescriptionJexlEngine(Uberspect anUberspect, JexlArithmetic anArithmetic, Map<String, Object> theFunctions, org.apache.commons.logging.Log log) Creates a JEXL engine using the providedUberspect, (@link JexlArithmetic), a function map and logger.