public class JadeJexlArithmetic
extends org.apache.commons.jexl2.JexlArithmetic
| Constructor and Description |
|---|
JadeJexlArithmetic(boolean lenient) |
| Modifier and Type | Method and Description |
|---|---|
Object |
add(Object left,
Object right) |
protected int |
compare(Object left,
Object right,
String operator) |
boolean |
toBoolean(Object val)
using the original implementation
added check for empty lists
defaulting to "true"
|
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, subtract, toBigDecimal, toBigInteger, toDouble, toInteger, toLong, toStringprotected int compare(Object left, Object right, String operator)
compare in class org.apache.commons.jexl2.JexlArithmeticpublic boolean toBoolean(Object val)
toBoolean in class org.apache.commons.jexl2.JexlArithmeticCopyright © 2017. All rights reserved.