class org.objectweb.asm.Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.Frame
  super_class: java.lang.Object
{
  static final int SAME_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int SAME_LOCALS_1_STACK_ITEM_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  static final int RESERVED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 247

  static final int CHOP_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 248

  static final int SAME_FRAME_EXTENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 251

  static final int APPEND_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 252

  static final int FULL_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  static final int ITEM_TOP;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int ITEM_INTEGER;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int ITEM_FLOAT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int ITEM_DOUBLE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int ITEM_LONG;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int ITEM_NULL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static final int ITEM_UNINITIALIZED_THIS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int ITEM_OBJECT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  static final int ITEM_UNINITIALIZED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int ITEM_ASM_BOOLEAN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private static final int ITEM_ASM_BYTE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final int ITEM_ASM_CHAR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final int ITEM_ASM_SHORT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  private static final int DIM_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final int KIND_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int FLAGS_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int VALUE_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  private static final int DIM_SHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 26

  private static final int KIND_SHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 22

  private static final int FLAGS_SHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  private static final int DIM_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -67108864

  private static final int KIND_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 62914560

  private static final int VALUE_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1048575

  private static final int ARRAY_OF;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 67108864

  private static final int ELEMENT_OF;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -67108864

  private static final int CONSTANT_KIND;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194304

  private static final int REFERENCE_KIND;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8388608

  private static final int UNINITIALIZED_KIND;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12582912

  private static final int LOCAL_KIND;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16777216

  private static final int STACK_KIND;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20971520

  private static final int TOP_IF_LONG_OR_DOUBLE_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1048576

  private static final int TOP;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194304

  private static final int BOOLEAN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194313

  private static final int BYTE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194314

  private static final int CHAR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194315

  private static final int SHORT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194316

  private static final int INTEGER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194305

  private static final int FLOAT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194306

  private static final int LONG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194308

  private static final int DOUBLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194307

  private static final int NULL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194309

  private static final int UNINITIALIZED_THIS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194310

  org.objectweb.asm.Label owner;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0000) 

  private int[] inputLocals;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] inputStack;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] outputLocals;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] outputStack;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private short outputStackStart;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short outputStackTop;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

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

  private int[] initializations;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.Label owner
         0: .line 242
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 243
            aload 0 /* this */
            aload 1 /* owner */
            putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
         2: .line 244
            return
        end local 1 // org.objectweb.asm.Label owner
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/Frame;
            0    3     1  owner  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      owner  final

  final void copyFrom(org.objectweb.asm.Frame);
    descriptor: (Lorg/objectweb/asm/Frame;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.Frame frame
         0: .line 255
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            putfield org.objectweb.asm.Frame.inputLocals:[I
         1: .line 256
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            putfield org.objectweb.asm.Frame.inputStack:[I
         2: .line 257
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.outputStackStart:S
         3: .line 258
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            putfield org.objectweb.asm.Frame.outputLocals:[I
         4: .line 259
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.Frame.outputStack:[I
            putfield org.objectweb.asm.Frame.outputStack:[I
         5: .line 260
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            putfield org.objectweb.asm.Frame.outputStackTop:S
         6: .line 261
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.Frame.initializationCount:I
            putfield org.objectweb.asm.Frame.initializationCount:I
         7: .line 262
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.Frame.initializations:[I
            putfield org.objectweb.asm.Frame.initializations:[I
         8: .line 263
            return
        end local 1 // org.objectweb.asm.Frame frame
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/objectweb/asm/Frame;
            0    9     1  frame  Lorg/objectweb/asm/Frame;
    MethodParameters:
       Name  Flags
      frame  final

  static int getAbstractTypeFromApiFormat(org.objectweb.asm.SymbolTable, java.lang.Object);
    descriptor: (Lorg/objectweb/asm/SymbolTable;Ljava/lang/Object;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // java.lang.Object type
         0: .line 281
            aload 1 /* type */
            instanceof java.lang.Integer
            ifeq 2
         1: .line 282
            ldc 4194304
            aload 1 /* type */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ior
            ireturn
         2: .line 283
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            instanceof java.lang.String
            ifeq 5
         3: .line 284
            aload 1 /* type */
            checkcast java.lang.String
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            astore 2 /* descriptor */
        start local 2 // java.lang.String descriptor
         4: .line 285
            aload 0 /* symbolTable */
            aload 2 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromDescriptor:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;I)I
            ireturn
        end local 2 // java.lang.String descriptor
         5: .line 287
      StackMap locals:
      StackMap stack:
            ldc 12582912
         6: .line 288
            aload 0 /* symbolTable */
            ldc ""
            aload 1 /* type */
            checkcast org.objectweb.asm.Label
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            invokevirtual org.objectweb.asm.SymbolTable.addUninitializedType:(Ljava/lang/String;I)I
         7: .line 287
            ior
            ireturn
        end local 1 // java.lang.Object type
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0  symbolTable  Lorg/objectweb/asm/SymbolTable;
            0    8     1         type  Ljava/lang/Object;
            4    5     2   descriptor  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      symbolTable  final
      type         final

  static int getAbstractTypeFromInternalName(org.objectweb.asm.SymbolTable, java.lang.String);
    descriptor: (Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // java.lang.String internalName
         0: .line 302
            ldc 8388608
            aload 0 /* symbolTable */
            aload 1 /* internalName */
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            ireturn
        end local 1 // java.lang.String internalName
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0   symbolTable  Lorg/objectweb/asm/SymbolTable;
            0    1     1  internalName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      symbolTable   final
      internalName  final

  private static int getAbstractTypeFromDescriptor(org.objectweb.asm.SymbolTable, java.lang.String, int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // java.lang.String buffer
        start local 2 // int offset
         0: .line 316
            aload 1 /* buffer */
            iload 2 /* offset */
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 66 - 91
                   66: 2
                   67: 2
                   68: 5
                   69: 34
                   70: 3
                   71: 34
                   72: 34
                   73: 2
                   74: 4
                   75: 34
                   76: 6
                   77: 34
                   78: 34
                   79: 34
                   80: 34
                   81: 34
                   82: 34
                   83: 2
                   84: 34
                   85: 34
                   86: 1
                   87: 34
                   88: 34
                   89: 34
                   90: 2
                   91: 8
              default: 34
          }
         1: .line 318
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 324
      StackMap locals:
      StackMap stack:
            ldc 4194305
            ireturn
         3: .line 326
      StackMap locals:
      StackMap stack:
            ldc 4194306
            ireturn
         4: .line 328
      StackMap locals:
      StackMap stack:
            ldc 4194308
            ireturn
         5: .line 330
      StackMap locals:
      StackMap stack:
            ldc 4194307
            ireturn
         6: .line 332
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            aload 1 /* buffer */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 3 /* internalName */
        start local 3 // java.lang.String internalName
         7: .line 333
            ldc 8388608
            aload 0 /* symbolTable */
            aload 3 /* internalName */
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            ireturn
        end local 3 // java.lang.String internalName
         8: .line 335
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iconst_1
            iadd
            istore 4 /* elementDescriptorOffset */
        start local 4 // int elementDescriptorOffset
         9: .line 336
            goto 11
        10: .line 337
      StackMap locals: org.objectweb.asm.SymbolTable java.lang.String int top int
      StackMap stack:
            iinc 4 /* elementDescriptorOffset */ 1
        11: .line 336
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iload 4 /* elementDescriptorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 10
        12: .line 340
            aload 1 /* buffer */
            iload 4 /* elementDescriptorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 9
                   66: 17
                   67: 15
                   68: 27
                   70: 23
                   73: 21
                   74: 25
                   76: 29
                   83: 19
                   90: 13
              default: 32
          }
        13: .line 342
      StackMap locals:
      StackMap stack:
            ldc 4194313
            istore 5 /* typeValue */
        start local 5 // int typeValue
        14: .line 343
            goto 33
        end local 5 // int typeValue
        15: .line 345
      StackMap locals:
      StackMap stack:
            ldc 4194315
            istore 5 /* typeValue */
        start local 5 // int typeValue
        16: .line 346
            goto 33
        end local 5 // int typeValue
        17: .line 348
      StackMap locals:
      StackMap stack:
            ldc 4194314
            istore 5 /* typeValue */
        start local 5 // int typeValue
        18: .line 349
            goto 33
        end local 5 // int typeValue
        19: .line 351
      StackMap locals:
      StackMap stack:
            ldc 4194316
            istore 5 /* typeValue */
        start local 5 // int typeValue
        20: .line 352
            goto 33
        end local 5 // int typeValue
        21: .line 354
      StackMap locals:
      StackMap stack:
            ldc 4194305
            istore 5 /* typeValue */
        start local 5 // int typeValue
        22: .line 355
            goto 33
        end local 5 // int typeValue
        23: .line 357
      StackMap locals:
      StackMap stack:
            ldc 4194306
            istore 5 /* typeValue */
        start local 5 // int typeValue
        24: .line 358
            goto 33
        end local 5 // int typeValue
        25: .line 360
      StackMap locals:
      StackMap stack:
            ldc 4194308
            istore 5 /* typeValue */
        start local 5 // int typeValue
        26: .line 361
            goto 33
        end local 5 // int typeValue
        27: .line 363
      StackMap locals:
      StackMap stack:
            ldc 4194307
            istore 5 /* typeValue */
        start local 5 // int typeValue
        28: .line 364
            goto 33
        end local 5 // int typeValue
        29: .line 366
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iload 4 /* elementDescriptorOffset */
            iconst_1
            iadd
            aload 1 /* buffer */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 3 /* internalName */
        start local 3 // java.lang.String internalName
        30: .line 367
            ldc 8388608
            aload 0 /* symbolTable */
            aload 3 /* internalName */
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            istore 5 /* typeValue */
        start local 5 // int typeValue
        31: .line 368
            goto 33
        end local 5 // int typeValue
        end local 3 // java.lang.String internalName
        32: .line 370
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        start local 5 // int typeValue
        33: .line 372
      StackMap locals: int
      StackMap stack:
            iload 4 /* elementDescriptorOffset */
            iload 2 /* offset */
            isub
            bipush 26
            ishl
            iload 5 /* typeValue */
            ior
            ireturn
        end local 5 // int typeValue
        end local 4 // int elementDescriptorOffset
        34: .line 374
      StackMap locals: org.objectweb.asm.SymbolTable java.lang.String int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 2 // int offset
        end local 1 // java.lang.String buffer
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   35     0              symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   35     1                   buffer  Ljava/lang/String;
            0   35     2                   offset  I
            7    8     3             internalName  Ljava/lang/String;
           30   32     3             internalName  Ljava/lang/String;
            9   34     4  elementDescriptorOffset  I
           14   15     5                typeValue  I
           16   17     5                typeValue  I
           18   19     5                typeValue  I
           20   21     5                typeValue  I
           22   23     5                typeValue  I
           24   25     5                typeValue  I
           26   27     5                typeValue  I
           28   29     5                typeValue  I
           31   32     5                typeValue  I
           33   34     5                typeValue  I
    MethodParameters:
             Name  Flags
      symbolTable  final
      buffer       final
      offset       final

  final void setInputFrameFromDescriptor(org.objectweb.asm.SymbolTable, int, java.lang.String, int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;I)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int access
        start local 3 // java.lang.String descriptor
        start local 4 // int maxLocals
         0: .line 397
            aload 0 /* this */
            iload 4 /* maxLocals */
            newarray 10
            putfield org.objectweb.asm.Frame.inputLocals:[I
         1: .line 398
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
         2: .line 399
            iconst_0
            istore 5 /* inputLocalIndex */
        start local 5 // int inputLocalIndex
         3: .line 400
            iload 2 /* access */
            bipush 8
            iand
            ifne 10
         4: .line 401
            iload 2 /* access */
            ldc 262144
            iand
            ifne 9
         5: .line 402
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* inputLocalIndex */
            iinc 5 /* inputLocalIndex */ 1
         6: .line 403
            ldc 8388608
            aload 1 /* symbolTable */
            aload 1 /* symbolTable */
            invokevirtual org.objectweb.asm.SymbolTable.getClassName:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
         7: .line 402
            iastore
         8: .line 404
            goto 10
         9: .line 405
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* inputLocalIndex */
            iinc 5 /* inputLocalIndex */ 1
            ldc 4194310
            iastore
        10: .line 408
      StackMap locals:
      StackMap stack:
            aload 3 /* descriptor */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 18
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable int java.lang.String int int top int int org.objectweb.asm.Type[]
      StackMap stack:
        11: aload 9
            iload 7
            aaload
            astore 6 /* argumentType */
        start local 6 // org.objectweb.asm.Type argumentType
        12: .line 410
            aload 1 /* symbolTable */
            aload 6 /* argumentType */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            iconst_0
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromDescriptor:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;I)I
        13: .line 409
            istore 10 /* abstractType */
        start local 10 // int abstractType
        14: .line 411
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* inputLocalIndex */
            iinc 5 /* inputLocalIndex */ 1
            iload 10 /* abstractType */
            iastore
        15: .line 412
            iload 10 /* abstractType */
            ldc 4194308
            if_icmpeq 16
            iload 10 /* abstractType */
            ldc 4194307
            if_icmpne 17
        16: .line 413
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable int java.lang.String int int org.objectweb.asm.Type int int org.objectweb.asm.Type[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* inputLocalIndex */
            iinc 5 /* inputLocalIndex */ 1
            ldc 4194304
            iastore
        end local 10 // int abstractType
        end local 6 // org.objectweb.asm.Type argumentType
        17: .line 408
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable int java.lang.String int int top int int org.objectweb.asm.Type[]
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        18: iload 7
            iload 8
            if_icmplt 11
        19: .line 416
            goto 21
        20: .line 417
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable int java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* inputLocalIndex */
            iinc 5 /* inputLocalIndex */ 1
            ldc 4194304
            iastore
        21: .line 416
      StackMap locals:
      StackMap stack:
            iload 5 /* inputLocalIndex */
            iload 4 /* maxLocals */
            if_icmplt 20
        22: .line 419
            return
        end local 5 // int inputLocalIndex
        end local 4 // int maxLocals
        end local 3 // java.lang.String descriptor
        end local 2 // int access
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   23     0             this  Lorg/objectweb/asm/Frame;
            0   23     1      symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   23     2           access  I
            0   23     3       descriptor  Ljava/lang/String;
            0   23     4        maxLocals  I
            3   23     5  inputLocalIndex  I
           12   17     6     argumentType  Lorg/objectweb/asm/Type;
           14   17    10     abstractType  I
    MethodParameters:
             Name  Flags
      symbolTable  final
      access       final
      descriptor   final
      maxLocals    final

  final void setInputFrameFromApiFormat(org.objectweb.asm.SymbolTable, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (Lorg/objectweb/asm/SymbolTable;I[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int numLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int numStack
        start local 5 // java.lang.Object[] stack
         0: .line 438
            iconst_0
            istore 6 /* inputLocalIndex */
        start local 6 // int inputLocalIndex
         1: .line 439
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 7
         3: .line 440
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* inputLocalIndex */
            iinc 6 /* inputLocalIndex */ 1
            aload 1 /* symbolTable */
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromApiFormat:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/Object;)I
            iastore
         4: .line 441
            aload 3 /* local */
            iload 7 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 5
            aload 3 /* local */
            iload 7 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 6
         5: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* inputLocalIndex */
            iinc 6 /* inputLocalIndex */ 1
            ldc 4194304
            iastore
         6: .line 439
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 7 /* i */
            iload 2 /* numLocal */
            if_icmplt 3
        end local 7 // int i
         8: .line 445
            goto 10
         9: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* inputLocalIndex */
            iinc 6 /* inputLocalIndex */ 1
            ldc 4194304
            iastore
        10: .line 445
      StackMap locals:
      StackMap stack:
            iload 6 /* inputLocalIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            arraylength
            if_icmplt 9
        11: .line 448
            iconst_0
            istore 7 /* numStackTop */
        start local 7 // int numStackTop
        12: .line 449
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        13: goto 17
        14: .line 450
      StackMap locals: int int
      StackMap stack:
            aload 5 /* stack */
            iload 8 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 15
            aload 5 /* stack */
            iload 8 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 16
        15: .line 451
      StackMap locals:
      StackMap stack:
            iinc 7 /* numStackTop */ 1
        16: .line 449
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 8 /* i */
            iload 4 /* numStack */
            if_icmplt 14
        end local 8 // int i
        18: .line 454
            aload 0 /* this */
            iload 4 /* numStack */
            iload 7 /* numStackTop */
            iadd
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
        19: .line 455
            iconst_0
            istore 8 /* inputStackIndex */
        start local 8 // int inputStackIndex
        20: .line 456
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        21: goto 26
        22: .line 457
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 8 /* inputStackIndex */
            iinc 8 /* inputStackIndex */ 1
            aload 1 /* symbolTable */
            aload 5 /* stack */
            iload 9 /* i */
            aaload
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromApiFormat:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/Object;)I
            iastore
        23: .line 458
            aload 5 /* stack */
            iload 9 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 24
            aload 5 /* stack */
            iload 9 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 25
        24: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 8 /* inputStackIndex */
            iinc 8 /* inputStackIndex */ 1
            ldc 4194304
            iastore
        25: .line 456
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 9 /* i */
            iload 4 /* numStack */
            if_icmplt 22
        end local 9 // int i
        27: .line 462
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.outputStackTop:S
        28: .line 463
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.initializationCount:I
        29: .line 464
            return
        end local 8 // int inputStackIndex
        end local 7 // int numStackTop
        end local 6 // int inputLocalIndex
        end local 5 // java.lang.Object[] stack
        end local 4 // int numStack
        end local 3 // java.lang.Object[] local
        end local 2 // int numLocal
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   30     0             this  Lorg/objectweb/asm/Frame;
            0   30     1      symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   30     2         numLocal  I
            0   30     3            local  [Ljava/lang/Object;
            0   30     4         numStack  I
            0   30     5            stack  [Ljava/lang/Object;
            1   30     6  inputLocalIndex  I
            2    8     7                i  I
           12   30     7      numStackTop  I
           13   18     8                i  I
           20   30     8  inputStackIndex  I
           21   27     9                i  I
    MethodParameters:
             Name  Flags
      symbolTable  final
      numLocal     final
      local        final
      numStack     final
      stack        final

  final int getInputStackSize();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.Frame this
         0: .line 467
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            ireturn
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/Frame;

  private int getLocal(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // int localIndex
         0: .line 481
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            ifnull 1
            iload 1 /* localIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            arraylength
            if_icmplt 2
         1: .line 484
      StackMap locals:
      StackMap stack:
            ldc 16777216
            iload 1 /* localIndex */
            ior
            ireturn
         2: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* localIndex */
            iaload
            istore 2 /* abstractType */
        start local 2 // int abstractType
         3: .line 487
            iload 2 /* abstractType */
            ifne 5
         4: .line 490
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* localIndex */
            ldc 16777216
            iload 1 /* localIndex */
            ior
            dup_x2
            iastore
            istore 2 /* abstractType */
         5: .line 492
      StackMap locals: int
      StackMap stack:
            iload 2 /* abstractType */
            ireturn
        end local 2 // int abstractType
        end local 1 // int localIndex
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/objectweb/asm/Frame;
            0    6     1    localIndex  I
            3    6     2  abstractType  I
    MethodParameters:
            Name  Flags
      localIndex  final

  private void setLocal(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // int localIndex
        start local 2 // int abstractType
         0: .line 504
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            ifnonnull 2
         1: .line 505
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.objectweb.asm.Frame.outputLocals:[I
         2: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            arraylength
            istore 3 /* outputLocalsLength */
        start local 3 // int outputLocalsLength
         3: .line 508
            iload 1 /* localIndex */
            iload 3 /* outputLocalsLength */
            if_icmplt 7
         4: .line 509
            iload 1 /* localIndex */
            iconst_1
            iadd
            iconst_2
            iload 3 /* outputLocalsLength */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 4 /* newOutputLocals */
        start local 4 // int[] newOutputLocals
         5: .line 510
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iconst_0
            aload 4 /* newOutputLocals */
            iconst_0
            iload 3 /* outputLocalsLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 511
            aload 0 /* this */
            aload 4 /* newOutputLocals */
            putfield org.objectweb.asm.Frame.outputLocals:[I
        end local 4 // int[] newOutputLocals
         7: .line 514
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* localIndex */
            iload 2 /* abstractType */
            iastore
         8: .line 515
            return
        end local 3 // int outputLocalsLength
        end local 2 // int abstractType
        end local 1 // int localIndex
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lorg/objectweb/asm/Frame;
            0    9     1          localIndex  I
            0    9     2        abstractType  I
            3    9     3  outputLocalsLength  I
            5    7     4     newOutputLocals  [I
    MethodParameters:
              Name  Flags
      localIndex    final
      abstractType  final

  private void push(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // int abstractType
         0: .line 524
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            ifnonnull 2
         1: .line 525
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.objectweb.asm.Frame.outputStack:[I
         2: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            arraylength
            istore 2 /* outputStackLength */
        start local 2 // int outputStackLength
         3: .line 528
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            iload 2 /* outputStackLength */
            if_icmplt 7
         4: .line 529
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            iconst_1
            iadd
            iconst_2
            iload 2 /* outputStackLength */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 3 /* newOutputStack */
        start local 3 // int[] newOutputStack
         5: .line 530
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            iconst_0
            aload 3 /* newOutputStack */
            iconst_0
            iload 2 /* outputStackLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 531
            aload 0 /* this */
            aload 3 /* newOutputStack */
            putfield org.objectweb.asm.Frame.outputStack:[I
        end local 3 // int[] newOutputStack
         7: .line 534
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackTop:S
            dup_x1
            iconst_1
            iadd
            i2s
            putfield org.objectweb.asm.Frame.outputStackTop:S
            iload 1 /* abstractType */
            iastore
         8: .line 537
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackStart:S
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            iadd
            i2s
            istore 3 /* outputStackSize */
        start local 3 // short outputStackSize
         9: .line 538
            iload 3 /* outputStackSize */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.outputStackMax:S
            if_icmple 11
        10: .line 539
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            iload 3 /* outputStackSize */
            putfield org.objectweb.asm.Label.outputStackMax:S
        11: .line 541
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // short outputStackSize
        end local 2 // int outputStackLength
        end local 1 // int abstractType
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lorg/objectweb/asm/Frame;
            0   12     1       abstractType  I
            3   12     2  outputStackLength  I
            5    7     3     newOutputStack  [I
            9   12     3    outputStackSize  S
    MethodParameters:
              Name  Flags
      abstractType  final

  private void push(org.objectweb.asm.SymbolTable, java.lang.String);
    descriptor: (Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // java.lang.String descriptor
         0: .line 551
            aload 2 /* descriptor */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpne 1
            aload 2 /* descriptor */
            invokestatic org.objectweb.asm.Type.getReturnTypeOffset:(Ljava/lang/String;)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: .line 550
      StackMap locals:
      StackMap stack: int
            istore 3 /* typeDescriptorOffset */
        start local 3 // int typeDescriptorOffset
         3: .line 552
            aload 1 /* symbolTable */
            aload 2 /* descriptor */
            iload 3 /* typeDescriptorOffset */
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromDescriptor:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;I)I
            istore 4 /* abstractType */
        start local 4 // int abstractType
         4: .line 553
            iload 4 /* abstractType */
            ifeq 8
         5: .line 554
            aload 0 /* this */
            iload 4 /* abstractType */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         6: .line 555
            iload 4 /* abstractType */
            ldc 4194308
            if_icmpeq 7
            iload 4 /* abstractType */
            ldc 4194307
            if_icmpne 8
         7: .line 556
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         8: .line 559
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int abstractType
        end local 3 // int typeDescriptorOffset
        end local 2 // java.lang.String descriptor
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/objectweb/asm/Frame;
            0    9     1           symbolTable  Lorg/objectweb/asm/SymbolTable;
            0    9     2            descriptor  Ljava/lang/String;
            3    9     3  typeDescriptorOffset  I
            4    9     4          abstractType  I
    MethodParameters:
             Name  Flags
      symbolTable  final
      descriptor   final

  private int pop();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.objectweb.asm.Frame this
         0: .line 567
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            ifle 2
         1: .line 568
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackTop:S
            iconst_1
            isub
            i2s
            dup_x1
            putfield org.objectweb.asm.Frame.outputStackTop:S
            iaload
            ireturn
         2: .line 571
      StackMap locals:
      StackMap stack:
            ldc 20971520
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackStart:S
            iconst_1
            isub
            i2s
            dup_x1
            putfield org.objectweb.asm.Frame.outputStackStart:S
            ineg
            ior
            ireturn
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/Frame;

  private void pop(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // int elements
         0: .line 581
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            iload 1 /* elements */
            if_icmplt 3
         1: .line 582
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackTop:S
            iload 1 /* elements */
            isub
            i2s
            putfield org.objectweb.asm.Frame.outputStackTop:S
         2: .line 583
            goto 5
         3: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackStart:S
            iload 1 /* elements */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            isub
            isub
            i2s
            putfield org.objectweb.asm.Frame.outputStackStart:S
         4: .line 587
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.outputStackTop:S
         5: .line 589
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int elements
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/objectweb/asm/Frame;
            0    6     1  elements  I
    MethodParameters:
          Name  Flags
      elements  final

  private void pop(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // java.lang.String descriptor
         0: .line 597
            aload 1 /* descriptor */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* firstDescriptorChar */
        start local 2 // char firstDescriptorChar
         1: .line 598
            iload 2 /* firstDescriptorChar */
            bipush 40
            if_icmpne 4
         2: .line 599
            aload 0 /* this */
            aload 1 /* descriptor */
            invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            iconst_2
            ishr
            iconst_1
            isub
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
         3: .line 600
            goto 8
      StackMap locals: int
      StackMap stack:
         4: iload 2 /* firstDescriptorChar */
            bipush 74
            if_icmpeq 5
            iload 2 /* firstDescriptorChar */
            bipush 68
            if_icmpne 7
         5: .line 601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
         6: .line 602
            goto 8
         7: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
         8: .line 605
      StackMap locals:
      StackMap stack:
            return
        end local 2 // char firstDescriptorChar
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lorg/objectweb/asm/Frame;
            0    9     1           descriptor  Ljava/lang/String;
            1    9     2  firstDescriptorChar  C
    MethodParameters:
            Name  Flags
      descriptor  final

  private void addInitializedType(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // int abstractType
         0: .line 619
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnonnull 2
         1: .line 620
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield org.objectweb.asm.Frame.initializations:[I
         2: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            arraylength
            istore 2 /* initializationsLength */
        start local 2 // int initializationsLength
         3: .line 623
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializationCount:I
            iload 2 /* initializationsLength */
            if_icmplt 8
         4: .line 625
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializationCount:I
            iconst_1
            iadd
            iconst_2
            iload 2 /* initializationsLength */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
         5: .line 624
            astore 3 /* newInitializations */
        start local 3 // int[] newInitializations
         6: .line 626
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            iconst_0
            aload 3 /* newInitializations */
            iconst_0
            iload 2 /* initializationsLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 627
            aload 0 /* this */
            aload 3 /* newInitializations */
            putfield org.objectweb.asm.Frame.initializations:[I
        end local 3 // int[] newInitializations
         8: .line 630
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.initializationCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.Frame.initializationCount:I
            iload 1 /* abstractType */
            iastore
         9: .line 631
            return
        end local 2 // int initializationsLength
        end local 1 // int abstractType
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lorg/objectweb/asm/Frame;
            0   10     1           abstractType  I
            3   10     2  initializationsLength  I
            6    8     3     newInitializations  [I
    MethodParameters:
              Name  Flags
      abstractType  final

  private int getInitializedType(org.objectweb.asm.SymbolTable, int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int abstractType
         0: .line 643
            iload 2 /* abstractType */
            ldc 4194310
            if_icmpeq 2
         1: .line 644
            iload 2 /* abstractType */
            ldc -4194304
            iand
            ldc 12582912
            if_icmpne 21
         2: .line 645
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 20
         4: .line 646
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            iload 3 /* i */
            iaload
            istore 4 /* initializedType */
        start local 4 // int initializedType
         5: .line 647
            iload 4 /* initializedType */
            ldc -67108864
            iand
            istore 5 /* dim */
        start local 5 // int dim
         6: .line 648
            iload 4 /* initializedType */
            ldc 62914560
            iand
            istore 6 /* kind */
        start local 6 // int kind
         7: .line 649
            iload 4 /* initializedType */
            ldc 1048575
            iand
            istore 7 /* value */
        start local 7 // int value
         8: .line 650
            iload 6 /* kind */
            ldc 16777216
            if_icmpne 11
         9: .line 651
            iload 5 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 7 /* value */
            iaload
            iadd
            istore 4 /* initializedType */
        10: .line 652
            goto 13
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable int int int int int int
      StackMap stack:
        11: iload 6 /* kind */
            ldc 20971520
            if_icmpne 13
        12: .line 653
            iload 5 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            iload 7 /* value */
            isub
            iaload
            iadd
            istore 4 /* initializedType */
        13: .line 655
      StackMap locals:
      StackMap stack:
            iload 2 /* abstractType */
            iload 4 /* initializedType */
            if_icmpne 19
        14: .line 656
            iload 2 /* abstractType */
            ldc 4194310
            if_icmpne 16
        15: .line 657
            ldc 8388608
            aload 1 /* symbolTable */
            aload 1 /* symbolTable */
            invokevirtual org.objectweb.asm.SymbolTable.getClassName:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            ireturn
        16: .line 659
      StackMap locals:
      StackMap stack:
            ldc 8388608
        17: .line 660
            aload 1 /* symbolTable */
            aload 1 /* symbolTable */
            iload 2 /* abstractType */
            ldc 1048575
            iand
            invokevirtual org.objectweb.asm.SymbolTable.getType:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
        18: .line 659
            ior
            ireturn
        end local 7 // int value
        end local 6 // int kind
        end local 5 // int dim
        end local 4 // int initializedType
        19: .line 645
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable int int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 3 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializationCount:I
            if_icmplt 4
        end local 3 // int i
        21: .line 665
      StackMap locals:
      StackMap stack:
            iload 2 /* abstractType */
            ireturn
        end local 2 // int abstractType
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0             this  Lorg/objectweb/asm/Frame;
            0   22     1      symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   22     2     abstractType  I
            3   21     3                i  I
            5   19     4  initializedType  I
            6   19     5              dim  I
            7   19     6             kind  I
            8   19     7            value  I
    MethodParameters:
              Name  Flags
      symbolTable   final
      abstractType  final

  void execute(int, int, org.objectweb.asm.Symbol, org.objectweb.asm.SymbolTable);
    descriptor: (IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // int opcode
        start local 2 // int arg
        start local 3 // org.objectweb.asm.Symbol argSymbol
        start local 4 // org.objectweb.asm.SymbolTable symbolTable
         0: .line 687
            iload 1 /* opcode */
            tableswitch { // 0 - 199
                    0: 1
                    1: 2
                    2: 4
                    3: 4
                    4: 4
                    5: 4
                    6: 4
                    7: 4
                    8: 4
                    9: 6
                   10: 6
                   11: 9
                   12: 9
                   13: 9
                   14: 11
                   15: 11
                   16: 4
                   17: 4
                   18: 14
                   19: 230
                   20: 230
                   21: 4
                   22: 6
                   23: 9
                   24: 11
                   25: 36
                   26: 230
                   27: 230
                   28: 230
                   29: 230
                   30: 230
                   31: 230
                   32: 230
                   33: 230
                   34: 230
                   35: 230
                   36: 230
                   37: 230
                   38: 230
                   39: 230
                   40: 230
                   41: 230
                   42: 230
                   43: 230
                   44: 230
                   45: 230
                   46: 134
                   47: 38
                   48: 141
                   49: 42
                   50: 46
                   51: 134
                   52: 134
                   53: 134
                   54: 52
                   55: 63
                   56: 52
                   57: 63
                   58: 52
                   59: 230
                   60: 230
                   61: 230
                   62: 230
                   63: 230
                   64: 230
                   65: 230
                   66: 230
                   67: 230
                   68: 230
                   69: 230
                   70: 230
                   71: 230
                   72: 230
                   73: 230
                   74: 230
                   75: 230
                   76: 230
                   77: 230
                   78: 230
                   79: 76
                   80: 78
                   81: 76
                   82: 78
                   83: 76
                   84: 76
                   85: 76
                   86: 76
                   87: 80
                   88: 82
                   89: 84
                   90: 88
                   91: 94
                   92: 102
                   93: 109
                   94: 118
                   95: 129
                   96: 134
                   97: 137
                   98: 141
                   99: 144
                  100: 134
                  101: 137
                  102: 141
                  103: 144
                  104: 134
                  105: 137
                  106: 141
                  107: 144
                  108: 134
                  109: 137
                  110: 141
                  111: 144
                  112: 134
                  113: 137
                  114: 141
                  115: 144
                  116: 1
                  117: 1
                  118: 1
                  119: 1
                  120: 134
                  121: 148
                  122: 134
                  123: 148
                  124: 134
                  125: 148
                  126: 134
                  127: 137
                  128: 134
                  129: 137
                  130: 134
                  131: 137
                  132: 152
                  133: 154
                  134: 158
                  135: 161
                  136: 134
                  137: 141
                  138: 42
                  139: 165
                  140: 154
                  141: 161
                  142: 134
                  143: 38
                  144: 141
                  145: 1
                  146: 1
                  147: 1
                  148: 168
                  149: 134
                  150: 134
                  151: 168
                  152: 168
                  153: 80
                  154: 80
                  155: 80
                  156: 80
                  157: 80
                  158: 80
                  159: 82
                  160: 82
                  161: 82
                  162: 82
                  163: 82
                  164: 82
                  165: 82
                  166: 82
                  167: 1
                  168: 171
                  169: 171
                  170: 80
                  171: 80
                  172: 80
                  173: 82
                  174: 80
                  175: 82
                  176: 80
                  177: 1
                  178: 172
                  179: 174
                  180: 176
                  181: 179
                  182: 182
                  183: 182
                  184: 182
                  185: 182
                  186: 189
                  187: 192
                  188: 194
                  189: 213
                  190: 165
                  191: 80
                  192: 220
                  193: 165
                  194: 80
                  195: 80
                  196: 230
                  197: 227
                  198: 80
                  199: 80
              default: 230
          }
         1: .line 698
      StackMap locals:
      StackMap stack:
            goto 231
         2: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194309
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         3: .line 701
            goto 231
         4: .line 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194305
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         5: .line 713
            goto 231
         6: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194308
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         7: .line 718
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         8: .line 719
            goto 231
         9: .line 724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194306
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        10: .line 725
            goto 231
        11: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194307
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        12: .line 730
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        13: .line 731
            goto 231
        14: .line 733
      StackMap locals:
      StackMap stack:
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.tag:I
            tableswitch { // 3 - 17
                    3: 15
                    4: 20
                    5: 17
                    6: 22
                    7: 25
                    8: 27
                    9: 35
                   10: 35
                   11: 35
                   12: 35
                   13: 35
                   14: 35
                   15: 31
                   16: 29
                   17: 33
              default: 35
          }
        15: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194305
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        16: .line 736
            goto 231
        17: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194308
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        18: .line 739
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        19: .line 740
            goto 231
        20: .line 742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194306
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        21: .line 743
            goto 231
        22: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4194307
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        23: .line 746
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        24: .line 747
            goto 231
        25: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 8388608
            aload 4 /* symbolTable */
            ldc "java/lang/Class"
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        26: .line 750
            goto 231
        27: .line 752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 8388608
            aload 4 /* symbolTable */
            ldc "java/lang/String"
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        28: .line 753
            goto 231
        29: .line 755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 8388608
            aload 4 /* symbolTable */
            ldc "java/lang/invoke/MethodType"
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        30: .line 756
            goto 231
        31: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 8388608
            aload 4 /* symbolTable */
            ldc "java/lang/invoke/MethodHandle"
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        32: .line 759
            goto 231
        33: .line 761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
        34: .line 762
            goto 231
        35: .line 764
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        36: .line 768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* arg */
            invokevirtual org.objectweb.asm.Frame.getLocal:(I)I
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        37: .line 769
            goto 231
        38: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        39: .line 773
            aload 0 /* this */
            ldc 4194308
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        40: .line 774
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        41: .line 775
            goto 231
        42: .line 778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        43: .line 779
            aload 0 /* this */
            ldc 4194307
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        44: .line 780
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        45: .line 781
            goto 231
        46: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        47: .line 784
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
        48: .line 785
            aload 0 /* this */
            iload 5 /* abstractType1 */
            ldc 4194309
            if_icmpne 49
            iload 5 /* abstractType1 */
            goto 50
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable int
      StackMap stack: org.objectweb.asm.Frame
        49: ldc -67108864
            iload 5 /* abstractType1 */
            iadd
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable int
      StackMap stack: org.objectweb.asm.Frame int
        50: invokevirtual org.objectweb.asm.Frame.push:(I)V
        51: .line 786
            goto 231
        end local 5 // int abstractType1
        52: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
        53: .line 791
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
        54: .line 792
            iload 2 /* arg */
            ifle 231
        55: .line 793
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            invokevirtual org.objectweb.asm.Frame.getLocal:(I)I
            istore 9 /* previousLocalType */
        start local 9 // int previousLocalType
        56: .line 794
            iload 9 /* previousLocalType */
            ldc 4194308
            if_icmpeq 57
            iload 9 /* previousLocalType */
            ldc 4194307
            if_icmpne 59
        57: .line 795
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable int top top top int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
        58: .line 796
            goto 231
      StackMap locals:
      StackMap stack:
        59: iload 9 /* previousLocalType */
            ldc 62914560
            iand
            ldc 16777216
            if_icmpeq 61
        60: .line 797
            iload 9 /* previousLocalType */
            ldc 62914560
            iand
            ldc 20971520
            if_icmpne 231
        61: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            iload 9 /* previousLocalType */
            ldc 1048576
            ior
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
        end local 9 // int previousLocalType
        62: .line 803
            goto 231
        end local 5 // int abstractType1
        63: .line 806
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        64: .line 807
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
        65: .line 808
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
        66: .line 809
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            iadd
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
        67: .line 810
            iload 2 /* arg */
            ifle 231
        68: .line 811
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            invokevirtual org.objectweb.asm.Frame.getLocal:(I)I
            istore 9 /* previousLocalType */
        start local 9 // int previousLocalType
        69: .line 812
            iload 9 /* previousLocalType */
            ldc 4194308
            if_icmpeq 70
            iload 9 /* previousLocalType */
            ldc 4194307
            if_icmpne 72
        70: .line 813
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable int top top top int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
        71: .line 814
            goto 231
      StackMap locals:
      StackMap stack:
        72: iload 9 /* previousLocalType */
            ldc 62914560
            iand
            ldc 16777216
            if_icmpeq 74
        73: .line 815
            iload 9 /* previousLocalType */
            ldc 62914560
            iand
            ldc 20971520
            if_icmpne 231
        74: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            iload 9 /* previousLocalType */
            ldc 1048576
            ior
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
        end local 9 // int previousLocalType
        75: .line 821
            goto 231
        end local 5 // int abstractType1
        76: .line 828
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        77: .line 829
            goto 231
        78: .line 832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        79: .line 833
            goto 231
        80: .line 851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        81: .line 852
            goto 231
        82: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        83: .line 865
            goto 231
        84: .line 867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
        85: .line 868
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        86: .line 869
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        87: .line 870
            goto 231
        end local 5 // int abstractType1
        88: .line 872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
        89: .line 873
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* abstractType2 */
        start local 6 // int abstractType2
        90: .line 874
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        91: .line 875
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        92: .line 876
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        93: .line 877
            goto 231
        end local 6 // int abstractType2
        end local 5 // int abstractType1
        94: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
        95: .line 880
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* abstractType2 */
        start local 6 // int abstractType2
        96: .line 881
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* abstractType3 */
        start local 7 // int abstractType3
        97: .line 882
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        98: .line 883
            aload 0 /* this */
            iload 7 /* abstractType3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        99: .line 884
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       100: .line 885
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       101: .line 886
            goto 231
        end local 7 // int abstractType3
        end local 6 // int abstractType2
        end local 5 // int abstractType1
       102: .line 888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
       103: .line 889
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* abstractType2 */
        start local 6 // int abstractType2
       104: .line 890
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       105: .line 891
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       106: .line 892
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       107: .line 893
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       108: .line 894
            goto 231
        end local 6 // int abstractType2
        end local 5 // int abstractType1
       109: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
       110: .line 897
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* abstractType2 */
        start local 6 // int abstractType2
       111: .line 898
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* abstractType3 */
        start local 7 // int abstractType3
       112: .line 899
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       113: .line 900
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       114: .line 901
            aload 0 /* this */
            iload 7 /* abstractType3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       115: .line 902
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       116: .line 903
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       117: .line 904
            goto 231
        end local 7 // int abstractType3
        end local 6 // int abstractType2
        end local 5 // int abstractType1
       118: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
       119: .line 907
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* abstractType2 */
        start local 6 // int abstractType2
       120: .line 908
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* abstractType3 */
        start local 7 // int abstractType3
       121: .line 909
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 8 /* abstractType4 */
        start local 8 // int abstractType4
       122: .line 910
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       123: .line 911
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       124: .line 912
            aload 0 /* this */
            iload 8 /* abstractType4 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       125: .line 913
            aload 0 /* this */
            iload 7 /* abstractType3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       126: .line 914
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       127: .line 915
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       128: .line 916
            goto 231
        end local 8 // int abstractType4
        end local 7 // int abstractType3
        end local 6 // int abstractType2
        end local 5 // int abstractType1
       129: .line 918
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
       130: .line 919
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* abstractType2 */
        start local 6 // int abstractType2
       131: .line 920
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       132: .line 921
            aload 0 /* this */
            iload 6 /* abstractType2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       133: .line 922
            goto 231
        end local 6 // int abstractType2
        end local 5 // int abstractType1
       134: .line 942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       135: .line 943
            aload 0 /* this */
            ldc 4194305
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       136: .line 944
            goto 231
       137: .line 953
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       138: .line 954
            aload 0 /* this */
            ldc 4194308
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       139: .line 955
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       140: .line 956
            goto 231
       141: .line 965
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       142: .line 966
            aload 0 /* this */
            ldc 4194306
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       143: .line 967
            goto 231
       144: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       145: .line 974
            aload 0 /* this */
            ldc 4194307
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       146: .line 975
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       147: .line 976
            goto 231
       148: .line 980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       149: .line 981
            aload 0 /* this */
            ldc 4194308
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       150: .line 982
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       151: .line 983
            goto 231
       152: .line 985
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            ldc 4194305
            invokevirtual org.objectweb.asm.Frame.setLocal:(II)V
       153: .line 986
            goto 231
       154: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       155: .line 990
            aload 0 /* this */
            ldc 4194308
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       156: .line 991
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       157: .line 992
            goto 231
       158: .line 994
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       159: .line 995
            aload 0 /* this */
            ldc 4194306
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       160: .line 996
            goto 231
       161: .line 999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       162: .line 1000
            aload 0 /* this */
            ldc 4194307
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       163: .line 1001
            aload 0 /* this */
            ldc 4194304
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       164: .line 1002
            goto 231
       165: .line 1006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       166: .line 1007
            aload 0 /* this */
            ldc 4194305
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       167: .line 1008
            goto 231
       168: .line 1012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       169: .line 1013
            aload 0 /* this */
            ldc 4194305
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       170: .line 1014
            goto 231
       171: .line 1017
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "JSR/RET are not supported with computeFrames option"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
       172: .line 1019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
       173: .line 1020
            goto 231
       174: .line 1022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       175: .line 1023
            goto 231
       176: .line 1025
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       177: .line 1026
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
       178: .line 1027
            goto 231
       179: .line 1029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       180: .line 1030
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       181: .line 1031
            goto 231
       182: .line 1036
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       183: .line 1037
            iload 1 /* opcode */
            sipush 184
            if_icmpeq 187
       184: .line 1038
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* abstractType1 */
        start local 5 // int abstractType1
       185: .line 1039
            iload 1 /* opcode */
            sipush 183
            if_icmpne 187
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.name:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 60
            if_icmpne 187
       186: .line 1040
            aload 0 /* this */
            iload 5 /* abstractType1 */
            invokevirtual org.objectweb.asm.Frame.addInitializedType:(I)V
        end local 5 // int abstractType1
       187: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
       188: .line 1044
            goto 231
       189: .line 1046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       190: .line 1047
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
       191: .line 1048
            goto 231
       192: .line 1050
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 12582912
            aload 4 /* symbolTable */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            iload 2 /* arg */
            invokevirtual org.objectweb.asm.SymbolTable.addUninitializedType:(Ljava/lang/String;I)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       193: .line 1051
            goto 231
       194: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       195: .line 1054
            iload 2 /* arg */
            tableswitch { // 4 - 11
                    4: 196
                    5: 198
                    6: 206
                    7: 208
                    8: 200
                    9: 202
                   10: 204
                   11: 210
              default: 212
          }
       196: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303177
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       197: .line 1057
            goto 231
       198: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303179
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       199: .line 1060
            goto 231
       200: .line 1062
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303178
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       201: .line 1063
            goto 231
       202: .line 1065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303180
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       203: .line 1066
            goto 231
       204: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303169
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       205: .line 1069
            goto 231
       206: .line 1071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303170
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       207: .line 1072
            goto 231
       208: .line 1074
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303171
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       209: .line 1075
            goto 231
       210: .line 1077
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 71303172
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       211: .line 1078
            goto 231
       212: .line 1080
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
       213: .line 1084
      StackMap locals:
      StackMap stack:
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            astore 9 /* arrayElementType */
        start local 9 // java.lang.String arrayElementType
       214: .line 1085
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       215: .line 1086
            aload 9 /* arrayElementType */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 218
       216: .line 1087
            aload 0 /* this */
            aload 4 /* symbolTable */
            new java.lang.StringBuilder
            dup
            bipush 91
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* arrayElementType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
       217: .line 1088
            goto 231
       218: .line 1089
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable top top top top java.lang.String
      StackMap stack:
            aload 0 /* this */
            ldc 75497472
            aload 4 /* symbolTable */
            aload 9 /* arrayElementType */
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       219: .line 1091
            goto 231
        end local 9 // java.lang.String arrayElementType
       220: .line 1093
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable
      StackMap stack:
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            astore 10 /* castType */
        start local 10 // java.lang.String castType
       221: .line 1094
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       222: .line 1095
            aload 10 /* castType */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 225
       223: .line 1096
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 10 /* castType */
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
       224: .line 1097
            goto 231
       225: .line 1098
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable top top top top top java.lang.String
      StackMap stack:
            aload 0 /* this */
            ldc 8388608
            aload 4 /* symbolTable */
            aload 10 /* castType */
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       226: .line 1100
            goto 231
        end local 10 // java.lang.String castType
       227: .line 1102
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.Symbol org.objectweb.asm.SymbolTable
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       228: .line 1103
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 3 /* argSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)V
       229: .line 1104
            goto 231
       230: .line 1106
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
       231: .line 1108
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.objectweb.asm.SymbolTable symbolTable
        end local 3 // org.objectweb.asm.Symbol argSymbol
        end local 2 // int arg
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0  232     0               this  Lorg/objectweb/asm/Frame;
            0  232     1             opcode  I
            0  232     2                arg  I
            0  232     3          argSymbol  Lorg/objectweb/asm/Symbol;
            0  232     4        symbolTable  Lorg/objectweb/asm/SymbolTable;
           48   52     5      abstractType1  I
           53   63     5      abstractType1  I
           65   76     5      abstractType1  I
           85   88     5      abstractType1  I
           89   94     5      abstractType1  I
           95  102     5      abstractType1  I
          103  109     5      abstractType1  I
          110  118     5      abstractType1  I
          119  129     5      abstractType1  I
          130  134     5      abstractType1  I
          185  187     5      abstractType1  I
           90   94     6      abstractType2  I
           96  102     6      abstractType2  I
          104  109     6      abstractType2  I
          111  118     6      abstractType2  I
          120  129     6      abstractType2  I
          131  134     6      abstractType2  I
           97  102     7      abstractType3  I
          112  118     7      abstractType3  I
          121  129     7      abstractType3  I
          122  129     8      abstractType4  I
           56   62     9  previousLocalType  I
           69   75     9  previousLocalType  I
          214  220     9   arrayElementType  Ljava/lang/String;
          221  227    10           castType  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      opcode       final
      arg          final
      argSymbol    final
      symbolTable  final

  private int getConcreteOutputType(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // int abstractOutputType
        start local 2 // int numStack
         0: .line 1123
            iload 1 /* abstractOutputType */
            ldc -67108864
            iand
            istore 3 /* dim */
        start local 3 // int dim
         1: .line 1124
            iload 1 /* abstractOutputType */
            ldc 62914560
            iand
            istore 4 /* kind */
        start local 4 // int kind
         2: .line 1125
            iload 4 /* kind */
            ldc 16777216
            if_icmpne 8
         3: .line 1129
            iload 3 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 1 /* abstractOutputType */
            ldc 1048575
            iand
            iaload
            iadd
            istore 5 /* concreteOutputType */
        start local 5 // int concreteOutputType
         4: .line 1130
            iload 1 /* abstractOutputType */
            ldc 1048576
            iand
            ifeq 7
         5: .line 1131
            iload 5 /* concreteOutputType */
            ldc 4194308
            if_icmpeq 6
            iload 5 /* concreteOutputType */
            ldc 4194307
            if_icmpne 7
         6: .line 1132
      StackMap locals: int int int
      StackMap stack:
            ldc 4194304
            istore 5 /* concreteOutputType */
         7: .line 1134
      StackMap locals:
      StackMap stack:
            iload 5 /* concreteOutputType */
            ireturn
        end local 5 // int concreteOutputType
         8: .line 1135
      StackMap locals:
      StackMap stack:
            iload 4 /* kind */
            ldc 20971520
            if_icmpne 14
         9: .line 1139
            iload 3 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 2 /* numStack */
            iload 1 /* abstractOutputType */
            ldc 1048575
            iand
            isub
            iaload
            iadd
            istore 5 /* concreteOutputType */
        start local 5 // int concreteOutputType
        10: .line 1140
            iload 1 /* abstractOutputType */
            ldc 1048576
            iand
            ifeq 13
        11: .line 1141
            iload 5 /* concreteOutputType */
            ldc 4194308
            if_icmpeq 12
            iload 5 /* concreteOutputType */
            ldc 4194307
            if_icmpne 13
        12: .line 1142
      StackMap locals: int
      StackMap stack:
            ldc 4194304
            istore 5 /* concreteOutputType */
        13: .line 1144
      StackMap locals:
      StackMap stack:
            iload 5 /* concreteOutputType */
            ireturn
        end local 5 // int concreteOutputType
        14: .line 1146
      StackMap locals:
      StackMap stack:
            iload 1 /* abstractOutputType */
            ireturn
        end local 4 // int kind
        end local 3 // int dim
        end local 2 // int numStack
        end local 1 // int abstractOutputType
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lorg/objectweb/asm/Frame;
            0   15     1  abstractOutputType  I
            0   15     2            numStack  I
            1   15     3                 dim  I
            2   15     4                kind  I
            4    8     5  concreteOutputType  I
           10   14     5  concreteOutputType  I
    MethodParameters:
                    Name  Flags
      abstractOutputType  final
      numStack            final

  final boolean merge(org.objectweb.asm.SymbolTable, org.objectweb.asm.Frame, int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/Frame;I)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=11, args_size=4
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // org.objectweb.asm.Frame dstFrame
        start local 3 // int catchTypeIndex
         0: .line 1164
            iconst_0
            istore 4 /* frameChanged */
        start local 4 // boolean frameChanged
         1: .line 1169
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            arraylength
            istore 5 /* numLocal */
        start local 5 // int numLocal
         2: .line 1170
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            istore 6 /* numStack */
        start local 6 // int numStack
         3: .line 1171
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            ifnonnull 6
         4: .line 1172
            aload 2 /* dstFrame */
            iload 5 /* numLocal */
            newarray 10
            putfield org.objectweb.asm.Frame.inputLocals:[I
         5: .line 1173
            iconst_1
            istore 4 /* frameChanged */
         6: .line 1175
      StackMap locals: int int int
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         7: goto 20
         8: .line 1177
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            ifnull 15
            iload 7 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            arraylength
            if_icmpge 15
         9: .line 1178
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 7 /* i */
            iaload
            istore 9 /* abstractOutputType */
        start local 9 // int abstractOutputType
        10: .line 1179
            iload 9 /* abstractOutputType */
            ifne 13
        11: .line 1182
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 7 /* i */
            iaload
            istore 8 /* concreteOutputType */
        start local 8 // int concreteOutputType
        12: .line 1183
            goto 16
        end local 8 // int concreteOutputType
        13: .line 1184
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable org.objectweb.asm.Frame int int int int int top int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* abstractOutputType */
            iload 6 /* numStack */
            invokevirtual org.objectweb.asm.Frame.getConcreteOutputType:(II)I
            istore 8 /* concreteOutputType */
        end local 9 // int abstractOutputType
        start local 8 // int concreteOutputType
        14: .line 1186
            goto 16
        end local 8 // int concreteOutputType
        15: .line 1189
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.SymbolTable org.objectweb.asm.Frame int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 7 /* i */
            iaload
            istore 8 /* concreteOutputType */
        start local 8 // int concreteOutputType
        16: .line 1194
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 18
        17: .line 1195
            aload 0 /* this */
            aload 1 /* symbolTable */
            iload 8 /* concreteOutputType */
            invokevirtual org.objectweb.asm.Frame.getInitializedType:(Lorg/objectweb/asm/SymbolTable;I)I
            istore 8 /* concreteOutputType */
        18: .line 1197
      StackMap locals:
      StackMap stack:
            iload 4 /* frameChanged */
            aload 1 /* symbolTable */
            iload 8 /* concreteOutputType */
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 7 /* i */
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/SymbolTable;I[II)Z
            ior
            istore 4 /* frameChanged */
        end local 8 // int concreteOutputType
        19: .line 1175
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 7 /* i */
            iload 5 /* numLocal */
            if_icmplt 8
        end local 7 // int i
        21: .line 1205
            iload 3 /* catchTypeIndex */
            ifle 32
        22: .line 1206
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        23: goto 26
        24: .line 1207
      StackMap locals:
      StackMap stack:
            iload 4 /* frameChanged */
            aload 1 /* symbolTable */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 7 /* i */
            iaload
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 7 /* i */
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/SymbolTable;I[II)Z
            ior
            istore 4 /* frameChanged */
        25: .line 1206
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 7 /* i */
            iload 5 /* numLocal */
            if_icmplt 24
        end local 7 // int i
        27: .line 1209
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            ifnonnull 30
        28: .line 1210
            aload 2 /* dstFrame */
            iconst_1
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
        29: .line 1211
            iconst_1
            istore 4 /* frameChanged */
        30: .line 1213
      StackMap locals:
      StackMap stack:
            iload 4 /* frameChanged */
            aload 1 /* symbolTable */
            iload 3 /* catchTypeIndex */
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iconst_0
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/SymbolTable;I[II)Z
            ior
            istore 4 /* frameChanged */
        31: .line 1214
            iload 4 /* frameChanged */
            ireturn
        32: .line 1220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackStart:S
            iadd
            istore 7 /* numInputStack */
        start local 7 // int numInputStack
        33: .line 1221
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            ifnonnull 36
        34: .line 1222
            aload 2 /* dstFrame */
            iload 7 /* numInputStack */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            iadd
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
        35: .line 1223
            iconst_1
            istore 4 /* frameChanged */
        36: .line 1228
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        37: goto 43
        38: .line 1229
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 8 /* i */
            iaload
            istore 9 /* concreteOutputType */
        start local 9 // int concreteOutputType
        39: .line 1230
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 41
        40: .line 1231
            aload 0 /* this */
            aload 1 /* symbolTable */
            iload 9 /* concreteOutputType */
            invokevirtual org.objectweb.asm.Frame.getInitializedType:(Lorg/objectweb/asm/SymbolTable;I)I
            istore 9 /* concreteOutputType */
        41: .line 1233
      StackMap locals: int
      StackMap stack:
            iload 4 /* frameChanged */
            aload 1 /* symbolTable */
            iload 9 /* concreteOutputType */
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 8 /* i */
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/SymbolTable;I[II)Z
            ior
            istore 4 /* frameChanged */
        end local 9 // int concreteOutputType
        42: .line 1228
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 8 /* i */
            iload 7 /* numInputStack */
            if_icmplt 38
        end local 8 // int i
        44: .line 1237
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        45: goto 53
        46: .line 1238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            iload 8 /* i */
            iaload
            istore 9 /* abstractOutputType */
        start local 9 // int abstractOutputType
        47: .line 1239
            aload 0 /* this */
            iload 9 /* abstractOutputType */
            iload 6 /* numStack */
            invokevirtual org.objectweb.asm.Frame.getConcreteOutputType:(II)I
            istore 10 /* concreteOutputType */
        start local 10 // int concreteOutputType
        48: .line 1240
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 50
        49: .line 1241
            aload 0 /* this */
            aload 1 /* symbolTable */
            iload 10 /* concreteOutputType */
            invokevirtual org.objectweb.asm.Frame.getInitializedType:(Lorg/objectweb/asm/SymbolTable;I)I
            istore 10 /* concreteOutputType */
        50: .line 1243
      StackMap locals: int int
      StackMap stack:
            iload 4 /* frameChanged */
        51: .line 1244
            aload 1 /* symbolTable */
            iload 10 /* concreteOutputType */
            aload 2 /* dstFrame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 7 /* numInputStack */
            iload 8 /* i */
            iadd
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/SymbolTable;I[II)Z
            ior
            istore 4 /* frameChanged */
        end local 10 // int concreteOutputType
        end local 9 // int abstractOutputType
        52: .line 1237
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 8 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:S
            if_icmplt 46
        end local 8 // int i
        54: .line 1246
            iload 4 /* frameChanged */
            ireturn
        end local 7 // int numInputStack
        end local 6 // int numStack
        end local 5 // int numLocal
        end local 4 // boolean frameChanged
        end local 3 // int catchTypeIndex
        end local 2 // org.objectweb.asm.Frame dstFrame
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   55     0                this  Lorg/objectweb/asm/Frame;
            0   55     1         symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   55     2            dstFrame  Lorg/objectweb/asm/Frame;
            0   55     3      catchTypeIndex  I
            1   55     4        frameChanged  Z
            2   55     5            numLocal  I
            3   55     6            numStack  I
            7   21     7                   i  I
           12   13     8  concreteOutputType  I
           14   15     8  concreteOutputType  I
           16   19     8  concreteOutputType  I
           10   14     9  abstractOutputType  I
           23   27     7                   i  I
           33   55     7       numInputStack  I
           37   44     8                   i  I
           39   42     9  concreteOutputType  I
           45   54     8                   i  I
           47   52     9  abstractOutputType  I
           48   52    10  concreteOutputType  I
    MethodParameters:
                Name  Flags
      symbolTable     final
      dstFrame        final
      catchTypeIndex  final

  private static boolean merge(org.objectweb.asm.SymbolTable, int, int[], int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;I[II)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // int sourceType
        start local 2 // int[] dstTypes
        start local 3 // int dstIndex
         0: .line 1268
            aload 2 /* dstTypes */
            iload 3 /* dstIndex */
            iaload
            istore 4 /* dstType */
        start local 4 // int dstType
         1: .line 1269
            iload 4 /* dstType */
            iload 1 /* sourceType */
            if_icmpne 3
         2: .line 1271
            iconst_0
            ireturn
         3: .line 1273
      StackMap locals: int
      StackMap stack:
            iload 1 /* sourceType */
            istore 5 /* srcType */
        start local 5 // int srcType
         4: .line 1274
            iload 1 /* sourceType */
            ldc 67108863
            iand
            ldc 4194309
            if_icmpne 8
         5: .line 1275
            iload 4 /* dstType */
            ldc 4194309
            if_icmpne 7
         6: .line 1276
            iconst_0
            ireturn
         7: .line 1278
      StackMap locals: int
      StackMap stack:
            ldc 4194309
            istore 5 /* srcType */
         8: .line 1280
      StackMap locals:
      StackMap stack:
            iload 4 /* dstType */
            ifne 11
         9: .line 1282
            aload 2 /* dstTypes */
            iload 3 /* dstIndex */
            iload 5 /* srcType */
            iastore
        10: .line 1283
            iconst_1
            ireturn
        11: .line 1286
      StackMap locals:
      StackMap stack:
            iload 4 /* dstType */
            ldc -67108864
            iand
            ifne 12
            iload 4 /* dstType */
            ldc 62914560
            iand
            ldc 8388608
            if_icmpne 38
        12: .line 1288
      StackMap locals:
      StackMap stack:
            iload 5 /* srcType */
            ldc 4194309
            if_icmpne 14
        13: .line 1290
            iconst_0
            ireturn
        14: .line 1291
      StackMap locals:
      StackMap stack:
            iload 5 /* srcType */
            ldc -4194304
            iand
            iload 4 /* dstType */
            ldc -4194304
            iand
            if_icmpne 26
        15: .line 1293
            iload 4 /* dstType */
            ldc 62914560
            iand
            ldc 8388608
            if_icmpne 23
        16: .line 1297
            iload 5 /* srcType */
            ldc -67108864
            iand
        17: .line 1298
            ldc 8388608
        18: .line 1297
            ior
        19: .line 1299
            aload 0 /* symbolTable */
            iload 5 /* srcType */
            ldc 1048575
            iand
            iload 4 /* dstType */
            ldc 1048575
            iand
            invokevirtual org.objectweb.asm.SymbolTable.addMergedType:(II)I
        20: .line 1297
            ior
        21: .line 1296
            istore 6 /* mergedType */
        start local 6 // int mergedType
        22: .line 1300
            goto 45
        end local 6 // int mergedType
        23: .line 1303
      StackMap locals:
      StackMap stack:
            ldc -67108864
            iload 5 /* srcType */
            ldc -67108864
            iand
            iadd
            istore 7 /* mergedDim */
        start local 7 // int mergedDim
        24: .line 1304
            iload 7 /* mergedDim */
            ldc 8388608
            ior
            aload 0 /* symbolTable */
            ldc "java/lang/Object"
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
            istore 6 /* mergedType */
        end local 7 // int mergedDim
        start local 6 // int mergedType
        25: .line 1306
            goto 45
        end local 6 // int mergedType
      StackMap locals:
      StackMap stack:
        26: iload 5 /* srcType */
            ldc -67108864
            iand
            ifne 27
            iload 5 /* srcType */
            ldc 62914560
            iand
            ldc 8388608
            if_icmpne 36
        27: .line 1311
      StackMap locals:
      StackMap stack:
            iload 5 /* srcType */
            ldc -67108864
            iand
            istore 7 /* srcDim */
        start local 7 // int srcDim
        28: .line 1312
            iload 7 /* srcDim */
            ifeq 30
            iload 5 /* srcType */
            ldc 62914560
            iand
            ldc 8388608
            if_icmpeq 30
        29: .line 1313
            iload 7 /* srcDim */
            ldc -67108864
            iadd
            istore 7 /* srcDim */
        30: .line 1315
      StackMap locals: org.objectweb.asm.SymbolTable int int[] int int int top int
      StackMap stack:
            iload 4 /* dstType */
            ldc -67108864
            iand
            istore 8 /* dstDim */
        start local 8 // int dstDim
        31: .line 1316
            iload 8 /* dstDim */
            ifeq 33
            iload 4 /* dstType */
            ldc 62914560
            iand
            ldc 8388608
            if_icmpeq 33
        32: .line 1317
            iload 8 /* dstDim */
            ldc -67108864
            iadd
            istore 8 /* dstDim */
        33: .line 1320
      StackMap locals: int
      StackMap stack:
            iload 7 /* srcDim */
            iload 8 /* dstDim */
            invokestatic java.lang.Math.min:(II)I
            ldc 8388608
            ior
            aload 0 /* symbolTable */
            ldc "java/lang/Object"
            invokevirtual org.objectweb.asm.SymbolTable.addType:(Ljava/lang/String;)I
            ior
        34: .line 1319
            istore 6 /* mergedType */
        end local 8 // int dstDim
        end local 7 // int srcDim
        start local 6 // int mergedType
        35: .line 1321
            goto 45
        end local 6 // int mergedType
        36: .line 1323
      StackMap locals: org.objectweb.asm.SymbolTable int int[] int int int
      StackMap stack:
            ldc 4194304
            istore 6 /* mergedType */
        start local 6 // int mergedType
        37: .line 1325
            goto 45
        end local 6 // int mergedType
      StackMap locals:
      StackMap stack:
        38: iload 4 /* dstType */
            ldc 4194309
            if_icmpne 44
        39: .line 1329
            iload 5 /* srcType */
            ldc -67108864
            iand
            ifne 40
            iload 5 /* srcType */
            ldc 62914560
            iand
            ldc 8388608
            if_icmpne 41
      StackMap locals:
      StackMap stack:
        40: iload 5 /* srcType */
            goto 42
      StackMap locals:
      StackMap stack:
        41: ldc 4194304
        42: .line 1328
      StackMap locals:
      StackMap stack: int
            istore 6 /* mergedType */
        start local 6 // int mergedType
        43: .line 1330
            goto 45
        end local 6 // int mergedType
        44: .line 1332
      StackMap locals:
      StackMap stack:
            ldc 4194304
            istore 6 /* mergedType */
        start local 6 // int mergedType
        45: .line 1334
      StackMap locals: int
      StackMap stack:
            iload 6 /* mergedType */
            iload 4 /* dstType */
            if_icmpeq 48
        46: .line 1335
            aload 2 /* dstTypes */
            iload 3 /* dstIndex */
            iload 6 /* mergedType */
            iastore
        47: .line 1336
            iconst_1
            ireturn
        48: .line 1338
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // int mergedType
        end local 5 // int srcType
        end local 4 // int dstType
        end local 3 // int dstIndex
        end local 2 // int[] dstTypes
        end local 1 // int sourceType
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   49     0  symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   49     1   sourceType  I
            0   49     2     dstTypes  [I
            0   49     3     dstIndex  I
            1   49     4      dstType  I
            4   49     5      srcType  I
           22   23     6   mergedType  I
           25   26     6   mergedType  I
           35   36     6   mergedType  I
           37   38     6   mergedType  I
           43   44     6   mergedType  I
           45   49     6   mergedType  I
           24   25     7    mergedDim  I
           28   35     7       srcDim  I
           31   35     8       dstDim  I
    MethodParameters:
             Name  Flags
      symbolTable  final
      sourceType   final
      dstTypes     final
      dstIndex     final

  final void accept(org.objectweb.asm.MethodWriter);
    descriptor: (Lorg/objectweb/asm/MethodWriter;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.MethodWriter methodWriter
         0: .line 1356
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            astore 2 /* localTypes */
        start local 2 // int[] localTypes
         1: .line 1357
            iconst_0
            istore 3 /* numLocal */
        start local 3 // int numLocal
         2: .line 1358
            iconst_0
            istore 4 /* numTrailingTop */
        start local 4 // int numTrailingTop
         3: .line 1359
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: .line 1360
            goto 15
         5: .line 1361
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int
      StackMap stack:
            aload 2 /* localTypes */
            iload 5 /* i */
            iaload
            istore 6 /* localType */
        start local 6 // int localType
         6: .line 1362
            iload 5 /* i */
            iload 6 /* localType */
            ldc 4194308
            if_icmpeq 7
            iload 6 /* localType */
            ldc 4194307
            if_icmpne 8
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int
      StackMap stack: int
         7: iconst_2
            goto 9
      StackMap locals:
      StackMap stack: int
         8: iconst_1
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int
      StackMap stack: int int
         9: iadd
            istore 5 /* i */
        10: .line 1363
            iload 6 /* localType */
            ldc 4194304
            if_icmpne 13
        11: .line 1364
            iinc 4 /* numTrailingTop */ 1
        12: .line 1365
            goto 15
        13: .line 1366
      StackMap locals:
      StackMap stack:
            iload 3 /* numLocal */
            iload 4 /* numTrailingTop */
            iconst_1
            iadd
            iadd
            istore 3 /* numLocal */
        14: .line 1367
            iconst_0
            istore 4 /* numTrailingTop */
        end local 6 // int localType
        15: .line 1360
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            aload 2 /* localTypes */
            arraylength
            if_icmplt 5
        16: .line 1371
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            astore 6 /* stackTypes */
        start local 6 // int[] stackTypes
        17: .line 1372
            iconst_0
            istore 7 /* numStack */
        start local 7 // int numStack
        18: .line 1373
            iconst_0
            istore 5 /* i */
        19: .line 1374
            goto 26
        20: .line 1375
      StackMap locals: int[] int
      StackMap stack:
            aload 6 /* stackTypes */
            iload 5 /* i */
            iaload
            istore 8 /* stackType */
        start local 8 // int stackType
        21: .line 1376
            iload 5 /* i */
            iload 8 /* stackType */
            ldc 4194308
            if_icmpeq 22
            iload 8 /* stackType */
            ldc 4194307
            if_icmpne 23
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int[] int int
      StackMap stack: int
        22: iconst_2
            goto 24
      StackMap locals:
      StackMap stack: int
        23: iconst_1
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int[] int int
      StackMap stack: int int
        24: iadd
            istore 5 /* i */
        25: .line 1377
            iinc 7 /* numStack */ 1
        end local 8 // int stackType
        26: .line 1374
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            aload 6 /* stackTypes */
            arraylength
            if_icmplt 20
        27: .line 1380
            aload 1 /* methodWriter */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            iload 3 /* numLocal */
            iload 7 /* numStack */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrameStart:(III)I
            istore 8 /* frameIndex */
        start local 8 // int frameIndex
        28: .line 1381
            iconst_0
            istore 5 /* i */
        29: .line 1382
            goto 36
        30: .line 1383
      StackMap locals: int
      StackMap stack:
            aload 2 /* localTypes */
            iload 5 /* i */
            iaload
            istore 9 /* localType */
        start local 9 // int localType
        31: .line 1384
            iload 5 /* i */
            iload 9 /* localType */
            ldc 4194308
            if_icmpeq 32
            iload 9 /* localType */
            ldc 4194307
            if_icmpne 33
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int[] int int int
      StackMap stack: int
        32: iconst_2
            goto 34
      StackMap locals:
      StackMap stack: int
        33: iconst_1
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int[] int int int
      StackMap stack: int int
        34: iadd
            istore 5 /* i */
        35: .line 1385
            aload 1 /* methodWriter */
            iload 8 /* frameIndex */
            iinc 8 /* frameIndex */ 1
            iload 9 /* localType */
            invokevirtual org.objectweb.asm.MethodWriter.visitAbstractType:(II)V
        end local 9 // int localType
        36: .line 1382
      StackMap locals:
      StackMap stack:
            iload 3 /* numLocal */
            iinc 3 /* numLocal */ -1
            ifgt 30
        37: .line 1387
            iconst_0
            istore 5 /* i */
        38: .line 1388
            goto 45
        39: .line 1389
      StackMap locals:
      StackMap stack:
            aload 6 /* stackTypes */
            iload 5 /* i */
            iaload
            istore 9 /* stackType */
        start local 9 // int stackType
        40: .line 1390
            iload 5 /* i */
            iload 9 /* stackType */
            ldc 4194308
            if_icmpeq 41
            iload 9 /* stackType */
            ldc 4194307
            if_icmpne 42
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int[] int int int
      StackMap stack: int
        41: iconst_2
            goto 43
      StackMap locals:
      StackMap stack: int
        42: iconst_1
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.MethodWriter int[] int int int int[] int int int
      StackMap stack: int int
        43: iadd
            istore 5 /* i */
        44: .line 1391
            aload 1 /* methodWriter */
            iload 8 /* frameIndex */
            iinc 8 /* frameIndex */ 1
            iload 9 /* stackType */
            invokevirtual org.objectweb.asm.MethodWriter.visitAbstractType:(II)V
        end local 9 // int stackType
        45: .line 1388
      StackMap locals:
      StackMap stack:
            iload 7 /* numStack */
            iinc 7 /* numStack */ -1
            ifgt 39
        46: .line 1393
            aload 1 /* methodWriter */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrameEnd:()V
        47: .line 1394
            return
        end local 8 // int frameIndex
        end local 7 // int numStack
        end local 6 // int[] stackTypes
        end local 5 // int i
        end local 4 // int numTrailingTop
        end local 3 // int numLocal
        end local 2 // int[] localTypes
        end local 1 // org.objectweb.asm.MethodWriter methodWriter
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   48     0            this  Lorg/objectweb/asm/Frame;
            0   48     1    methodWriter  Lorg/objectweb/asm/MethodWriter;
            1   48     2      localTypes  [I
            2   48     3        numLocal  I
            3   48     4  numTrailingTop  I
            4   48     5               i  I
            6   15     6       localType  I
           17   48     6      stackTypes  [I
           18   48     7        numStack  I
           21   26     8       stackType  I
           28   48     8      frameIndex  I
           31   36     9       localType  I
           40   45     9       stackType  I
    MethodParameters:
              Name  Flags
      methodWriter  final

  static void putAbstractType(org.objectweb.asm.SymbolTable, int, org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/ByteVector;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // int abstractType
        start local 2 // org.objectweb.asm.ByteVector output
         0: .line 1409
            iload 1 /* abstractType */
            ldc -67108864
            iand
            bipush 26
            ishr
            istore 3 /* arrayDimensions */
        start local 3 // int arrayDimensions
         1: .line 1410
            iload 3 /* arrayDimensions */
            ifne 14
         2: .line 1411
            iload 1 /* abstractType */
            ldc 1048575
            iand
            istore 4 /* typeValue */
        start local 4 // int typeValue
         3: .line 1412
            iload 1 /* abstractType */
            ldc 62914560
            iand
            lookupswitch { // 3
              4194304: 4
              8388608: 6
             12582912: 10
              default: 12
          }
         4: .line 1414
      StackMap locals: int int
      StackMap stack:
            aload 2 /* output */
            iload 4 /* typeValue */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1415
            goto 45
         6: .line 1417
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
         7: .line 1418
            bipush 7
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
         8: .line 1419
            aload 0 /* symbolTable */
            aload 0 /* symbolTable */
            iload 4 /* typeValue */
            invokevirtual org.objectweb.asm.SymbolTable.getType:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         9: .line 1420
            goto 45
        10: .line 1422
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            bipush 8
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* symbolTable */
            iload 4 /* typeValue */
            invokevirtual org.objectweb.asm.SymbolTable.getType:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.data:J
            l2i
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        11: .line 1423
            goto 45
        12: .line 1425
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 4 // int typeValue
        13: .line 1427
      StackMap locals:
      StackMap stack:
            goto 45
        14: .line 1429
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* typeDescriptor */
        start local 4 // java.lang.StringBuilder typeDescriptor
        15: .line 1430
            goto 17
        16: .line 1431
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        17: .line 1430
      StackMap locals:
      StackMap stack:
            iload 3 /* arrayDimensions */
            iinc 3 /* arrayDimensions */ -1
            ifgt 16
        18: .line 1433
            iload 1 /* abstractType */
            ldc 62914560
            iand
            ldc 8388608
            if_icmpne 24
        19: .line 1434
            aload 4 /* typeDescriptor */
        20: .line 1435
            bipush 76
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        21: .line 1436
            aload 0 /* symbolTable */
            iload 1 /* abstractType */
            ldc 1048575
            iand
            invokevirtual org.objectweb.asm.SymbolTable.getType:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 1437
            bipush 59
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        23: .line 1438
            goto 42
        24: .line 1439
      StackMap locals:
      StackMap stack:
            iload 1 /* abstractType */
            ldc 1048575
            iand
            tableswitch { // 1 - 12
                    1: 33
                    2: 35
                    3: 39
                    4: 37
                    5: 41
                    6: 41
                    7: 41
                    8: 41
                    9: 25
                   10: 27
                   11: 29
                   12: 31
              default: 41
          }
        25: .line 1441
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 90
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        26: .line 1442
            goto 42
        27: .line 1444
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 66
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        28: .line 1445
            goto 42
        29: .line 1447
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 67
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        30: .line 1448
            goto 42
        31: .line 1450
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 83
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        32: .line 1451
            goto 42
        33: .line 1453
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 73
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        34: .line 1454
            goto 42
        35: .line 1456
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 70
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        36: .line 1457
            goto 42
        37: .line 1459
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 74
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        38: .line 1460
            goto 42
        39: .line 1462
      StackMap locals:
      StackMap stack:
            aload 4 /* typeDescriptor */
            bipush 68
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        40: .line 1463
            goto 42
        41: .line 1465
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        42: .line 1468
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
        43: .line 1469
            bipush 7
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        44: .line 1470
            aload 0 /* symbolTable */
            aload 4 /* typeDescriptor */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // java.lang.StringBuilder typeDescriptor
        45: .line 1472
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int arrayDimensions
        end local 2 // org.objectweb.asm.ByteVector output
        end local 1 // int abstractType
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   46     0      symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   46     1     abstractType  I
            0   46     2           output  Lorg/objectweb/asm/ByteVector;
            1   46     3  arrayDimensions  I
            3   13     4        typeValue  I
           15   45     4   typeDescriptor  Ljava/lang/StringBuilder;
    MethodParameters:
              Name  Flags
      symbolTable   final
      abstractType  final
      output        final
}
SourceFile: "Frame.java"