org.apache.el.lang
Class ELArithmetic.LongDelegate
java.lang.Object
org.apache.el.lang.ELArithmetic
org.apache.el.lang.ELArithmetic.LongDelegate
- Enclosing class:
- ELArithmetic
public static final class ELArithmetic.LongDelegate
- extends ELArithmetic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELArithmetic.LongDelegate
public ELArithmetic.LongDelegate()
add
protected Number add(Number num0,
Number num1)
- Specified by:
add
in class ELArithmetic
coerce
protected Number coerce(Number num)
- Specified by:
coerce
in class ELArithmetic
coerce
protected Number coerce(String str)
- Specified by:
coerce
in class ELArithmetic
divide
protected Number divide(Number num0,
Number num1)
- Specified by:
divide
in class ELArithmetic
mod
protected Number mod(Number num0,
Number num1)
- Specified by:
mod
in class ELArithmetic
subtract
protected Number subtract(Number num0,
Number num1)
- Specified by:
subtract
in class ELArithmetic
multiply
protected Number multiply(Number num0,
Number num1)
- Specified by:
multiply
in class ELArithmetic
matches
public boolean matches(Object obj0,
Object obj1)
- Specified by:
matches
in class ELArithmetic
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.