Class Types.IntegerType

All Implemented Interfaces:
Type
Enclosing class:
Types

public static class Types.IntegerType extends Type.IntegralType
The integer type in Gravitino.
  • Method Details

    • unsigned

      public static Types.IntegerType unsigned()
      Returns:
      The singleton instance of unsigned integer type
    • get

      public static Types.IntegerType get()
      Returns:
      The singleton instance of Types.IntegerType.
    • name

      public Type.Name name()
      Returns:
      The generic name of the type.
    • simpleString

      public String simpleString()
      Returns:
      A readable string representation for the type.