Class NumericType

  • All Implemented Interfaces:
    Type
    Direct Known Subclasses:
    DecimalType

    public class NumericType
    extends ScalarType
    The type of a numeric expression.
    Since:
    Feb 17, 2005
    Author:
    jhyde
    • Constructor Detail

      • NumericType

        public NumericType()
        Creates a numeric type.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object