public class sun.jvm.hotspot.runtime.BasicType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.BasicType
  super_class: java.lang.Object
{
  public static final int tBoolean;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int tChar;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int tFloat;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int tDouble;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int tByte;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int tShort;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int tInt;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int tLong;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  public static final int tObject;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  public static final int tArray;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int tVoid;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  public static final int tAddress;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  public static final int tConflict;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public static final int tIllegal;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 99

  public static final sun.jvm.hotspot.runtime.BasicType T_BOOLEAN;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_CHAR;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_FLOAT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_DOUBLE;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_BYTE;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_SHORT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_INT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_LONG;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_OBJECT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_ARRAY;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_VOID;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_ADDRESS;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_CONFLICT;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.BasicType T_ILLEGAL;
    descriptor: Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private int type;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 46
            new sun.jvm.hotspot.runtime.BasicType
            dup
            iconst_4
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
         1: .line 47
            new sun.jvm.hotspot.runtime.BasicType
            dup
            iconst_5
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
         2: .line 48
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 6
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
         3: .line 49
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 7
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
         4: .line 50
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 8
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
         5: .line 51
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 9
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
         6: .line 52
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 10
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
         7: .line 53
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 11
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
         8: .line 54
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 12
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
         9: .line 55
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 13
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
        10: .line 56
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 14
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
        11: .line 57
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 15
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_ADDRESS:Lsun/jvm/hotspot/runtime/BasicType;
        12: .line 58
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 16
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_CONFLICT:Lsun/jvm/hotspot/runtime/BasicType;
        13: .line 59
            new sun.jvm.hotspot.runtime.BasicType
            dup
            bipush 99
            invokespecial sun.jvm.hotspot.runtime.BasicType.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTBoolean();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 62
            iconst_4
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTChar();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 66
            iconst_5
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTFloat();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            bipush 6
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTDouble();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 74
            bipush 7
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTByte();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 78
            bipush 8
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTShort();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 82
            bipush 9
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTInt();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 86
            bipush 10
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTLong();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 90
            bipush 11
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTObject();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 94
            bipush 12
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTArray();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 98
            bipush 13
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTVoid();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 102
            bipush 14
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTAddress();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 106
            bipush 15
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTConflict();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 111
            bipush 16
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getTIllegal();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 115
            bipush 99
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.jvm.hotspot.runtime.BasicType charToBasicType(char);
    descriptor: (C)Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // char c
         0: .line 119
            iload 0 /* c */
            tableswitch { // 66 - 91
                   66: 1
                   67: 2
                   68: 3
                   69: 12
                   70: 4
                   71: 12
                   72: 12
                   73: 5
                   74: 6
                   75: 12
                   76: 10
                   77: 12
                   78: 12
                   79: 12
                   80: 12
                   81: 12
                   82: 12
                   83: 7
                   84: 12
                   85: 12
                   86: 9
                   87: 12
                   88: 12
                   89: 12
                   90: 8
                   91: 11
              default: 12
          }
         1: .line 120
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         3: .line 122
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         4: .line 123
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         5: .line 124
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         6: .line 125
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         7: .line 126
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         8: .line 127
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         9: .line 128
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_VOID:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        10: .line 129
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        11: .line 130
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        12: .line 132
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ILLEGAL:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0     c  C
    MethodParameters:
      Name  Flags
      c     

  public static int charToType(char);
    descriptor: (C)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // char c
         0: .line 136
            iload 0 /* c */
            invokestatic sun.jvm.hotspot.runtime.BasicType.charToBasicType:(C)Lsun/jvm/hotspot/runtime/BasicType;
            invokevirtual sun.jvm.hotspot.runtime.BasicType.getType:()I
            ireturn
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  C
    MethodParameters:
      Name  Flags
      c     

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.BasicType this
         0: .line 140
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.BasicType.type:I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.BasicType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/BasicType;

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.BasicType this
        start local 1 // int type
         0: .line 144
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 145
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.jvm.hotspot.runtime.BasicType.type:I
         2: .line 146
            return
        end local 1 // int type
        end local 0 // sun.jvm.hotspot.runtime.BasicType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/BasicType;
            0    3     1  type  I
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "BasicType.java"