Class Types.ShortType

All Implemented Interfaces:
Type
Enclosing class:
Types

public static class Types.ShortType extends Type.IntegralType
The short type in Gravitino.
  • Method Details

    • unsigned

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

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

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

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