public class com.sun.tools.classfile.StackMapTable_attribute$verification_type_info
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.StackMapTable_attribute$verification_type_info
  super_class: java.lang.Object
{
  public static final int ITEM_Top;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

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

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

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

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

  static com.sun.tools.classfile.StackMapTable_attribute$verification_type_info read(com.sun.tools.classfile.ClassReader);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;)Lcom/sun/tools/classfile/StackMapTable_attribute$verification_type_info;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.classfile.ClassReader cr
         0: .line 319
            aload 0 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedByte:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 320
            iload 1 /* tag */
            tableswitch { // 0 - 8
                    0: 2
                    1: 2
                    2: 2
                    3: 2
                    4: 2
                    5: 2
                    6: 2
                    7: 3
                    8: 4
              default: 5
          }
         2: .line 328
      StackMap locals: int
      StackMap stack:
            new com.sun.tools.classfile.StackMapTable_attribute$verification_type_info
            dup
            iload 1 /* tag */
            invokespecial com.sun.tools.classfile.StackMapTable_attribute$verification_type_info.<init>:(I)V
            areturn
         3: .line 331
      StackMap locals:
      StackMap stack:
            new com.sun.tools.classfile.StackMapTable_attribute$Object_variable_info
            dup
            aload 0 /* cr */
            invokespecial com.sun.tools.classfile.StackMapTable_attribute$Object_variable_info.<init>:(Lcom/sun/tools/classfile/ClassReader;)V
            areturn
         4: .line 334
      StackMap locals:
      StackMap stack:
            new com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info
            dup
            aload 0 /* cr */
            invokespecial com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info.<init>:(Lcom/sun/tools/classfile/ClassReader;)V
            areturn
         5: .line 337
      StackMap locals:
      StackMap stack:
            new com.sun.tools.classfile.StackMapTable_attribute$InvalidStackMap
            dup
            ldc "unrecognized verification_type_info tag"
            invokespecial com.sun.tools.classfile.StackMapTable_attribute$InvalidStackMap.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int tag
        end local 0 // com.sun.tools.classfile.ClassReader cr
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    cr  Lcom/sun/tools/classfile/ClassReader;
            1    6     1   tag  I
    Exceptions:
      throws java.io.IOException, com.sun.tools.classfile.StackMapTable_attribute$InvalidStackMap
    MethodParameters:
      Name  Flags
      cr    

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.StackMapTable_attribute$verification_type_info this
        start local 1 // int tag
         0: .line 341
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 342
            aload 0 /* this */
            iload 1 /* tag */
            putfield com.sun.tools.classfile.StackMapTable_attribute$verification_type_info.tag:I
         2: .line 343
            return
        end local 1 // int tag
        end local 0 // com.sun.tools.classfile.StackMapTable_attribute$verification_type_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/classfile/StackMapTable_attribute$verification_type_info;
            0    3     1   tag  I
    MethodParameters:
      Name  Flags
      tag   

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.StackMapTable_attribute$verification_type_info this
         0: .line 346
            iconst_1
            ireturn
        end local 0 // com.sun.tools.classfile.StackMapTable_attribute$verification_type_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/StackMapTable_attribute$verification_type_info;
}
SourceFile: "StackMapTable_attribute.java"
NestHost: com.sun.tools.classfile.StackMapTable_attribute
InnerClasses:
  InvalidStackMap = com.sun.tools.classfile.StackMapTable_attribute$InvalidStackMap of com.sun.tools.classfile.StackMapTable_attribute
  public Object_variable_info = com.sun.tools.classfile.StackMapTable_attribute$Object_variable_info of com.sun.tools.classfile.StackMapTable_attribute
  public Uninitialized_variable_info = com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info of com.sun.tools.classfile.StackMapTable_attribute
  public verification_type_info = com.sun.tools.classfile.StackMapTable_attribute$verification_type_info of com.sun.tools.classfile.StackMapTable_attribute