class org.objectweb.asm.Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.Frame
  super_class: java.lang.Object
{
  static final int 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

  int outputStackTop;
    descriptor: I
    flags: (0x0000) 

  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;

  final void set(org.objectweb.asm.ClassWriter, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (Lorg/objectweb/asm/ClassWriter;I[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=9, args_size=6
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.ClassWriter cw
        start local 2 // int nLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int nStack
        start local 5 // java.lang.Object[] stack
         0: .line 548
            aload 1 /* cw */
            iload 2 /* nLocal */
            aload 3 /* local */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            invokestatic org.objectweb.asm.Frame.convert:(Lorg/objectweb/asm/ClassWriter;I[Ljava/lang/Object;[I)I
            istore 6 /* i */
        start local 6 // int i
         1: .line 549
            goto 3
         2: .line 550
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* i */
            iinc 6 /* i */ 1
            ldc 16777216
            iastore
         3: .line 549
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            aload 3 /* local */
            arraylength
            if_icmplt 2
         4: .line 552
            iconst_0
            istore 7 /* nStackTop */
        start local 7 // int nStackTop
         5: .line 553
            iconst_0
            istore 8 /* j */
        start local 8 // int j
         6: goto 10
         7: .line 554
      StackMap locals: int int
      StackMap stack:
            aload 5 /* stack */
            iload 8 /* j */
            aaload
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 8
            aload 5 /* stack */
            iload 8 /* j */
            aaload
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 9
         8: .line 555
      StackMap locals:
      StackMap stack:
            iinc 7 /* nStackTop */ 1
         9: .line 553
      StackMap locals:
      StackMap stack:
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 8 /* j */
            iload 4 /* nStack */
            if_icmplt 7
        end local 8 // int j
        11: .line 558
            aload 0 /* this */
            iload 4 /* nStack */
            iload 7 /* nStackTop */
            iadd
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
        12: .line 559
            aload 1 /* cw */
            iload 4 /* nStack */
            aload 5 /* stack */
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            invokestatic org.objectweb.asm.Frame.convert:(Lorg/objectweb/asm/ClassWriter;I[Ljava/lang/Object;[I)I
            pop
        13: .line 560
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.outputStackTop:I
        14: .line 561
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.initializationCount:I
        15: .line 562
            return
        end local 7 // int nStackTop
        end local 6 // int i
        end local 5 // java.lang.Object[] stack
        end local 4 // int nStack
        end local 3 // java.lang.Object[] local
        end local 2 // int nLocal
        end local 1 // org.objectweb.asm.ClassWriter cw
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/objectweb/asm/Frame;
            0   16     1         cw  Lorg/objectweb/asm/ClassWriter;
            0   16     2     nLocal  I
            0   16     3      local  [Ljava/lang/Object;
            0   16     4     nStack  I
            0   16     5      stack  [Ljava/lang/Object;
            1   16     6          i  I
            5   16     7  nStackTop  I
            6   11     8          j  I
    MethodParameters:
        Name  Flags
      cw      
      nLocal  final
      local   final
      nStack  final
      stack   final

  private static int convert(org.objectweb.asm.ClassWriter, int, java.lang.Object[], int[]);
    descriptor: (Lorg/objectweb/asm/ClassWriter;I[Ljava/lang/Object;[I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // org.objectweb.asm.ClassWriter cw
        start local 1 // int nInput
        start local 2 // java.lang.Object[] input
        start local 3 // int[] output
         0: .line 589
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: .line 590
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         2: goto 19
         3: .line 591
      StackMap locals: int int
      StackMap stack:
            aload 2 /* input */
            iload 5 /* j */
            aaload
            instanceof java.lang.Integer
            ifeq 8
         4: .line 592
            aload 3 /* output */
            iload 4 /* i */
            iinc 4 /* i */ 1
            ldc 16777216
            aload 2 /* input */
            iload 5 /* j */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ior
            iastore
         5: .line 593
            aload 2 /* input */
            iload 5 /* j */
            aaload
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 6
            aload 2 /* input */
            iload 5 /* j */
            aaload
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 18
         6: .line 594
      StackMap locals:
      StackMap stack:
            aload 3 /* output */
            iload 4 /* i */
            iinc 4 /* i */ 1
            ldc 16777216
            iastore
         7: .line 596
            goto 18
      StackMap locals:
      StackMap stack:
         8: aload 2 /* input */
            iload 5 /* j */
            aaload
            instanceof java.lang.String
            ifeq 13
         9: .line 597
            aload 3 /* output */
            iload 4 /* i */
            iinc 4 /* i */ 1
            aload 0 /* cw */
            aload 2 /* input */
            iload 5 /* j */
            aaload
            checkcast java.lang.String
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
        10: .line 598
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
        11: .line 597
            invokestatic org.objectweb.asm.Frame.type:(Lorg/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            iastore
        12: .line 599
            goto 18
        13: .line 600
      StackMap locals:
      StackMap stack:
            aload 3 /* output */
            iload 4 /* i */
            iinc 4 /* i */ 1
            ldc 25165824
        14: .line 601
            aload 0 /* cw */
            ldc ""
        15: .line 602
            aload 2 /* input */
            iload 5 /* j */
            aaload
            checkcast org.objectweb.asm.Label
            getfield org.objectweb.asm.Label.position:I
        16: .line 601
            invokevirtual org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
        17: .line 600
            iastore
        18: .line 590
      StackMap locals:
      StackMap stack:
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* j */
            iload 1 /* nInput */
            if_icmplt 3
        end local 5 // int j
        20: .line 605
            iload 4 /* i */
            ireturn
        end local 4 // int i
        end local 3 // int[] output
        end local 2 // java.lang.Object[] input
        end local 1 // int nInput
        end local 0 // org.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0      cw  Lorg/objectweb/asm/ClassWriter;
            0   21     1  nInput  I
            0   21     2   input  [Ljava/lang/Object;
            0   21     3  output  [I
            1   21     4       i  I
            2   20     5       j  I
    MethodParameters:
        Name  Flags
      cw      
      nInput  
      input   
      output  

  final void set(org.objectweb.asm.Frame);
    descriptor: (Lorg/objectweb/asm/Frame;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.Frame this
        start local 1 // org.objectweb.asm.Frame f
         0: .line 618
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            putfield org.objectweb.asm.Frame.inputLocals:[I
         1: .line 619
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.inputStack:[I
            putfield org.objectweb.asm.Frame.inputStack:[I
         2: .line 620
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            putfield org.objectweb.asm.Frame.outputLocals:[I
         3: .line 621
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.outputStack:[I
            putfield org.objectweb.asm.Frame.outputStack:[I
         4: .line 622
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            putfield org.objectweb.asm.Frame.outputStackTop:I
         5: .line 623
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.initializationCount:I
            putfield org.objectweb.asm.Frame.initializationCount:I
         6: .line 624
            aload 0 /* this */
            aload 1 /* f */
            getfield org.objectweb.asm.Frame.initializations:[I
            putfield org.objectweb.asm.Frame.initializations:[I
         7: .line 625
            return
        end local 1 // org.objectweb.asm.Frame f
        end local 0 // org.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/objectweb/asm/Frame;
            0    8     1     f  Lorg/objectweb/asm/Frame;
    MethodParameters:
      Name  Flags
      f     final

  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 635
            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 638
      StackMap locals:
      StackMap stack:
            ldc 33554432
            iload 1 /* local */
            ior
            ireturn
         2: .line 640
      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 641
            iload 2 /* type */
            ifne 5
         4: .line 644
            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 646
      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 660
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            ifnonnull 2
         1: .line 661
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.objectweb.asm.Frame.outputLocals:[I
         2: .line 663
      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 664
            iload 1 /* local */
            iload 3 /* n */
            if_icmplt 7
         4: .line 665
            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 666
            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 667
            aload 0 /* this */
            aload 4 /* t */
            putfield org.objectweb.asm.Frame.outputLocals:[I
        end local 4 // int[] t
         7: .line 670
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* local */
            iload 2 /* type */
            iastore
         8: .line 671
            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 681
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStack:[I
            ifnonnull 2
         1: .line 682
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.objectweb.asm.Frame.outputStack:[I
         2: .line 684
      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 685
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iload 2 /* n */
            if_icmplt 7
         4: .line 686
            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 687
            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 688
            aload 0 /* this */
            aload 3 /* t */
            putfield org.objectweb.asm.Frame.outputStack:[I
        end local 3 // int[] t
         7: .line 691
      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 693
            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 694
            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 695
            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 697
      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 710
            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 711
            iload 3 /* type */
            ifeq 5
         2: .line 712
            aload 0 /* this */
            iload 3 /* type */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         3: .line 713
            iload 3 /* type */
            ldc 16777220
            if_icmpeq 4
            iload 3 /* type */
            ldc 16777219
            if_icmpne 5
         4: .line 714
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         5: .line 717
      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 730
            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 731
            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 733
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String top int
      StackMap stack:
            iconst_0
            ireturn
         5: .line 739
      StackMap locals:
      StackMap stack:
            ldc 16777217
            ireturn
         6: .line 741
      StackMap locals:
      StackMap stack:
            ldc 16777218
            ireturn
         7: .line 743
      StackMap locals:
      StackMap stack:
            ldc 16777220
            ireturn
         8: .line 745
      StackMap locals:
      StackMap stack:
            ldc 16777219
            ireturn
         9: .line 748
      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 749
            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 754
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
            iconst_1
            iadd
            istore 5 /* dims */
        start local 5 // int dims
        12: .line 755
            goto 14
        13: .line 756
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String top int top int
      StackMap stack:
            iinc 5 /* dims */ 1
        14: .line 755
      StackMap locals:
      StackMap stack:
            aload 1 /* desc */
            iload 5 /* dims */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 13
        15: .line 758
            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 760
      StackMap locals:
      StackMap stack:
            ldc 16777225
            istore 4 /* data */
        start local 4 // int data
        17: .line 761
            goto 34
        end local 4 // int data
        18: .line 763
      StackMap locals:
      StackMap stack:
            ldc 16777227
            istore 4 /* data */
        start local 4 // int data
        19: .line 764
            goto 34
        end local 4 // int data
        20: .line 766
      StackMap locals:
      StackMap stack:
            ldc 16777226
            istore 4 /* data */
        start local 4 // int data
        21: .line 767
            goto 34
        end local 4 // int data
        22: .line 769
      StackMap locals:
      StackMap stack:
            ldc 16777228
            istore 4 /* data */
        start local 4 // int data
        23: .line 770
            goto 34
        end local 4 // int data
        24: .line 772
      StackMap locals:
      StackMap stack:
            ldc 16777217
            istore 4 /* data */
        start local 4 // int data
        25: .line 773
            goto 34
        end local 4 // int data
        26: .line 775
      StackMap locals:
      StackMap stack:
            ldc 16777218
            istore 4 /* data */
        start local 4 // int data
        27: .line 776
            goto 34
        end local 4 // int data
        28: .line 778
      StackMap locals:
      StackMap stack:
            ldc 16777220
            istore 4 /* data */
        start local 4 // int data
        29: .line 779
            goto 34
        end local 4 // int data
        30: .line 781
      StackMap locals:
      StackMap stack:
            ldc 16777219
            istore 4 /* data */
        start local 4 // int data
        31: .line 782
            goto 34
        end local 4 // int data
        32: .line 786
      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 787
            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 789
      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 799
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            ifle 2
         1: .line 800
            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 803
      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 814
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* elements */
            if_icmplt 3
         1: .line 815
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* elements */
            isub
            putfield org.objectweb.asm.Frame.outputStackTop:I
         2: .line 816
            goto 5
         3: .line 820
      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 821
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.Frame.outputStackTop:I
         5: .line 823
      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 834
            aload 1 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* c */
        start local 2 // char c
         1: .line 835
            iload 2 /* c */
            bipush 40
            if_icmpne 4
         2: .line 836
            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 837
            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 838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
         6: .line 839
            goto 8
         7: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
         8: .line 842
      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 853
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnonnull 2
         1: .line 854
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield org.objectweb.asm.Frame.initializations:[I
         2: .line 856
      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 857
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializationCount:I
            iload 2 /* n */
            if_icmplt 7
         4: .line 858
            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 859
            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 860
            aload 0 /* this */
            aload 3 /* t */
            putfield org.objectweb.asm.Frame.initializations:[I
        end local 3 // int[] t
         7: .line 863
      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 864
            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 879
            iload 2 /* t */
            ldc 16777222
            if_icmpne 3
         1: .line 880
            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 881
            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 882
            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 883
            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 884
            goto 8
        end local 3 // int s
         7: .line 885
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            ireturn
        start local 3 // int s
         8: .line 887
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         9: goto 21
        10: .line 888
      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 889
            iload 5 /* u */
            ldc -268435456
            iand
            istore 6 /* dim */
        start local 6 // int dim
        12: .line 890
            iload 5 /* u */
            ldc 251658240
            iand
            istore 7 /* kind */
        start local 7 // int kind
        13: .line 891
            iload 7 /* kind */
            ldc 33554432
            if_icmpne 16
        14: .line 892
            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 893
            goto 18
      StackMap locals: int int int
      StackMap stack:
        16: iload 7 /* kind */
            ldc 50331648
            if_icmpne 18
        17: .line 894
            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 896
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            iload 5 /* u */
            if_icmpne 20
        19: .line 897
            iload 3 /* s */
            ireturn
        end local 7 // int kind
        end local 6 // int dim
        end local 5 // int u
        20: .line 887
      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 900
            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

  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: (0x0010) ACC_FINAL
    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 918
            aload 0 /* this */
            iload 4 /* maxLocals */
            newarray 10
            putfield org.objectweb.asm.Frame.inputLocals:[I
         1: .line 919
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
         2: .line 920
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: .line 921
            iload 2 /* access */
            bipush 8
            iand
            ifne 8
         4: .line 922
            iload 2 /* access */
            ldc 524288
            iand
            ifne 7
         5: .line 923
            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 924
            goto 8
         7: .line 925
      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 928
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         9: goto 15
        10: .line 929
      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 930
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            iload 7 /* t */
            iastore
        12: .line 931
            iload 7 /* t */
            ldc 16777220
            if_icmpeq 13
            iload 7 /* t */
            ldc 16777219
            if_icmpne 14
        13: .line 932
      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 928
      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 935
            goto 18
        17: .line 936
      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 935
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* maxLocals */
            if_icmplt 17
        19: .line 938
            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 955
            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 966
      StackMap locals:
      StackMap stack:
            goto 230
         2: .line 968
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777221
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         3: .line 969
            goto 230
         4: .line 980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         5: .line 981
            goto 230
         6: .line 985
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         7: .line 986
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
         8: .line 987
            goto 230
         9: .line 992
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        10: .line 993
            goto 230
        11: .line 997
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        12: .line 998
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        13: .line 999
            goto 230
        14: .line 1001
      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 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        16: .line 1004
            goto 230
        17: .line 1006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        18: .line 1007
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        19: .line 1008
            goto 230
        20: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        21: .line 1011
            goto 230
        22: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        23: .line 1014
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        24: .line 1015
            goto 230
        25: .line 1017
      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 1018
            goto 230
        27: .line 1020
      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 1021
            goto 230
        29: .line 1023
      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 1024
            goto 230
        31: .line 1027
      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 1029
            goto 230
        33: .line 1031
      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 1032
            goto 230
        35: .line 1037
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        36: .line 1038
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        37: .line 1039
            goto 230
        38: .line 1042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        39: .line 1043
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        40: .line 1044
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        41: .line 1045
            goto 230
        42: .line 1047
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        43: .line 1048
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        44: .line 1049
            goto 230
        45: .line 1052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        46: .line 1053
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        47: .line 1054
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        48: .line 1055
            goto 230
        49: .line 1057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        50: .line 1058
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        51: .line 1059
            aload 0 /* this */
            ldc -268435456
            iload 5 /* t1 */
            iadd
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        52: .line 1060
            goto 230
        end local 5 // int t1
        53: .line 1064
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        54: .line 1065
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        55: .line 1066
            iload 2 /* arg */
            ifle 230
        56: .line 1067
            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 1069
            iload 6 /* t2 */
            ldc 16777220
            if_icmpeq 58
            iload 6 /* t2 */
            ldc 16777219
            if_icmpne 60
        58: .line 1070
      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 1071
            goto 230
      StackMap locals:
      StackMap stack:
        60: iload 6 /* t2 */
            ldc 251658240
            iand
            ldc 16777216
            if_icmpeq 230
        61: .line 1072
            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 1075
            goto 230
        end local 5 // int t1
        63: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        64: .line 1079
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        65: .line 1080
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        66: .line 1081
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            iadd
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.set:(II)V
        67: .line 1082
            iload 2 /* arg */
            ifle 230
        68: .line 1083
            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 1085
            iload 6 /* t2 */
            ldc 16777220
            if_icmpeq 70
            iload 6 /* t2 */
            ldc 16777219
            if_icmpne 72
        70: .line 1086
      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 1087
            goto 230
      StackMap locals:
      StackMap stack:
        72: iload 6 /* t2 */
            ldc 251658240
            iand
            ldc 16777216
            if_icmpeq 230
        73: .line 1088
            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 1091
            goto 230
        end local 5 // int t1
        75: .line 1098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        76: .line 1099
            goto 230
        77: .line 1102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        78: .line 1103
            goto 230
        79: .line 1121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        80: .line 1122
            goto 230
        81: .line 1134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
        82: .line 1135
            goto 230
        83: .line 1137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        84: .line 1138
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        85: .line 1139
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        86: .line 1140
            goto 230
        end local 5 // int t1
        87: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        88: .line 1143
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
        89: .line 1144
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        90: .line 1145
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        91: .line 1146
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        92: .line 1147
            goto 230
        end local 6 // int t2
        end local 5 // int t1
        93: .line 1149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        94: .line 1150
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
        95: .line 1151
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
        96: .line 1152
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        97: .line 1153
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        98: .line 1154
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
        99: .line 1155
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       100: .line 1156
            goto 230
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       101: .line 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       102: .line 1159
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       103: .line 1160
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       104: .line 1161
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       105: .line 1162
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       106: .line 1163
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       107: .line 1164
            goto 230
        end local 6 // int t2
        end local 5 // int t1
       108: .line 1166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       109: .line 1167
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       110: .line 1168
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
       111: .line 1169
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       112: .line 1170
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       113: .line 1171
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       114: .line 1172
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       115: .line 1173
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       116: .line 1174
            goto 230
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       117: .line 1176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       118: .line 1177
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       119: .line 1178
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
       120: .line 1179
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 8 /* t4 */
        start local 8 // int t4
       121: .line 1180
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       122: .line 1181
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       123: .line 1182
            aload 0 /* this */
            iload 8 /* t4 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       124: .line 1183
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       125: .line 1184
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       126: .line 1185
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       127: .line 1186
            goto 230
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       128: .line 1188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       129: .line 1189
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       130: .line 1190
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       131: .line 1191
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       132: .line 1192
            goto 230
        end local 6 // int t2
        end local 5 // int t1
       133: .line 1208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       134: .line 1209
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       135: .line 1210
            goto 230
       136: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       137: .line 1220
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       138: .line 1221
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       139: .line 1222
            goto 230
       140: .line 1230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       141: .line 1231
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       142: .line 1232
            goto 230
       143: .line 1238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       144: .line 1239
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       145: .line 1240
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       146: .line 1241
            goto 230
       147: .line 1245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       148: .line 1246
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       149: .line 1247
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       150: .line 1248
            goto 230
       151: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.set:(II)V
       152: .line 1251
            goto 230
       153: .line 1254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       154: .line 1255
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       155: .line 1256
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       156: .line 1257
            goto 230
       157: .line 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       158: .line 1260
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       159: .line 1261
            goto 230
       160: .line 1264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       161: .line 1265
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       162: .line 1266
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       163: .line 1267
            goto 230
       164: .line 1271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       165: .line 1272
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       166: .line 1273
            goto 230
       167: .line 1277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       168: .line 1278
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       169: .line 1279
            goto 230
       170: .line 1282
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
       171: .line 1283
            ldc "JSR/RET are not supported with computeFrames option"
       172: .line 1282
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       173: .line 1285
      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 1286
            goto 230
       175: .line 1288
      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 1289
            goto 230
       177: .line 1291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.objectweb.asm.Frame.pop:(I)V
       178: .line 1292
            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 1293
            goto 230
       180: .line 1295
      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 1296
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       182: .line 1297
            goto 230
       183: .line 1302
      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 1303
            iload 1 /* opcode */
            sipush 184
            if_icmpeq 189
       185: .line 1304
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       186: .line 1305
            iload 1 /* opcode */
            sipush 183
            if_icmpne 189
       187: .line 1306
            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 1307
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.objectweb.asm.Frame.init:(I)V
        end local 5 // int t1
       189: .line 1310
      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 1311
            goto 230
       191: .line 1313
      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 1314
            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 1315
            goto 230
       194: .line 1317
      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 1318
            goto 230
       196: .line 1320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       197: .line 1321
            iload 2 /* arg */
            tableswitch { // 4 - 10
                    4: 198
                    5: 200
                    6: 208
                    7: 210
                    8: 202
                    9: 204
                   10: 206
              default: 212
          }
       198: .line 1323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212681
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       199: .line 1324
            goto 230
       200: .line 1326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212683
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       201: .line 1327
            goto 230
       202: .line 1329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212682
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       203: .line 1330
            goto 230
       204: .line 1332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212684
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       205: .line 1333
            goto 230
       206: .line 1335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212673
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       207: .line 1336
            goto 230
       208: .line 1338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212674
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       209: .line 1339
            goto 230
       210: .line 1341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212675
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       211: .line 1342
            goto 230
       212: .line 1345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212676
            invokevirtual org.objectweb.asm.Frame.push:(I)V
       213: .line 1348
            goto 230
       214: .line 1350
      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 1351
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       216: .line 1352
            aload 9 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 219
       217: .line 1353
            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 1354
            goto 230
       219: .line 1355
      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 1357
            goto 230
        end local 9 // java.lang.String s
       221: .line 1359
      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 1360
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.pop:()I
            pop
       223: .line 1361
            aload 9 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 226
       224: .line 1362
            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 1363
            goto 230
       226: .line 1364
      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 1366
            goto 230
        end local 9 // java.lang.String s
       228: .line 1369
      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 1370
            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 1373
      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

  final boolean merge(org.objectweb.asm.ClassWriter, org.objectweb.asm.Frame, int);
    descriptor: (Lorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Frame;I)Z
    flags: (0x0010) ACC_FINAL
    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 1391
            iconst_0
            istore 4 /* changed */
        start local 4 // boolean changed
         1: .line 1394
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            arraylength
            istore 10 /* nLocal */
        start local 10 // int nLocal
         2: .line 1395
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputStack:[I
            arraylength
            istore 11 /* nStack */
        start local 11 // int nStack
         3: .line 1396
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            ifnonnull 6
         4: .line 1397
            aload 2 /* frame */
            iload 10 /* nLocal */
            newarray 10
            putfield org.objectweb.asm.Frame.inputLocals:[I
         5: .line 1398
            iconst_1
            istore 4 /* changed */
         6: .line 1401
      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 1402
      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 1403
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.outputLocals:[I
            iload 5 /* i */
            iaload
            istore 6 /* s */
        start local 6 // int s
        10: .line 1404
            iload 6 /* s */
            ifne 13
        11: .line 1405
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        12: .line 1406
            goto 27
        end local 9 // int t
        13: .line 1407
      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 1408
            iload 6 /* s */
            ldc 251658240
            iand
            istore 8 /* kind */
        start local 8 // int kind
        15: .line 1409
            iload 8 /* kind */
            ldc 16777216
            if_icmpne 18
        16: .line 1410
            iload 6 /* s */
            istore 9 /* t */
        start local 9 // int t
        17: .line 1411
            goto 27
        end local 9 // int t
        18: .line 1412
      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 1413
            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 1414
            goto 22
        end local 9 // int t
        21: .line 1415
      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 1417
      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 1418
            iload 9 /* t */
            ldc 16777220
            if_icmpeq 24
            iload 9 /* t */
            ldc 16777219
            if_icmpne 27
        24: .line 1419
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 9 /* t */
        end local 8 // int kind
        end local 7 // int dim
        25: .line 1423
            goto 27
        end local 9 // int t
        end local 6 // int s
        26: .line 1424
      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 1426
      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 1427
            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 1429
      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 1401
            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 1432
            iload 3 /* edge */
            ifle 43
        33: .line 1433
            iconst_0
            istore 5 /* i */
            goto 37
        34: .line 1434
      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 1435
            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 1433
            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 1437
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            ifnonnull 41
        39: .line 1438
            aload 2 /* frame */
            iconst_1
            newarray 10
            putfield org.objectweb.asm.Frame.inputStack:[I
        40: .line 1439
            iconst_1
            istore 4 /* changed */
        41: .line 1441
      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 1442
            iload 4 /* changed */
            ireturn
        43: .line 1445
      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 1446
            aload 2 /* frame */
            getfield org.objectweb.asm.Frame.inputStack:[I
            ifnonnull 47
        45: .line 1447
            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 1448
            iconst_1
            istore 4 /* changed */
        47: .line 1451
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
            goto 53
        48: .line 1452
      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 1453
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 51
        50: .line 1454
            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 1456
      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 1451
            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 1458
            iconst_0
            istore 5 /* i */
            goto 72
        55: .line 1459
      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 1460
            iload 6 /* s */
            ldc -268435456
            iand
            istore 7 /* dim */
        start local 7 // int dim
        57: .line 1461
            iload 6 /* s */
            ldc 251658240
            iand
            istore 8 /* kind */
        start local 8 // int kind
        58: .line 1462
            iload 8 /* kind */
            ldc 16777216
            if_icmpne 61
        59: .line 1463
            iload 6 /* s */
            istore 9 /* t */
        start local 9 // int t
        60: .line 1464
            goto 68
        end local 9 // int t
        61: .line 1465
      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 1466
            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 1467
            goto 65
        end local 9 // int t
        64: .line 1468
      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 1470
      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 1471
            iload 9 /* t */
            ldc 16777220
            if_icmpeq 67
            iload 9 /* t */
            ldc 16777219
            if_icmpne 68
        67: .line 1472
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 9 /* t */
        68: .line 1475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.Frame.initializations:[I
            ifnull 70
        69: .line 1476
            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 1478
      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 1458
            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 1480
            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=8, 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 1501
            aload 2 /* types */
            iload 3 /* index */
            iaload
            istore 4 /* u */
        start local 4 // int u
         1: .line 1502
            iload 4 /* u */
            iload 1 /* t */
            if_icmpne 3
         2: .line 1504
            iconst_0
            ireturn
         3: .line 1506
      StackMap locals: int
      StackMap stack:
            iload 1 /* t */
            ldc 268435455
            iand
            ldc 16777221
            if_icmpne 7
         4: .line 1507
            iload 4 /* u */
            ldc 16777221
            if_icmpne 6
         5: .line 1508
            iconst_0
            ireturn
         6: .line 1510
      StackMap locals:
      StackMap stack:
            ldc 16777221
            istore 1 /* t */
         7: .line 1512
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            ifne 10
         8: .line 1514
            aload 2 /* types */
            iload 3 /* index */
            iload 1 /* t */
            iastore
         9: .line 1515
            iconst_1
            ireturn
        10: .line 1518
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 11
            iload 4 /* u */
            ldc -268435456
            iand
            ifeq 39
        11: .line 1520
      StackMap locals:
      StackMap stack:
            iload 1 /* t */
            ldc 16777221
            if_icmpne 13
        12: .line 1522
            iconst_0
            ireturn
        13: .line 1523
      StackMap locals:
      StackMap stack:
            iload 1 /* t */
            ldc -1048576
            iand
            iload 4 /* u */
            ldc -1048576
            iand
            if_icmpne 22
        14: .line 1525
            iload 4 /* u */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 19
        15: .line 1529
            iload 1 /* t */
            ldc -268435456
            iand
            ldc 24117248
            ior
        16: .line 1530
            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 1529
            ior
            istore 5 /* v */
        start local 5 // int v
        18: .line 1531
            goto 46
        end local 5 // int v
        19: .line 1534
      StackMap locals:
      StackMap stack:
            ldc -268435456
            iload 4 /* u */
            ldc -268435456
            iand
            iadd
            istore 6 /* vdim */
        start local 6 // int vdim
        20: .line 1535
            iload 6 /* vdim */
            ldc 24117248
            ior
            aload 0 /* cw */
            ldc "java/lang/Object"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 5 /* v */
        end local 6 // int vdim
        start local 5 // int v
        21: .line 1537
            goto 46
        end local 5 // int v
      StackMap locals:
      StackMap stack:
        22: iload 1 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 23
            iload 1 /* t */
            ldc -268435456
            iand
            ifeq 37
        23: .line 1542
      StackMap locals:
      StackMap stack:
            iload 1 /* t */
            ldc -268435456
            iand
            ifeq 24
            iload 1 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 25
      StackMap locals:
      StackMap stack:
        24: iconst_0
            goto 26
        25: .line 1543
      StackMap locals:
      StackMap stack:
            ldc -268435456
      StackMap locals:
      StackMap stack: int
        26: iload 1 /* t */
            ldc -268435456
            iand
        27: .line 1542
            iadd
            istore 6 /* tdim */
        start local 6 // int tdim
        28: .line 1544
            iload 4 /* u */
            ldc -268435456
            iand
            ifeq 29
            iload 4 /* u */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 30
      StackMap locals: org.objectweb.asm.ClassWriter int int[] int int top int
      StackMap stack:
        29: iconst_0
            goto 31
        30: .line 1545
      StackMap locals:
      StackMap stack:
            ldc -268435456
      StackMap locals:
      StackMap stack: int
        31: iload 4 /* u */
            ldc -268435456
            iand
        32: .line 1544
            iadd
            istore 7 /* udim */
        start local 7 // int udim
        33: .line 1546
            iload 6 /* tdim */
            iload 7 /* udim */
            invokestatic java.lang.Math.min:(II)I
            ldc 24117248
            ior
        34: .line 1547
            aload 0 /* cw */
            ldc "java/lang/Object"
            invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
        35: .line 1546
            ior
            istore 5 /* v */
        end local 7 // int udim
        end local 6 // int tdim
        start local 5 // int v
        36: .line 1548
            goto 46
        end local 5 // int v
        37: .line 1550
      StackMap locals: org.objectweb.asm.ClassWriter int int[] int int
      StackMap stack:
            ldc 16777216
            istore 5 /* v */
        start local 5 // int v
        38: .line 1552
            goto 46
        end local 5 // int v
      StackMap locals:
      StackMap stack:
        39: iload 4 /* u */
            ldc 16777221
            if_icmpne 45
        40: .line 1555
            iload 1 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 41
            iload 1 /* t */
            ldc -268435456
            iand
            ifeq 42
      StackMap locals:
      StackMap stack:
        41: iload 1 /* t */
            goto 43
      StackMap locals:
      StackMap stack:
        42: ldc 16777216
      StackMap locals:
      StackMap stack: int
        43: istore 5 /* v */
        start local 5 // int v
        44: .line 1556
            goto 46
        end local 5 // int v
        45: .line 1558
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 5 /* v */
        start local 5 // int v
        46: .line 1560
      StackMap locals: int
      StackMap stack:
            iload 4 /* u */
            iload 5 /* v */
            if_icmpeq 49
        47: .line 1561
            aload 2 /* types */
            iload 3 /* index */
            iload 5 /* v */
            iastore
        48: .line 1562
            iconst_1
            ireturn
        49: .line 1564
      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   50     0     cw  Lorg/objectweb/asm/ClassWriter;
            0   50     1      t  I
            0   50     2  types  [I
            0   50     3  index  I
            1   50     4      u  I
           18   19     5      v  I
           21   22     5      v  I
           36   37     5      v  I
           38   39     5      v  I
           44   45     5      v  I
           46   50     5      v  I
           20   21     6   vdim  I
           28   36     6   tdim  I
           33   36     7   udim  I
    MethodParameters:
       Name  Flags
      cw     final
      t      
      types  final
      index  final
}
SourceFile: "Frame.java"