Uses of Class
org.apache.commons.jexl3.JexlArithmetic

Packages that use JexlArithmetic
org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions. 
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
org.apache.commons.jexl3.internal.introspection Provides low-level introspective services. 
org.apache.commons.jexl3.introspection Provides high-level introspective services. 
 

Uses of JexlArithmetic in org.apache.commons.jexl3
 

Methods in org.apache.commons.jexl3 that return JexlArithmetic
 JexlArithmetic JexlBuilder.arithmetic()
           
protected  JexlArithmetic JexlArithmetic.createWithOptions(boolean astrict, MathContext bigdContext, int bigdScale)
          Creates a JexlArithmetic instance.
abstract  JexlArithmetic JexlEngine.getArithmetic()
          Gets this engine underlying JexlArithmetic.
 JexlArithmetic JexlArithmetic.options(JexlContext context)
          Apply options to this arithmetic which eventually may create another instance.
 JexlArithmetic JexlArithmetic.options(JexlEngine.Options options)
          Apply options to this arithmetic which eventually may create another instance.
 

Methods in org.apache.commons.jexl3 with parameters of type JexlArithmetic
 JexlBuilder JexlBuilder.arithmetic(JexlArithmetic a)
          Sets the JexlArithmetic instance the engine will use.
 

Uses of JexlArithmetic in org.apache.commons.jexl3.internal
 

Fields in org.apache.commons.jexl3.internal declared as JexlArithmetic
protected  JexlArithmetic InterpreterBase.arithmetic
          The arithmetic handler.
protected  JexlArithmetic Engine.arithmetic
          The JexlArithmetic instance.
 

Methods in org.apache.commons.jexl3.internal that return JexlArithmetic
 JexlArithmetic Engine.getArithmetic()
           
 

Constructors in org.apache.commons.jexl3.internal with parameters of type JexlArithmetic
Interpreter(Interpreter ii, JexlArithmetic jexla)
          Copy constructor.
InterpreterBase(InterpreterBase ii, JexlArithmetic jexla)
          Copy constructor.
 

Uses of JexlArithmetic in org.apache.commons.jexl3.internal.introspection
 

Methods in org.apache.commons.jexl3.internal.introspection with parameters of type JexlArithmetic
 JexlArithmetic.Uberspect Uberspect.getArithmetic(JexlArithmetic arithmetic)
           
 JexlArithmetic.Uberspect SandboxUberspect.getArithmetic(JexlArithmetic arithmetic)
           
 

Uses of JexlArithmetic in org.apache.commons.jexl3.introspection
 

Methods in org.apache.commons.jexl3.introspection with parameters of type JexlArithmetic
 JexlArithmetic.Uberspect JexlUberspect.getArithmetic(JexlArithmetic arithmetic)
          Gets an arithmetic operator resolver for a given arithmetic instance.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.