Package org.apache.el.lang
Class ELArithmetic.LongDelegate
java.lang.Object
org.apache.el.lang.ELArithmetic
org.apache.el.lang.ELArithmetic.LongDelegate
- Enclosing class:
ELArithmetic
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.el.lang.ELArithmetic
ELArithmetic.BigDecimalDelegate, ELArithmetic.BigIntegerDelegate, ELArithmetic.DoubleDelegate, ELArithmetic.LongDelegate
-
Field Summary
Fields inherited from class org.apache.el.lang.ELArithmetic
BIGDECIMAL, BIGINTEGER, DOUBLE, LONG
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.el.lang.ELArithmetic
add, coerce, divide, isNumber, isNumberType, mod, multiply, subtract
-
Constructor Details
-
LongDelegate
public LongDelegate()
-
-
Method Details
-
add
- Specified by:
add
in classELArithmetic
-
coerce
- Specified by:
coerce
in classELArithmetic
-
coerce
- Specified by:
coerce
in classELArithmetic
-
divide
- Specified by:
divide
in classELArithmetic
-
mod
- Specified by:
mod
in classELArithmetic
-
subtract
- Specified by:
subtract
in classELArithmetic
-
multiply
- Specified by:
multiply
in classELArithmetic
-
matches
- Specified by:
matches
in classELArithmetic
-