railo.runtime.op
Class NumericOpBigDecimal

java.lang.Object
  extended by railo.runtime.op.NumericOpBigDecimal
All Implemented Interfaces:
NumericOp

public class NumericOpBigDecimal
extends Object
implements NumericOp


Constructor Summary
NumericOpBigDecimal()
           
 
Method Summary
 BigDecimal divideRef(Object left, Object right)
           
 BigDecimal exponentRef(Object left, Object right)
           
 BigDecimal intdivRef(Object left, Object right)
           
 BigDecimal minusRef(Object left, Object right)
           
 BigDecimal modulusRef(Object left, Object right)
           
 BigDecimal multiplyRef(Object left, Object right)
           
 BigDecimal plusRef(Object left, Object right)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericOpBigDecimal

public NumericOpBigDecimal()
Method Detail

divideRef

public BigDecimal divideRef(Object left,
                            Object right)
                     throws PageException
Specified by:
divideRef in interface NumericOp
Throws:
PageException

exponentRef

public BigDecimal exponentRef(Object left,
                              Object right)
                       throws PageException
Specified by:
exponentRef in interface NumericOp
Throws:
PageException

intdivRef

public BigDecimal intdivRef(Object left,
                            Object right)
                     throws PageException
Specified by:
intdivRef in interface NumericOp
Throws:
PageException

plusRef

public BigDecimal plusRef(Object left,
                          Object right)
                   throws PageException
Specified by:
plusRef in interface NumericOp
Throws:
PageException

minusRef

public BigDecimal minusRef(Object left,
                           Object right)
                    throws PageException
Specified by:
minusRef in interface NumericOp
Throws:
PageException

modulusRef

public BigDecimal modulusRef(Object left,
                             Object right)
                      throws PageException
Specified by:
modulusRef in interface NumericOp
Throws:
PageException

multiplyRef

public BigDecimal multiplyRef(Object left,
                              Object right)
                       throws PageException
Specified by:
multiplyRef in interface NumericOp
Throws:
PageException


Copyright © 2012 Railo