Uses of Class
org.codehaus.groovy.runtime.typehandling.NumberMath

Packages that use NumberMath
org.codehaus.groovy.runtime.dgmimpl   
org.codehaus.groovy.runtime.typehandling Classes used to execute special actions based on the type. 
 

Uses of NumberMath in org.codehaus.groovy.runtime.dgmimpl
 

Fields in org.codehaus.groovy.runtime.dgmimpl declared as NumberMath
(package private)  NumberMath NumberNumberMetaMethod.NumberNumberCallSite.math
           
 

Uses of NumberMath in org.codehaus.groovy.runtime.typehandling
 

Subclasses of NumberMath in org.codehaus.groovy.runtime.typehandling
 class BigDecimalMath
          BigDecimal NumberMath operations
 class BigIntegerMath
          BigInteger NumberMath operations
 class FloatingPointMath
          FloatingPoint (Double and Float) NumberMath operations
 class IntegerMath
          Integer NumberMath operations
 class LongMath
          Long NumberMath operations
 

Methods in org.codehaus.groovy.runtime.typehandling that return NumberMath
private static NumberMath NumberMath.getMath(java.lang.Number number)
           
static NumberMath NumberMath.getMath(java.lang.Number left, java.lang.Number right)
          Determine which NumberMath instance to use, given the supplied operands.
 



Copyright © ${year} The Codehaus. All Rights Reserved.