Class Type.IntegralType

All Implemented Interfaces:
Type
Direct Known Subclasses:
Types.ByteType, Types.IntegerType, Types.LongType, Types.ShortType
Enclosing interface:
Type

public abstract static class Type.IntegralType extends Type.NumericType
The base type of all integral types.
  • Constructor Details

    • IntegralType

      public IntegralType(boolean signed)
      Parameters:
      signed - or unsigned of the integer type.
  • Method Details

    • signed

      public boolean signed()
      Returns:
      True if the integer type has signed, false otherwise.