Uses of Class
org.apache.commons.jexl3.JexlArithmetic
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides high-level introspective services.
-
Uses of JexlArithmetic in org.apache.commons.jexl3
Modifier 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.Modifier and TypeMethodDescriptionJexlBuilder.arithmetic
(JexlArithmetic a) Sets the JexlArithmetic instance the engine will use. -
Uses of JexlArithmetic in org.apache.commons.jexl3.introspection
Modifier and TypeMethodDescriptionJexlUberspect.getArithmetic
(JexlArithmetic arithmetic) Gets an arithmetic operator resolver for a given arithmetic instance.