public final class com.sun.tools.classfile.Instruction$TypeKind extends java.lang.Enum<com.sun.tools.classfile.Instruction$TypeKind>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.tools.classfile.Instruction$TypeKind
  super_class: java.lang.Enum
{
  public static final com.sun.tools.classfile.Instruction$TypeKind T_BOOLEAN;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.classfile.Instruction$TypeKind T_CHAR;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.classfile.Instruction$TypeKind T_FLOAT;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.classfile.Instruction$TypeKind T_DOUBLE;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.classfile.Instruction$TypeKind T_BYTE;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.classfile.Instruction$TypeKind T_SHORT;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.classfile.Instruction$TypeKind T_INT;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.classfile.Instruction$TypeKind T_LONG;
    descriptor: Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public final int value;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private static final com.sun.tools.classfile.Instruction$TypeKind[] ENUM$VALUES;
    descriptor: [Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 129
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_BOOLEAN"
            iconst_0
            iconst_4
            ldc "boolean"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_BOOLEAN:Lcom/sun/tools/classfile/Instruction$TypeKind;
         1: .line 130
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_CHAR"
            iconst_1
            iconst_5
            ldc "char"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_CHAR:Lcom/sun/tools/classfile/Instruction$TypeKind;
         2: .line 131
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_FLOAT"
            iconst_2
            bipush 6
            ldc "float"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_FLOAT:Lcom/sun/tools/classfile/Instruction$TypeKind;
         3: .line 132
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_DOUBLE"
            iconst_3
            bipush 7
            ldc "double"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_DOUBLE:Lcom/sun/tools/classfile/Instruction$TypeKind;
         4: .line 133
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_BYTE"
            iconst_4
            bipush 8
            ldc "byte"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_BYTE:Lcom/sun/tools/classfile/Instruction$TypeKind;
         5: .line 134
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_SHORT"
            iconst_5
            bipush 9
            ldc "short"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_SHORT:Lcom/sun/tools/classfile/Instruction$TypeKind;
         6: .line 135
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_INT"
            bipush 6
            bipush 10
            ldc "int"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_INT:Lcom/sun/tools/classfile/Instruction$TypeKind;
         7: .line 136
            new com.sun.tools.classfile.Instruction$TypeKind
            dup
            ldc "T_LONG"
            bipush 7
            bipush 11
            ldc "long"
            invokespecial com.sun.tools.classfile.Instruction$TypeKind.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic com.sun.tools.classfile.Instruction$TypeKind.T_LONG:Lcom/sun/tools/classfile/Instruction$TypeKind;
         8: .line 128
            bipush 8
            anewarray com.sun.tools.classfile.Instruction$TypeKind
            dup
            iconst_0
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_BOOLEAN:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_CHAR:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_FLOAT:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            dup
            iconst_3
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_DOUBLE:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            dup
            iconst_4
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_BYTE:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            dup
            iconst_5
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_SHORT:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            dup
            bipush 6
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_INT:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            dup
            bipush 7
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_LONG:Lcom/sun/tools/classfile/Instruction$TypeKind;
            aastore
            putstatic com.sun.tools.classfile.Instruction$TypeKind.ENUM$VALUES:[Lcom/sun/tools/classfile/Instruction$TypeKind;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int, java.lang.String);
    descriptor: (Ljava/lang/String;IILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.tools.classfile.Instruction$TypeKind this
        start local 3 // int value
        start local 4 // java.lang.String name
         0: .line 137
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 138
            aload 0 /* this */
            iload 3 /* value */
            putfield com.sun.tools.classfile.Instruction$TypeKind.value:I
         2: .line 139
            aload 0 /* this */
            aload 4 /* name */
            putfield com.sun.tools.classfile.Instruction$TypeKind.name:Ljava/lang/String;
         3: .line 140
            return
        end local 4 // java.lang.String name
        end local 3 // int value
        end local 0 // com.sun.tools.classfile.Instruction$TypeKind this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/classfile/Instruction$TypeKind;
            0    4     3  value  I
            0    4     4   name  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          
      name           

  public static com.sun.tools.classfile.Instruction$TypeKind get(int);
    descriptor: (I)Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int value
         0: .line 143
            iload 0 /* value */
            tableswitch { // 4 - 11
                    4: 1
                    5: 2
                    6: 3
                    7: 4
                    8: 5
                    9: 6
                   10: 7
                   11: 8
              default: 9
          }
         1: .line 144
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_BOOLEAN:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         2: .line 145
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_CHAR:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         3: .line 146
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_FLOAT:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         4: .line 147
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_DOUBLE:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         5: .line 148
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_BYTE:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         6: .line 149
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_SHORT:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         7: .line 150
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_INT:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         8: .line 151
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.classfile.Instruction$TypeKind.T_LONG:Lcom/sun/tools/classfile/Instruction$TypeKind;
            areturn
         9: .line 152
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public static com.sun.tools.classfile.Instruction$TypeKind[] values();
    descriptor: ()[Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.sun.tools.classfile.Instruction$TypeKind.ENUM$VALUES:[Lcom/sun/tools/classfile/Instruction$TypeKind;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.sun.tools.classfile.Instruction$TypeKind
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.tools.classfile.Instruction$TypeKind valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/classfile/Instruction$TypeKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/sun/tools/classfile/Instruction$TypeKind;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.sun.tools.classfile.Instruction$TypeKind
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/sun/tools/classfile/Instruction$TypeKind;>;
SourceFile: "Instruction.java"
NestHost: com.sun.tools.classfile.Instruction
InnerClasses:
  public final TypeKind = com.sun.tools.classfile.Instruction$TypeKind of com.sun.tools.classfile.Instruction