Package org.codehaus.groovy.runtime.typehandling


package org.codehaus.groovy.runtime.typehandling

Classes used to execute special actions based on the type. This includes mathematical operations and wrapper classes.

  • Class
    Description
    Arbitrary-precision decimal arithmetic operations.
    Arbitrary-precision integer arithmetic operations.
    Class providing various type conversions, coercions and boxing/unboxing operations.
    Binary floating-point arithmetic operations.
    Exception thrown when a type cast or coercion fails.
    32-bit integer (int) arithmetic operations.
    64-bit long integer (long) arithmetic operations.
    Stateless objects used to perform math on the various Number subclasses.
    Tracks modifications to arithmetic operations on numeric types.
    High-performance type casting and conversion utilities.