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

Packages that use JexlArithmetic
org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions. 
 

Uses of JexlArithmetic in org.apache.commons.jexl2
 

Fields in org.apache.commons.jexl2 declared as JexlArithmetic
protected  JexlArithmetic JexlEngine.arithmetic
          The JexlArithmetic instance.
protected  JexlArithmetic Interpreter.arithmetic
          The arithmetic handler.
 

Constructors in org.apache.commons.jexl2 with parameters of type JexlArithmetic
JexlEngine(Uberspect anUberspect, JexlArithmetic anArithmetic, Map<String,Object> theFunctions, org.apache.commons.logging.Log log)
          Creates a JEXL engine using the provided Uberspect, (@link JexlArithmetic), a function map and logger.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.