Package org.apache.commons.jexl2
Class JadeJexlArithmetic
java.lang.Object
org.apache.commons.jexl2.JexlArithmetic
org.apache.commons.jexl2.JadeJexlArithmetic
public class JadeJexlArithmetic
extends org.apache.commons.jexl2.JexlArithmetic
-
Field Summary
Fields inherited from class org.apache.commons.jexl2.JexlArithmetic
BIGD_DOUBLE_MAX_VALUE, BIGD_DOUBLE_MIN_VALUE, BIGD_SCALE, BIGI_LONG_MAX_VALUE, BIGI_LONG_MIN_VALUE, mathContext, mathScale -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.jexl2.JexlArithmetic
bitwiseAnd, bitwiseComplement, bitwiseOr, bitwiseXor, controlNullNullOperands, controlNullOperand, divide, equals, getMathContext, getMathScale, greaterThan, greaterThanOrEqual, isFloatingPoint, isFloatingPointNumber, isFloatingPointType, isLenient, isNumberable, lessThan, lessThanOrEqual, matches, mod, multiply, narrow, narrowAccept, narrowArguments, narrowArrayType, narrowBigDecimal, narrowBigInteger, narrowNumber, negate, roundBigDecimal, setLenient, subtract, toBigDecimal, toBigInteger, toDouble, toInteger, toLong, toString
-
Constructor Details
-
JadeJexlArithmetic
public JadeJexlArithmetic(boolean lenient)
-
-
Method Details
-
compare
- Overrides:
comparein classorg.apache.commons.jexl2.JexlArithmetic
-
toBoolean
using the original implementation added check for empty lists defaulting to "true"- Overrides:
toBooleanin classorg.apache.commons.jexl2.JexlArithmetic
-
add
- Overrides:
addin classorg.apache.commons.jexl2.JexlArithmetic
-