com.sun.el.lang
类 ELArithmetic.BigDecimalDelegate

java.lang.Object
  继承者 com.sun.el.lang.ELArithmetic
      继承者 com.sun.el.lang.ELArithmetic.BigDecimalDelegate
包容类:
ELArithmetic

public static final class ELArithmetic.BigDecimalDelegate
extends ELArithmetic


嵌套类摘要
 
从类 com.sun.el.lang.ELArithmetic 继承的嵌套类/接口
ELArithmetic.BigDecimalDelegate, ELArithmetic.BigIntegerDelegate, ELArithmetic.DoubleDelegate, ELArithmetic.LongDelegate
 
字段摘要
 
从类 com.sun.el.lang.ELArithmetic 继承的字段
BIGDECIMAL, BIGINTEGER, DOUBLE, LONG
 
构造方法摘要
ELArithmetic.BigDecimalDelegate()
           
 
方法摘要
protected  Number add(Number num0, Number num1)
           
protected  Number coerce(Number num)
           
protected  Number coerce(String str)
           
protected  Number divide(Number num0, Number num1)
           
 boolean matches(Object obj0, Object obj1)
           
protected  Number mod(Number num0, Number num1)
           
protected  Number multiply(Number num0, Number num1)
           
protected  Number subtract(Number num0, Number num1)
           
 
从类 com.sun.el.lang.ELArithmetic 继承的方法
add, coerce, divide, isNumber, isNumberType, mod, multiply, subtract
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ELArithmetic.BigDecimalDelegate

public ELArithmetic.BigDecimalDelegate()
方法详细信息

add

protected Number add(Number num0,
                     Number num1)
指定者:
ELArithmetic 中的 add

coerce

protected Number coerce(Number num)
指定者:
ELArithmetic 中的 coerce

coerce

protected Number coerce(String str)
指定者:
ELArithmetic 中的 coerce

divide

protected Number divide(Number num0,
                        Number num1)
指定者:
ELArithmetic 中的 divide

subtract

protected Number subtract(Number num0,
                          Number num1)
指定者:
ELArithmetic 中的 subtract

mod

protected Number mod(Number num0,
                     Number num1)
指定者:
ELArithmetic 中的 mod

multiply

protected Number multiply(Number num0,
                          Number num1)
指定者:
ELArithmetic 中的 multiply

matches

public boolean matches(Object obj0,
                       Object obj1)
指定者:
ELArithmetic 中的 matches


Copyright © 2013. All Rights Reserved.