Class Types.ByteType

All Implemented Interfaces:
Type
Enclosing class:
Types

public static class Types.ByteType extends Type.IntegralType
The byte type in Gravitino.
  • Method Details

    • unsigned

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

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

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

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