Enum Class Types.TByte

java.lang.Object
java.lang.Enum<Types.TByte>
ghidra.pcode.emu.jit.gen.util.Types.TByte
All Implemented Interfaces:
Types.SNonVoid, Types.SPrim<byte[]>, Types.SType, Serializable, Comparable<Types.TByte>, Constable
Enclosing interface:
Types

public static enum Types.TByte extends Enum<Types.TByte> implements Types.SPrim<byte[]>
The byte type
  • Enum Constant Details

    • INSTANCE

      public static final Types.TByte INSTANCE
      Singleton
  • Method Details

    • values

      public static Types.TByte[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Types.TByte valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • t

      public int t()
      Description copied from interface: Types.SPrim
      The type id, as in MethodVisitor.visitIntInsn(int, int) for Opcodes.NEWARRAY, e.g., Opcodes.T_INT.
      Specified by:
      t in interface Types.SPrim<byte[]>
      Returns:
      the type id
    • type

      public org.objectweb.asm.Type type()
      Description copied from interface: Types.SType
      Get the ASM type for this type
      Specified by:
      type in interface Types.SType
      Returns:
      the type
    • cls

      public Class<?> cls()
      Description copied from interface: Types.SType
      Get the Java class to describe this type

      For generated types, this may instead be a suitable super type.

      Specified by:
      cls in interface Types.SType
      Returns:
      the class