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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static final int[] SIZE;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

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

  int[] inputLocals;
    descriptor: [I
    flags: (0x0000) 

  int[] inputStack;
    descriptor: [I
    flags: (0x0000) 

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=0
         0: .line 239
            sipush 202
            newarray 10
            astore 1 /* b */
        start local 1 // int[] b
         1: .line 240
            ldc "EFFFFFFFFGGFFFGGFFFEEFGFGFEEEEEEEEEEEEEEEEEEEEDEDEDDDDDCDCDEEEEEEEEEEEEEEEEEEEEBABABBBBDCFFFGGGEDCDCDCDCDCDCDCDCDCDCEEEEDDDDDDDCDCDCEFEFDDEEFFDEDEEEBDDBBDDDDDDCCCCCCCCEFEDDDCDCDEEEEEEEEEEFEEEEEEDDEEDDEE"
            astore 2 /* s */
        start local 2 // java.lang.String s
         2: .line 244
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         3: goto 6
         4: .line 245
      StackMap locals: int int[] java.lang.String
      StackMap stack:
            aload 1 /* b */
            iload 0 /* i */
            aload 2 /* s */
            iload 0 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 69
            isub
            iastore
         5: .line 244
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 0 /* i */
            aload 1 /* b */
            arraylength
            if_icmplt 4
         7: .line 247
            aload 1 /* b */
            putstatic org.objectweb.asm.Frame.SIZE:[I
        end local 2 // java.lang.String s
        end local 1 // int[] b
        end local 0 // int i
         8: .line 461
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    8     0     i  I
            1    8     1     b  [I
            2    8     2     s  Ljava/lang/String;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.Frame this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/Frame;

  private int get(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 local
         0: .line 531
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            ifnull 1
            iload 1 /* local */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            arraylength
            if_icmplt 2
         1: .line 534
      StackMap locals:
      StackMap stack:
            ldc 33554432
            iload 1 /* local */
            ior
            ireturn
         2: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* local */
            iaload
            istore 2 /* type */
        start local 2 // int type
         3: .line 537
            iload 2 /* type */
            ifne 5
         4: .line 540
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* local */
            ldc 33554432
            iload 1 /* local */
            ior
            dup_x2
            iastore
            istore 2 /* type */
         5: .line 542
      StackMap locals: int
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 2 // int type
        end local 1 // int local
        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  local  I
            3    6     2   type  I
    MethodParameters:
       Name  Flags
      local  final

  private void set(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 local
        start local 2 // int type
         0: .line 556
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            ifnonnull 2
         1: .line 557
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.objectweb.asm.Frame.outputLocals:[I
         2: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            arraylength
            istore 3 /* n */
        start local 3 // int n
         3: .line 560
            iload 1 /* local */
            iload 3 /* n */
            if_icmplt 7
         4: .line 561
            iload 1 /* local */
            iconst_1
            iadd
            iconst_2
            iload 3 /* n */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 4 /* t */
        start local 4 // int[] t
         5: .line 562
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iconst_0
            aload 4 /* t */
            iconst_0
            iload 3 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 563
            aload 0 /* this */
            aload 4 /* t */
            putfield org.objectweb.asm.Frame.outputLocals:[I
        end local 4 // int[] t
         7: .line 566
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* local */
            iload 2 /* type */
            iastore
         8: .line 567
            return
        end local 3 // int n
        end local 2 // int type
        end local 1 // int local
        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  local  I
            0    9     2   type  I
            3    9     3      n  I
            5    7     4      t  [I
    MethodParameters:
       Name  Flags
      local  final
      type   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 type
         0: .line 577
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            ifnonnull 2
         1: .line 578
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.objectweb.asm.Frame.outputStack:[I
         2: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 581
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iload 2 /* n */
            if_icmplt 7
         4: .line 582
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iconst_1
            iadd
            iconst_2
            iload 2 /* n */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 3 /* t */
        start local 3 // int[] t
         5: .line 583
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            iconst_0
            aload 3 /* t */
            iconst_0
            iload 2 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 584
            aload 0 /* this */
            aload 3 /* t */
            putfield org.objectweb.asm.Frame.outputStack:[I
        end local 3 // int[] t
         7: .line 587
      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:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* type */
            iastore
         8: .line 589
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.inputStackTop:I
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iadd
            istore 3 /* top */
        start local 3 // int top
         9: .line 590
            iload 3 /* top */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.outputStackMax:I
            if_icmple 11
        10: .line 591
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            iload 3 /* top */
            putfield org.objectweb.asm.Label.outputStackMax:I
        11: .line 593
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int top
        end local 2 // int n
        end local 1 // int type
        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  type  I
            3   12     2     n  I
            5    7     3     t  [I
            9   12     3   top  I
    MethodParameters:
      Name  Flags
      type  final

  private void push(org.objectweb.asm.ClassWriter, java.lang.String);
    descriptor: (Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.ClassWriter cw
        start local 2 // java.lang.String desc
         0: .line 606
            aload 1 /* cw */
            aload 2 /* desc */
            invokestatic org.objectweb.asm.Frame.type:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            istore 3 /* type */
        start local 3 // int type
         1: .line 607
            iload 3 /* type */
            ifeq 5
         2: .line 608
            aload 0 /* this */
            iload 3 /* type */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         3: .line 609
            iload 3 /* type */
            ldc 16777220
            if_icmpeq 4
            iload 3 /* type */
            ldc 16777219
            if_icmpne 5
         4: .line 610
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         5: .line 613
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int type
        end local 2 // java.lang.String desc
        end local 1 // org.objectweb.asm.ClassWriter cw
        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    cw  Lorg/objectweb/asm/ClassWriter;
            0    6     2  desc  Ljava/lang/String;
            1    6     3  type  I
    MethodParameters:
      Name  Flags
      cw    final
      desc  final

  private static int type(org.objectweb.asm.ClassWriter, java.lang.String);
    descriptor: (Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter cw
        start local 1 // java.lang.String desc
         0: .line 626
            aload 1 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpne 1
            aload 1 /* desc */
            bipush 41
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_1
            iadd
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* index */
        start local 3 // int index
         3: .line 627
            aload 1 /* desc */
            iload 3 /* index */
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 66 - 90
                   66: 5
                   67: 5
                   68: 8
                   69: 11
                   70: 6
                   71: 11
                   72: 11
                   73: 5
                   74: 7
                   75: 11
                   76: 9
                   77: 11
                   78: 11
                   79: 11
                   80: 11
                   81: 11
                   82: 11
                   83: 5
                   84: 11
                   85: 11
                   86: 4
                   87: 11
                   88: 11
                   89: 11
                   90: 5
              default: 11
          }
         4: .line 629
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String top int
      StackMap stack:
            iconst_0
            ireturn
         5: .line 635
      StackMap locals:
      StackMap stack:
            ldc 16777217
            ireturn
         6: .line 637
      StackMap locals:
      StackMap stack:
            ldc 16777218
            ireturn
         7: .line 639
      StackMap locals:
      StackMap stack:
            ldc 16777220
            ireturn
         8: .line 641
      StackMap locals:
      StackMap stack:
            ldc 16777219
            ireturn
         9: .line 644
      StackMap locals:
      StackMap stack:
            aload 1 /* desc */
            iload 3 /* index */
            iconst_1
            iadd
            aload 1 /* desc */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* t */
        start local 2 // java.lang.String t
        10: .line 645
            ldc 24117248
            aload 0 /* cw */
            aload 2 /* t */
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            ireturn
        end local 2 // java.lang.String t
        11: .line 650
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
            iconst_1
            iadd
            istore 5 /* dims */
        start local 5 // int dims
        12: .line 651
            goto 14
        13: .line 652
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String top int top int
      StackMap stack:
            iinc 5 /* dims */ 1
        14: .line 651
      StackMap locals:
      StackMap stack:
            aload 1 /* desc */
            iload 5 /* dims */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 13
        15: .line 654
            aload 1 /* desc */
            iload 5 /* dims */
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 8
                   66: 20
                   67: 18
                   68: 30
                   70: 26
                   73: 24
                   74: 28
                   83: 22
                   90: 16
              default: 32
          }
        16: .line 656
      StackMap locals:
      StackMap stack:
            ldc 16777225
            istore 4 /* data */
        start local 4 // int data
        17: .line 657
            goto 34
        end local 4 // int data
        18: .line 659
      StackMap locals:
      StackMap stack:
            ldc 16777227
            istore 4 /* data */
        start local 4 // int data
        19: .line 660
            goto 34
        end local 4 // int data
        20: .line 662
      StackMap locals:
      StackMap stack:
            ldc 16777226
            istore 4 /* data */
        start local 4 // int data
        21: .line 663
            goto 34
        end local 4 // int data
        22: .line 665
      StackMap locals:
      StackMap stack:
            ldc 16777228
            istore 4 /* data */
        start local 4 // int data
        23: .line 666
            goto 34
        end local 4 // int data
        24: .line 668
      StackMap locals:
      StackMap stack:
            ldc 16777217
            istore 4 /* data */
        start local 4 // int data
        25: .line 669
            goto 34
        end local 4 // int data
        26: .line 671
      StackMap locals:
      StackMap stack:
            ldc 16777218
            istore 4 /* data */
        start local 4 // int data
        27: .line 672
            goto 34
        end local 4 // int data
        28: .line 674
      StackMap locals:
      StackMap stack:
            ldc 16777220
            istore 4 /* data */
        start local 4 // int data
        29: .line 675
            goto 34
        end local 4 // int data
        30: .line 677
      StackMap locals:
      StackMap stack:
            ldc 16777219
            istore 4 /* data */
        start local 4 // int data
        31: .line 678
            goto 34
        end local 4 // int data
        32: .line 682
      StackMap locals:
      StackMap stack:
            aload 1 /* desc */
            iload 5 /* dims */
            iconst_1
            iadd
            aload 1 /* desc */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* t */
        start local 2 // java.lang.String t
        33: .line 683
            ldc 24117248
            aload 0 /* cw */
            aload 2 /* t */
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 4 /* data */
        end local 2 // java.lang.String t
        start local 4 // int data
        34: .line 685
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String top int int int
      StackMap stack:
            iload 5 /* dims */
            iload 3 /* index */
            isub
            bipush 28
            ishl
            iload 4 /* data */
            ior
            ireturn
        end local 5 // int dims
        end local 4 // int data
        end local 3 // int index
        end local 1 // java.lang.String desc
        end local 0 // org.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   35     0     cw  Lorg/objectweb/asm/ClassWriter;
            0   35     1   desc  Ljava/lang/String;
           10   11     2      t  Ljava/lang/String;
           33   34     2      t  Ljava/lang/String;
            3   35     3  index  I
           17   18     4   data  I
           19   20     4   data  I
           21   22     4   data  I
           23   24     4   data  I
           25   26     4   data  I
           27   28     4   data  I
           29   30     4   data  I
           31   32     4   data  I
           34   35     4   data  I
           12   35     5   dims  I
    MethodParameters:
      Name  Flags
      cw    final
      desc  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 695
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            ifle 2
         1: .line 696
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iconst_1
            isub
            dup_x1
            putfield org.objectweb.asm.Frame.outputStackTop:I
            iaload
            ireturn
         2: .line 699
      StackMap locals:
      StackMap stack:
            ldc 50331648
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.inputStackTop:I
            iconst_1
            isub
            dup_x1
            putfield org.objectweb.asm.Label.inputStackTop:I
            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 710
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* elements */
            if_icmplt 3
         1: .line 711
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* elements */
            isub
            putfield org.objectweb.asm.Frame.outputStackTop:I
         2: .line 712
            goto 5
         3: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.inputStackTop:I
            iload 1 /* elements */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            isub
            isub
            putfield org.objectweb.asm.Label.inputStackTop:I
         4: .line 717
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.outputStackTop:I
         5: .line 719
      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 desc
         0: .line 730
            aload 1 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* c */
        start local 2 // char c
         1: .line 731
            iload 2 /* c */
            bipush 40
            if_icmpne 4
         2: .line 732
            aload 0 /* this */
            aload 1 /* desc */
            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 733
            goto 8
      StackMap locals: int
      StackMap stack:
         4: iload 2 /* c */
            bipush 74
            if_icmpeq 5
            iload 2 /* c */
            bipush 68
            if_icmpne 7
         5: .line 734
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
         6: .line 735
            goto 8
         7: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
         8: .line 738
      StackMap locals:
      StackMap stack:
            return
        end local 2 // char c
        end local 1 // java.lang.String desc
        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  desc  Ljava/lang/String;
            1    9     2     c  C
    MethodParameters:
      Name  Flags
      desc  final

  private void init(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 var
         0: .line 749
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnonnull 2
         1: .line 750
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield org.objectweb.asm.Frame.initializations:[I
         2: .line 752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 753
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializationCount:I
            iload 2 /* n */
            if_icmplt 7
         4: .line 754
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializationCount:I
            iconst_1
            iadd
            iconst_2
            iload 2 /* n */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 3 /* t */
        start local 3 // int[] t
         5: .line 755
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            iconst_0
            aload 3 /* t */
            iconst_0
            iload 2 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 756
            aload 0 /* this */
            aload 3 /* t */
            putfield org.objectweb.asm.Frame.initializations:[I
        end local 3 // int[] t
         7: .line 759
      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 /* var */
            iastore
         8: .line 760
            return
        end local 2 // int n
        end local 1 // int var
        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   var  I
            3    9     2     n  I
            5    7     3     t  [I
    MethodParameters:
      Name  Flags
      var   final

  private int init(org.objectweb.asm.ClassWriter, int);
    descriptor: (Lorg/objectweb/asm/ClassWriter;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.ClassWriter cw
        start local 2 // int t
         0: .line 775
            iload 2 /* t */
            ldc 16777222
            if_icmpne 3
         1: .line 776
            ldc 24117248
            aload 1 /* cw */
            aload 1 /* cw */
            getfield org.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 3 /* s */
        start local 3 // int s
         2: .line 777
            goto 8
        end local 3 // int s
      StackMap locals:
      StackMap stack:
         3: iload 2 /* t */
            ldc -1048576
            iand
            ldc 25165824
            if_icmpne 7
         4: .line 778
            aload 1 /* cw */
            getfield org.objectweb.asm.ClassWriter.typeTable:[Lorg/objectweb/asm/Item;
            iload 2 /* t */
            ldc 1048575
            iand
            aaload
            getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            astore 4 /* type */
        start local 4 // java.lang.String type
         5: .line 779
            ldc 24117248
            aload 1 /* cw */
            aload 4 /* type */
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 3 /* s */
        end local 4 // java.lang.String type
        start local 3 // int s
         6: .line 780
            goto 8
        end local 3 // int s
         7: .line 781
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            ireturn
        start local 3 // int s
         8: .line 783
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         9: goto 21
        10: .line 784
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            iload 4 /* j */
            iaload
            istore 5 /* u */
        start local 5 // int u
        11: .line 785
            iload 5 /* u */
            ldc -268435456
            iand
            istore 6 /* dim */
        start local 6 // int dim
        12: .line 786
            iload 5 /* u */
            ldc 251658240
            iand
            istore 7 /* kind */
        start local 7 // int kind
        13: .line 787
            iload 7 /* kind */
            ldc 33554432
            if_icmpne 16
        14: .line 788
            iload 6 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* u */
            ldc 8388607
            iand
            iaload
            iadd
            istore 5 /* u */
        15: .line 789
            goto 18
      StackMap locals: int int int
      StackMap stack:
        16: iload 7 /* kind */
            ldc 50331648
            if_icmpne 18
        17: .line 790
            iload 6 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            iload 5 /* u */
            ldc 8388607
            iand
            isub
            iaload
            iadd
            istore 5 /* u */
        18: .line 792
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            iload 5 /* u */
            if_icmpne 20
        19: .line 793
            iload 3 /* s */
            ireturn
        end local 7 // int kind
        end local 6 // int dim
        end local 5 // int u
        20: .line 783
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        21: iload 4 /* j */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializationCount:I
            if_icmplt 10
        end local 4 // int j
        22: .line 796
            iload 2 /* t */
            ireturn
        end local 3 // int s
        end local 2 // int t
        end local 1 // org.objectweb.asm.ClassWriter cw
        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    cw  Lorg/objectweb/asm/ClassWriter;
            0   23     2     t  I
            2    3     3     s  I
            6    7     3     s  I
            8   23     3     s  I
            5    6     4  type  Ljava/lang/String;
            9   22     4     j  I
           11   20     5     u  I
           12   20     6   dim  I
           13   20     7  kind  I
    MethodParameters:
      Name  Flags
      cw    final
      t     final

  void initInputFrame(org.objectweb.asm.ClassWriter, int, org.objectweb.asm.Type[], int);
    descriptor: (Lorg/objectweb/asm/ClassWriter;I[Lorg/objectweb/asm/Type;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.ClassWriter cw
        start local 2 // int access
        start local 3 // org.objectweb.asm.Type[] args
        start local 4 // int maxLocals
         0: .line 814
            aload 0 /* this */
            iload 4 /* maxLocals */
            newarray 10
            putfield org.objectweb.asm.Frame.inputLocals:[I
         1: .line 815
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
         2: .line 816
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: .line 817
            iload 2 /* access */
            bipush 8
            iand
            ifne 8
         4: .line 818
            iload 2 /* access */
            ldc 524288
            iand
            ifne 7
         5: .line 819
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 24117248
            aload 1 /* cw */
            aload 1 /* cw */
            getfield org.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            iastore
         6: .line 820
            goto 8
         7: .line 821
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 16777222
            iastore
         8: .line 824
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         9: goto 15
        10: .line 825
      StackMap locals: int
      StackMap stack:
            aload 1 /* cw */
            aload 3 /* args */
            iload 6 /* j */
            aaload
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            invokestatic org.objectweb.asm.Frame.type:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            istore 7 /* t */
        start local 7 // int t
        11: .line 826
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            iload 7 /* t */
            iastore
        12: .line 827
            iload 7 /* t */
            ldc 16777220
            if_icmpeq 13
            iload 7 /* t */
            ldc 16777219
            if_icmpne 14
        13: .line 828
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 16777216
            iastore
        end local 7 // int t
        14: .line 824
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* j */
            aload 3 /* args */
            arraylength
            if_icmplt 10
        end local 6 // int j
        16: .line 831
            goto 18
        17: .line 832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 16777216
            iastore
        18: .line 831
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* maxLocals */
            if_icmplt 17
        19: .line 834
            return
        end local 5 // int i
        end local 4 // int maxLocals
        end local 3 // org.objectweb.asm.Type[] args
        end local 2 // int access
        end local 1 // org.objectweb.asm.ClassWriter cw
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/objectweb/asm/Frame;
            0   20     1         cw  Lorg/objectweb/asm/ClassWriter;
            0   20     2     access  I
            0   20     3       args  [Lorg/objectweb/asm/Type;
            0   20     4  maxLocals  I
            3   20     5          i  I
            9   16     6          j  I
           11   14     7          t  I
    MethodParameters:
           Name  Flags
      cw         final
      access     final
      args       final
      maxLocals  final

  void execute(int, int, org.objectweb.asm.ClassWriter, org.objectweb.asm.Item);
    descriptor: (IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, 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.ClassWriter cw
        start local 4 // org.objectweb.asm.Item item
         0: .line 851
            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: 228
                   20: 228
                   21: 4
                   22: 6
                   23: 9
                   24: 11
                   25: 33
                   26: 228
                   27: 228
                   28: 228
                   29: 228
                   30: 228
                   31: 228
                   32: 228
                   33: 228
                   34: 228
                   35: 228
                   36: 228
                   37: 228
                   38: 228
                   39: 228
                   40: 228
                   41: 228
                   42: 228
                   43: 228
                   44: 228
                   45: 228
                   46: 35
                   47: 38
                   48: 42
                   49: 45
                   50: 49
                   51: 35
                   52: 35
                   53: 35
                   54: 53
                   55: 63
                   56: 53
                   57: 63
                   58: 53
                   59: 228
                   60: 228
                   61: 228
                   62: 228
                   63: 228
                   64: 228
                   65: 228
                   66: 228
                   67: 228
                   68: 228
                   69: 228
                   70: 228
                   71: 228
                   72: 228
                   73: 228
                   74: 228
                   75: 228
                   76: 228
                   77: 228
                   78: 228
                   79: 75
                   80: 77
                   81: 75
                   82: 77
                   83: 75
                   84: 75
                   85: 75
                   86: 75
                   87: 79
                   88: 81
                   89: 83
                   90: 87
                   91: 93
                   92: 101
                   93: 108
                   94: 117
                   95: 128
                   96: 133
                   97: 136
                   98: 140
                   99: 143
                  100: 133
                  101: 136
                  102: 140
                  103: 143
                  104: 133
                  105: 136
                  106: 140
                  107: 143
                  108: 133
                  109: 136
                  110: 140
                  111: 143
                  112: 133
                  113: 136
                  114: 140
                  115: 143
                  116: 1
                  117: 1
                  118: 1
                  119: 1
                  120: 133
                  121: 147
                  122: 133
                  123: 147
                  124: 133
                  125: 147
                  126: 133
                  127: 136
                  128: 133
                  129: 136
                  130: 133
                  131: 136
                  132: 151
                  133: 153
                  134: 157
                  135: 160
                  136: 133
                  137: 140
                  138: 45
                  139: 164
                  140: 153
                  141: 160
                  142: 133
                  143: 38
                  144: 140
                  145: 1
                  146: 1
                  147: 1
                  148: 167
                  149: 133
                  150: 133
                  151: 167
                  152: 167
                  153: 79
                  154: 79
                  155: 79
                  156: 79
                  157: 79
                  158: 79
                  159: 81
                  160: 81
                  161: 81
                  162: 81
                  163: 81
                  164: 81
                  165: 81
                  166: 81
                  167: 1
                  168: 170
                  169: 170
                  170: 79
                  171: 79
                  172: 79
                  173: 81
                  174: 79
                  175: 81
                  176: 79
                  177: 1
                  178: 173
                  179: 175
                  180: 177
                  181: 180
                  182: 183
                  183: 183
                  184: 183
                  185: 183
                  186: 191
                  187: 194
                  188: 196
                  189: 214
                  190: 164
                  191: 79
                  192: 221
                  193: 164
                  194: 79
                  195: 79
                  196: 228
                  197: 228
                  198: 79
                  199: 79
              default: 228
          }
         1: .line 862
      StackMap locals:
      StackMap stack:
            goto 230
         2: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777221
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         3: .line 865
            goto 230
         4: .line 876
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         5: .line 877
            goto 230
         6: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         7: .line 882
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         8: .line 883
            goto 230
         9: .line 888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        10: .line 889
            goto 230
        11: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        12: .line 894
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        13: .line 895
            goto 230
        14: .line 897
      StackMap locals:
      StackMap stack:
            aload 4 /* item */
            getfield org.objectweb.asm.Item.type:I
            tableswitch { // 3 - 16
                    3: 15
                    4: 20
                    5: 17
                    6: 22
                    7: 25
                    8: 27
                    9: 31
                   10: 31
                   11: 31
                   12: 31
                   13: 31
                   14: 31
                   15: 31
                   16: 29
              default: 31
          }
        15: .line 899
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        16: .line 900
            goto 230
        17: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        18: .line 903
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        19: .line 904
            goto 230
        20: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        21: .line 907
            goto 230
        22: .line 909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        23: .line 910
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        24: .line 911
            goto 230
        25: .line 913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            ldc "java/lang/Class"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        26: .line 914
            goto 230
        27: .line 916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            ldc "java/lang/String"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        28: .line 917
            goto 230
        29: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            ldc "java/lang/invoke/MethodType"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        30: .line 920
            goto 230
        31: .line 923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            ldc "java/lang/invoke/MethodHandle"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        32: .line 925
            goto 230
        33: .line 927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* arg */
            invokevirtual org.objectweb.asm.Frame.get:(I)I
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        34: .line 928
            goto 230
        35: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        36: .line 934
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        37: .line 935
            goto 230
        38: .line 938
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        39: .line 939
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        40: .line 940
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        41: .line 941
            goto 230
        42: .line 943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        43: .line 944
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        44: .line 945
            goto 230
        45: .line 948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        46: .line 949
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        47: .line 950
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        48: .line 951
            goto 230
        49: .line 953
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        50: .line 954
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        51: .line 955
            aload 0 /* this */
            ldc -268435456
            iload 5 /* t1 */
            iadd
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        52: .line 956
            goto 230
        end local 5 // int t1
        53: .line 960
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        54: .line 961
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        55: .line 962
            iload 2 /* arg */
            ifle 230
        56: .line 963
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            invokevirtual org.objectweb.asm.Frame.get:(I)I
            istore 6 /* t2 */
        start local 6 // int t2
        57: .line 965
            iload 6 /* t2 */
            ldc 16777220
            if_icmpeq 58
            iload 6 /* t2 */
            ldc 16777219
            if_icmpne 60
        58: .line 966
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        59: .line 967
            goto 230
      StackMap locals:
      StackMap stack:
        60: iload 6 /* t2 */
            ldc 251658240
            iand
            ldc 16777216
            if_icmpeq 230
        61: .line 968
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            iload 6 /* t2 */
            ldc 8388608
            ior
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        end local 6 // int t2
        62: .line 971
            goto 230
        end local 5 // int t1
        63: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        64: .line 975
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        65: .line 976
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        66: .line 977
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            iadd
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        67: .line 978
            iload 2 /* arg */
            ifle 230
        68: .line 979
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            invokevirtual org.objectweb.asm.Frame.get:(I)I
            istore 6 /* t2 */
        start local 6 // int t2
        69: .line 981
            iload 6 /* t2 */
            ldc 16777220
            if_icmpeq 70
            iload 6 /* t2 */
            ldc 16777219
            if_icmpne 72
        70: .line 982
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        71: .line 983
            goto 230
      StackMap locals:
      StackMap stack:
        72: iload 6 /* t2 */
            ldc 251658240
            iand
            ldc 16777216
            if_icmpeq 230
        73: .line 984
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            iload 6 /* t2 */
            ldc 8388608
            ior
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        end local 6 // int t2
        74: .line 987
            goto 230
        end local 5 // int t1
        75: .line 994
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        76: .line 995
            goto 230
        77: .line 998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        78: .line 999
            goto 230
        79: .line 1017
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        80: .line 1018
            goto 230
        81: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        82: .line 1031
            goto 230
        83: .line 1033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        84: .line 1034
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        85: .line 1035
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        86: .line 1036
            goto 230
        end local 5 // int t1
        87: .line 1038
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        88: .line 1039
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
        89: .line 1040
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        90: .line 1041
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        91: .line 1042
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        92: .line 1043
            goto 230
        end local 6 // int t2
        end local 5 // int t1
        93: .line 1045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        94: .line 1046
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
        95: .line 1047
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
        96: .line 1048
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        97: .line 1049
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        98: .line 1050
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        99: .line 1051
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       100: .line 1052
            goto 230
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       101: .line 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       102: .line 1055
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       103: .line 1056
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       104: .line 1057
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       105: .line 1058
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       106: .line 1059
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       107: .line 1060
            goto 230
        end local 6 // int t2
        end local 5 // int t1
       108: .line 1062
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       109: .line 1063
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       110: .line 1064
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
       111: .line 1065
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       112: .line 1066
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       113: .line 1067
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       114: .line 1068
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       115: .line 1069
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       116: .line 1070
            goto 230
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       117: .line 1072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       118: .line 1073
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       119: .line 1074
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
       120: .line 1075
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 8 /* t4 */
        start local 8 // int t4
       121: .line 1076
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       122: .line 1077
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       123: .line 1078
            aload 0 /* this */
            iload 8 /* t4 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       124: .line 1079
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       125: .line 1080
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       126: .line 1081
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       127: .line 1082
            goto 230
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       128: .line 1084
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       129: .line 1085
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       130: .line 1086
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       131: .line 1087
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       132: .line 1088
            goto 230
        end local 6 // int t2
        end local 5 // int t1
       133: .line 1104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       134: .line 1105
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       135: .line 1106
            goto 230
       136: .line 1115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       137: .line 1116
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       138: .line 1117
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       139: .line 1118
            goto 230
       140: .line 1126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       141: .line 1127
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       142: .line 1128
            goto 230
       143: .line 1134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       144: .line 1135
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       145: .line 1136
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       146: .line 1137
            goto 230
       147: .line 1141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       148: .line 1142
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       149: .line 1143
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       150: .line 1144
            goto 230
       151: .line 1146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.set:(II)V
       152: .line 1147
            goto 230
       153: .line 1150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       154: .line 1151
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       155: .line 1152
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       156: .line 1153
            goto 230
       157: .line 1155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       158: .line 1156
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       159: .line 1157
            goto 230
       160: .line 1160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       161: .line 1161
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       162: .line 1162
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       163: .line 1163
            goto 230
       164: .line 1167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       165: .line 1168
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       166: .line 1169
            goto 230
       167: .line 1173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       168: .line 1174
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       169: .line 1175
            goto 230
       170: .line 1178
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
       171: .line 1179
            ldc "JSR/RET are not supported with computeFrames option"
       172: .line 1178
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       173: .line 1181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       174: .line 1182
            goto 230
       175: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       176: .line 1185
            goto 230
       177: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       178: .line 1188
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       179: .line 1189
            goto 230
       180: .line 1191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       181: .line 1192
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       182: .line 1193
            goto 230
       183: .line 1198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       184: .line 1199
            iload 1 /* opcode */
            sipush 184
            if_icmpeq 189
       185: .line 1200
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       186: .line 1201
            iload 1 /* opcode */
            sipush 183
            if_icmpne 189
       187: .line 1202
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal2:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 60
            if_icmpne 189
       188: .line 1203
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.init:(I)V
        end local 5 // int t1
       189: .line 1206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       190: .line 1207
            goto 230
       191: .line 1209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal2:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       192: .line 1210
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal2:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       193: .line 1211
            goto 230
       194: .line 1213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 25165824
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            iload 2 /* arg */
            invokevirtual org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       195: .line 1214
            goto 230
       196: .line 1216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       197: .line 1217
            iload 2 /* arg */
            tableswitch { // 4 - 10
                    4: 198
                    5: 200
                    6: 208
                    7: 210
                    8: 202
                    9: 204
                   10: 206
              default: 212
          }
       198: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212681
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       199: .line 1220
            goto 230
       200: .line 1222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212683
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       201: .line 1223
            goto 230
       202: .line 1225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212682
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       203: .line 1226
            goto 230
       204: .line 1228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212684
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       205: .line 1229
            goto 230
       206: .line 1231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212673
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       207: .line 1232
            goto 230
       208: .line 1234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212674
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       209: .line 1235
            goto 230
       210: .line 1237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212675
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       211: .line 1238
            goto 230
       212: .line 1241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212676
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       213: .line 1244
            goto 230
       214: .line 1246
      StackMap locals:
      StackMap stack:
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            astore 9 /* s */
        start local 9 // java.lang.String s
       215: .line 1247
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       216: .line 1248
            aload 9 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 219
       217: .line 1249
            aload 0 /* this */
            aload 3 /* cw */
            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 /* s */
            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/ClassWriter;Ljava/lang/String;)V
       218: .line 1250
            goto 230
       219: .line 1251
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.ClassWriter org.objectweb.asm.Item top top top top java.lang.String
      StackMap stack:
            aload 0 /* this */
            ldc 292552704
            aload 3 /* cw */
            aload 9 /* s */
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       220: .line 1253
            goto 230
        end local 9 // java.lang.String s
       221: .line 1255
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.ClassWriter org.objectweb.asm.Item
      StackMap stack:
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            astore 9 /* s */
        start local 9 // java.lang.String s
       222: .line 1256
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       223: .line 1257
            aload 9 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 226
       224: .line 1258
            aload 0 /* this */
            aload 3 /* cw */
            aload 9 /* s */
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       225: .line 1259
            goto 230
       226: .line 1260
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.ClassWriter org.objectweb.asm.Item top top top top java.lang.String
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            aload 9 /* s */
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       227: .line 1262
            goto 230
        end local 9 // java.lang.String s
       228: .line 1265
      StackMap locals: org.objectweb.asm.Frame int int org.objectweb.asm.ClassWriter org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       229: .line 1266
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            invokevirtual org.objectweb.asm.Frame.push:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       230: .line 1269
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.objectweb.asm.Item item
        end local 3 // org.objectweb.asm.ClassWriter cw
        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  231     0    this  Lorg/objectweb/asm/Frame;
            0  231     1  opcode  I
            0  231     2     arg  I
            0  231     3      cw  Lorg/objectweb/asm/ClassWriter;
            0  231     4    item  Lorg/objectweb/asm/Item;
           51   53     5      t1  I
           54   63     5      t1  I
           65   75     5      t1  I
           84   87     5      t1  I
           88   93     5      t1  I
           94  101     5      t1  I
          102  108     5      t1  I
          109  117     5      t1  I
          118  128     5      t1  I
          129  133     5      t1  I
          186  189     5      t1  I
           57   62     6      t2  I
           69   74     6      t2  I
           89   93     6      t2  I
           95  101     6      t2  I
          103  108     6      t2  I
          110  117     6      t2  I
          119  128     6      t2  I
          130  133     6      t2  I
           96  101     7      t3  I
          111  117     7      t3  I
          120  128     7      t3  I
          121  128     8      t4  I
          215  221     9       s  Ljava/lang/String;
          222  228     9       s  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      arg     final
      cw      final
      item    final

  boolean merge(org.objectweb.asm.ClassWriter, org.objectweb.asm.Frame, int);
    descriptor: (Lorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Frame;I)Z
    flags: (0x0000) 
    Code:
      stack=6, locals=13, args_size=4
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.ClassWriter cw
        start local 2 // org.objectweb.asm.Frame frame
        start local 3 // int edge
         0: .line 1287
            iconst_0
            istore 4 /* changed */
        start local 4 // boolean changed
         1: .line 1290
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            arraylength
            istore 10 /* nLocal */
        start local 10 // int nLocal
         2: .line 1291
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            istore 11 /* nStack */
        start local 11 // int nStack
         3: .line 1292
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            ifnonnull 6
         4: .line 1293
            aload 2 /* frame */
            iload 10 /* nLocal */
            newarray 10
            putfield org.objectweb.asm.Frame.inputLocals:[I
         5: .line 1294
            iconst_1
            istore 4 /* changed */
         6: .line 1297
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int top top top top top int int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 31
         8: .line 1298
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int top top top top int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            ifnull 26
            iload 5 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            arraylength
            if_icmpge 26
         9: .line 1299
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 5 /* i */
            iaload
            istore 6 /* s */
        start local 6 // int s
        10: .line 1300
            iload 6 /* s */
            ifne 13
        11: .line 1301
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        12: .line 1302
            goto 27
        end local 9 // int t
        13: .line 1303
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int int top top top int int
      StackMap stack:
            iload 6 /* s */
            ldc -268435456
            iand
            istore 7 /* dim */
        start local 7 // int dim
        14: .line 1304
            iload 6 /* s */
            ldc 251658240
            iand
            istore 8 /* kind */
        start local 8 // int kind
        15: .line 1305
            iload 8 /* kind */
            ldc 16777216
            if_icmpne 18
        16: .line 1306
            iload 6 /* s */
            istore 9 /* t */
        start local 9 // int t
        17: .line 1307
            goto 27
        end local 9 // int t
        18: .line 1308
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int int int int top int int
      StackMap stack:
            iload 8 /* kind */
            ldc 33554432
            if_icmpne 21
        19: .line 1309
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* s */
            ldc 8388607
            iand
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        20: .line 1310
            goto 22
        end local 9 // int t
        21: .line 1311
      StackMap locals:
      StackMap stack:
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 11 /* nStack */
            iload 6 /* s */
            ldc 8388607
            iand
            isub
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        22: .line 1313
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int int int int int int int
      StackMap stack:
            iload 6 /* s */
            ldc 8388608
            iand
            ifeq 27
        23: .line 1314
            iload 9 /* t */
            ldc 16777220
            if_icmpeq 24
            iload 9 /* t */
            ldc 16777219
            if_icmpne 27
        24: .line 1315
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 9 /* t */
        end local 8 // int kind
        end local 7 // int dim
        25: .line 1319
            goto 27
        end local 9 // int t
        end local 6 // int s
        26: .line 1320
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int top top top top int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        27: .line 1322
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int top top top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 29
        28: .line 1323
            aload 0 /* this */
            aload 1 /* cw */
            iload 9 /* t */
            invokevirtual org.objectweb.asm.Frame.init:(Lorg/objectweb/asm/ClassWriter;I)I
            istore 9 /* t */
        29: .line 1325
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        30: .line 1297
            iinc 5 /* i */ 1
        end local 9 // int t
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int top top top top int int
      StackMap stack:
        31: iload 5 /* i */
            iload 10 /* nLocal */
            if_icmplt 8
        32: .line 1328
            iload 3 /* edge */
            ifle 43
        33: .line 1329
            iconst_0
            istore 5 /* i */
            goto 37
        34: .line 1330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        35: .line 1331
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        36: .line 1329
            iinc 5 /* i */ 1
        end local 9 // int t
      StackMap locals:
      StackMap stack:
        37: iload 5 /* i */
            iload 10 /* nLocal */
            if_icmplt 34
        38: .line 1333
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            ifnonnull 41
        39: .line 1334
            aload 2 /* frame */
            iconst_1
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
        40: .line 1335
            iconst_1
            istore 4 /* changed */
        41: .line 1337
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 3 /* edge */
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iconst_0
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        42: .line 1338
            iload 4 /* changed */
            ireturn
        43: .line 1341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.inputStackTop:I
            iadd
            istore 12 /* nInputStack */
        start local 12 // int nInputStack
        44: .line 1342
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            ifnonnull 47
        45: .line 1343
            aload 2 /* frame */
            iload 12 /* nInputStack */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iadd
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
        46: .line 1344
            iconst_1
            istore 4 /* changed */
        47: .line 1347
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
            goto 53
        48: .line 1348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        49: .line 1349
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 51
        50: .line 1350
            aload 0 /* this */
            aload 1 /* cw */
            iload 9 /* t */
            invokevirtual org.objectweb.asm.Frame.init:(Lorg/objectweb/asm/ClassWriter;I)I
            istore 9 /* t */
        51: .line 1352
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int top top top int int int int
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 5 /* i */
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        52: .line 1347
            iinc 5 /* i */ 1
        end local 9 // int t
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int top top top top int int int
      StackMap stack:
        53: iload 5 /* i */
            iload 12 /* nInputStack */
            if_icmplt 48
        54: .line 1354
            iconst_0
            istore 5 /* i */
            goto 72
        55: .line 1355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            iload 5 /* i */
            iaload
            istore 6 /* s */
        start local 6 // int s
        56: .line 1356
            iload 6 /* s */
            ldc -268435456
            iand
            istore 7 /* dim */
        start local 7 // int dim
        57: .line 1357
            iload 6 /* s */
            ldc 251658240
            iand
            istore 8 /* kind */
        start local 8 // int kind
        58: .line 1358
            iload 8 /* kind */
            ldc 16777216
            if_icmpne 61
        59: .line 1359
            iload 6 /* s */
            istore 9 /* t */
        start local 9 // int t
        60: .line 1360
            goto 68
        end local 9 // int t
        61: .line 1361
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int int int int top int int int
      StackMap stack:
            iload 8 /* kind */
            ldc 33554432
            if_icmpne 64
        62: .line 1362
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* s */
            ldc 8388607
            iand
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        63: .line 1363
            goto 65
        end local 9 // int t
        64: .line 1364
      StackMap locals:
      StackMap stack:
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 11 /* nStack */
            iload 6 /* s */
            ldc 8388607
            iand
            isub
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        65: .line 1366
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int int int int int int int int
      StackMap stack:
            iload 6 /* s */
            ldc 8388608
            iand
            ifeq 68
        66: .line 1367
            iload 9 /* t */
            ldc 16777220
            if_icmpeq 67
            iload 9 /* t */
            ldc 16777219
            if_icmpne 68
        67: .line 1368
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 9 /* t */
        68: .line 1371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 70
        69: .line 1372
            aload 0 /* this */
            aload 1 /* cw */
            iload 9 /* t */
            invokevirtual org.objectweb.asm.Frame.init:(Lorg/objectweb/asm/ClassWriter;I)I
            istore 9 /* t */
        70: .line 1374
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            iload 12 /* nInputStack */
            iload 5 /* i */
            iadd
            invokestatic org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        71: .line 1354
            iinc 5 /* i */ 1
        end local 9 // int t
        end local 8 // int kind
        end local 7 // int dim
        end local 6 // int s
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.ClassWriter org.objectweb.asm.Frame int int int top top top top int int int
      StackMap stack:
        72: iload 5 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            if_icmplt 55
        73: .line 1376
            iload 4 /* changed */
            ireturn
        end local 12 // int nInputStack
        end local 11 // int nStack
        end local 10 // int nLocal
        end local 5 // int i
        end local 4 // boolean changed
        end local 3 // int edge
        end local 2 // org.objectweb.asm.Frame frame
        end local 1 // org.objectweb.asm.ClassWriter cw
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   74     0         this  Lorg/objectweb/asm/Frame;
            0   74     1           cw  Lorg/objectweb/asm/ClassWriter;
            0   74     2        frame  Lorg/objectweb/asm/Frame;
            0   74     3         edge  I
            1   74     4      changed  Z
            7   74     5            i  I
           10   26     6            s  I
           56   72     6            s  I
           14   25     7          dim  I
           57   72     7          dim  I
           15   25     8         kind  I
           58   72     8         kind  I
           12   13     9            t  I
           17   18     9            t  I
           20   21     9            t  I
           22   26     9            t  I
           27   31     9            t  I
           35   37     9            t  I
           49   53     9            t  I
           60   61     9            t  I
           63   64     9            t  I
           65   72     9            t  I
            2   74    10       nLocal  I
            3   74    11       nStack  I
           44   74    12  nInputStack  I
    MethodParameters:
       Name  Flags
      cw     final
      frame  final
      edge   final

  private static boolean merge(org.objectweb.asm.ClassWriter, int, int[], int);
    descriptor: (Lorg/objectweb/asm/ClassWriter;I[II)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.objectweb.asm.ClassWriter cw
        start local 1 // int t
        start local 2 // int[] types
        start local 3 // int index
         0: .line 1397
            aload 2 /* types */
            iload 3 /* index */
            iaload
            istore 4 /* u */
        start local 4 // int u
         1: .line 1398
            iload 4 /* u */
            iload 1 /* t */
            if_icmpne 3
         2: .line 1400
            iconst_0
            ireturn
         3: .line 1402
      StackMap locals: int
      StackMap stack:
            iload 1 /* t */
            ldc 268435455
            iand
            ldc 16777221
            if_icmpne 7
         4: .line 1403
            iload 4 /* u */
            ldc 16777221
            if_icmpne 6
         5: .line 1404
            iconst_0
            ireturn
         6: .line 1406
      StackMap locals:
      StackMap stack:
            ldc 16777221
            istore 1 /* t */
         7: .line 1408
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            ifne 10
         8: .line 1410
            aload 2 /* types */
            iload 3 /* index */
            iload 1 /* t */
            iastore
         9: .line 1411
            iconst_1
            ireturn
        10: .line 1414
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 11
            iload 4 /* u */
            ldc -268435456
            iand
            ifeq 26
        11: .line 1416
      StackMap locals:
      StackMap stack:
            iload 1 /* t */
            ldc 16777221
            if_icmpne 13
        12: .line 1418
            iconst_0
            ireturn
        13: .line 1419
      StackMap locals:
      StackMap stack:
            iload 1 /* t */
            ldc -1048576
            iand
            iload 4 /* u */
            ldc -1048576
            iand
            if_icmpne 21
        14: .line 1420
            iload 4 /* u */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 19
        15: .line 1424
            iload 1 /* t */
            ldc -268435456
            iand
            ldc 24117248
            ior
        16: .line 1425
            aload 0 /* cw */
            iload 1 /* t */
            ldc 1048575
            iand
            iload 4 /* u */
            ldc 1048575
            iand
            invokevirtual org.objectweb.asm.ClassWriter.getMergedType:(II)I
        17: .line 1424
            ior
            istore 5 /* v */
        start local 5 // int v
        18: .line 1426
            goto 33
        end local 5 // int v
        19: .line 1429
      StackMap locals:
      StackMap stack:
            ldc 24117248
            aload 0 /* cw */
            ldc "java/lang/Object"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 5 /* v */
        start local 5 // int v
        20: .line 1431
            goto 33
        end local 5 // int v
      StackMap locals:
      StackMap stack:
        21: iload 1 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 22
            iload 1 /* t */
            ldc -268435456
            iand
            ifeq 24
        22: .line 1434
      StackMap locals:
      StackMap stack:
            ldc 24117248
            aload 0 /* cw */
            ldc "java/lang/Object"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 5 /* v */
        start local 5 // int v
        23: .line 1435
            goto 33
        end local 5 // int v
        24: .line 1437
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 5 /* v */
        start local 5 // int v
        25: .line 1439
            goto 33
        end local 5 // int v
      StackMap locals:
      StackMap stack:
        26: iload 4 /* u */
            ldc 16777221
            if_icmpne 32
        27: .line 1442
            iload 1 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 28
            iload 1 /* t */
            ldc -268435456
            iand
            ifeq 29
      StackMap locals:
      StackMap stack:
        28: iload 1 /* t */
            goto 30
      StackMap locals:
      StackMap stack:
        29: ldc 16777216
      StackMap locals:
      StackMap stack: int
        30: istore 5 /* v */
        start local 5 // int v
        31: .line 1443
            goto 33
        end local 5 // int v
        32: .line 1445
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 5 /* v */
        start local 5 // int v
        33: .line 1447
      StackMap locals: int
      StackMap stack:
            iload 4 /* u */
            iload 5 /* v */
            if_icmpeq 36
        34: .line 1448
            aload 2 /* types */
            iload 3 /* index */
            iload 5 /* v */
            iastore
        35: .line 1449
            iconst_1
            ireturn
        36: .line 1451
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // int v
        end local 4 // int u
        end local 3 // int index
        end local 2 // int[] types
        end local 1 // int t
        end local 0 // org.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   37     0     cw  Lorg/objectweb/asm/ClassWriter;
            0   37     1      t  I
            0   37     2  types  [I
            0   37     3  index  I
            1   37     4      u  I
           18   19     5      v  I
           20   21     5      v  I
           23   24     5      v  I
           25   26     5      v  I
           31   32     5      v  I
           33   37     5      v  I
    MethodParameters:
       Name  Flags
      cw     final
      t      
      types  final
      index  final
}
SourceFile: "Frame.java"