Uses of Class
org.apache.commons.jexl3.JexlArithmetic
Packages that use JexlArithmetic
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides high-level introspective services.
-
Uses of JexlArithmetic in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlArithmeticModifier and TypeMethodDescriptionJexlBuilder.arithmetic()
protected JexlArithmetic
JexlArithmetic.createWithOptions
(boolean astrict, MathContext bigdContext, int bigdScale) Creates a JexlArithmetic instance.abstract JexlArithmetic
JexlEngine.getArithmetic()
Gets this engine underlyingJexlArithmetic
.JexlArithmetic.options
(JexlContext context) Apply options to this arithmetic which eventually may create another instance.JexlArithmetic.options
(JexlEngine.Options options) Deprecated.3.2JexlArithmetic.options
(JexlOptions options) Apply options to this arithmetic which eventually may create another instance.Methods in org.apache.commons.jexl3 with parameters of type JexlArithmeticModifier and TypeMethodDescriptionJexlBuilder.arithmetic
(JexlArithmetic a) Sets the JexlArithmetic instance the engine will use. -
Uses of JexlArithmetic in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection with parameters of type JexlArithmeticModifier and TypeMethodDescriptionJexlUberspect.getArithmetic
(JexlArithmetic arithmetic) Gets an arithmetic operator resolver for a given arithmetic instance.