Class Types.LongType

All Implemented Interfaces:
Type
Enclosing class:
Types

public static class Types.LongType extends Type.IntegralType
The long type in Gravitino.
  • Method Details

    • unsigned

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

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

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

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