public class org.objectweb.asm.tree.analysis.Frame<V extends org.objectweb.asm.tree.analysis.Value>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.analysis.Frame
  super_class: java.lang.Object
{
  private V returnValue;
    descriptor: Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x0002) ACC_PRIVATE
    Signature: TV;

  private V[] values;
    descriptor: [Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x0002) ACC_PRIVATE
    Signature: [TV;

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

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

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // int nLocals
        start local 2 // int nStack
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            iload 1 /* nLocals */
            iload 2 /* nStack */
            iadd
            anewarray org.objectweb.asm.tree.analysis.Value
            putfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
         2: .line 88
            aload 0 /* this */
            iload 1 /* nLocals */
            putfield org.objectweb.asm.tree.analysis.Frame.locals:I
         3: .line 89
            return
        end local 2 // int nStack
        end local 1 // int nLocals
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    4     1  nLocals  I
            0    4     2   nStack  I
    MethodParameters:
         Name  Flags
      nLocals  final
      nStack   final

  public void <init>(org.objectweb.asm.tree.analysis.Frame<? extends V>);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Frame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.analysis.Frame src
         0: .line 98
            aload 0 /* this */
            aload 1 /* src */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            aload 1 /* src */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            arraylength
            aload 1 /* src */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            isub
            invokespecial org.objectweb.asm.tree.analysis.Frame.<init>:(II)V
         1: .line 99
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.init:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            pop
         2: .line 100
            return
        end local 1 // org.objectweb.asm.tree.analysis.Frame src
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    3     1   src  Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;)V
    MethodParameters:
      Name  Flags
      src   final

  public org.objectweb.asm.tree.analysis.Frame<V> init(org.objectweb.asm.tree.analysis.Frame<? extends V>);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.analysis.Frame src
         0: .line 110
            aload 0 /* this */
            aload 1 /* src */
            getfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
            putfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
         1: .line 111
            aload 1 /* src */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 112
            aload 0 /* this */
            aload 1 /* src */
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            putfield org.objectweb.asm.tree.analysis.Frame.top:I
         3: .line 113
            aload 0 /* this */
            areturn
        end local 1 // org.objectweb.asm.tree.analysis.Frame src
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    4     1   src  Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;)Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
      Name  Flags
      src   final

  public void setReturn();
    descriptor: (Lorg/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.analysis.Value v
         0: .line 124
            aload 0 /* this */
            aload 1 /* v */
            putfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
         1: .line 125
            return
        end local 1 // org.objectweb.asm.tree.analysis.Value v
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    2     1     v  TV;
    Signature: (TV;)V
    MethodParameters:
      Name  Flags
      v     final

  public int getLocals();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
         0: .line 133
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            ireturn
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;

  public V getLocal();
    descriptor: (I)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // int i
         0: .line 146
            iload 1 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            if_icmplt 4
         1: .line 147
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 148
            ldc "Trying to access an inexistant local variable"
         3: .line 147
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 1 /* i */
            aaload
            areturn
        end local 1 // int i
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    5     1     i  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    Signature: (I)TV;
    MethodParameters:
      Name  Flags
      i     final

  public void setLocal(int, );
    descriptor: (ILorg/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // int i
        start local 2 // org.objectweb.asm.tree.analysis.Value value
         0: .line 165
            iload 1 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            if_icmplt 4
         1: .line 166
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 167
            new java.lang.StringBuilder
            dup
            ldc "Trying to access an inexistant local variable "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 166
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 1 /* i */
            aload 2 /* value */
            aastore
         5: .line 170
            return
        end local 2 // org.objectweb.asm.tree.analysis.Value value
        end local 1 // int i
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    6     1      i  I
            0    6     2  value  TV;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    Signature: (ITV;)V
    MethodParameters:
       Name  Flags
      i      final
      value  final

  public int getStackSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
         0: .line 179
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            ireturn
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;

  public V getStack();
    descriptor: (I)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // int i
         0: .line 192
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 1 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            iadd
            aaload
            areturn
        end local 1 // int i
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    1     1     i  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    Signature: (I)TV;
    MethodParameters:
      Name  Flags
      i     final

  public void clearStack();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
         0: .line 199
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.tree.analysis.Frame.top:I
         1: .line 200
            return
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;

  public V pop();
    descriptor: ()Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
         0: .line 210
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            ifne 4
         1: .line 211
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 212
            ldc "Cannot pop operand off an empty stack."
         3: .line 211
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            iconst_1
            isub
            dup_x1
            putfield org.objectweb.asm.tree.analysis.Frame.top:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            iadd
            aaload
            areturn
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    Signature: ()TV;

  public void push();
    descriptor: (Lorg/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.analysis.Value value
         0: .line 226
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            arraylength
            if_icmplt 4
         1: .line 227
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 228
            ldc "Insufficient maximum stack size."
         3: .line 227
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.tree.analysis.Frame.top:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            iadd
            aload 1 /* value */
            aastore
         5: .line 231
            return
        end local 1 // org.objectweb.asm.tree.analysis.Value value
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    6     1  value  TV;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    Signature: (TV;)V
    MethodParameters:
       Name  Flags
      value  final

  public void execute(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.Interpreter<V>);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Interpreter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 239
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 0 - 199
                    0: 1
                    1: 2
                    2: 2
                    3: 2
                    4: 2
                    5: 2
                    6: 2
                    7: 2
                    8: 2
                    9: 2
                   10: 2
                   11: 2
                   12: 2
                   13: 2
                   14: 2
                   15: 2
                   16: 2
                   17: 2
                   18: 2
                   19: 229
                   20: 229
                   21: 4
                   22: 4
                   23: 4
                   24: 4
                   25: 4
                   26: 229
                   27: 229
                   28: 229
                   29: 229
                   30: 229
                   31: 229
                   32: 229
                   33: 229
                   34: 229
                   35: 229
                   36: 229
                   37: 229
                   38: 229
                   39: 229
                   40: 229
                   41: 229
                   42: 229
                   43: 229
                   44: 229
                   45: 229
                   46: 8
                   47: 8
                   48: 8
                   49: 8
                   50: 8
                   51: 8
                   52: 8
                   53: 8
                   54: 12
                   55: 12
                   56: 12
                   57: 12
                   58: 12
                   59: 229
                   60: 229
                   61: 229
                   62: 229
                   63: 229
                   64: 229
                   65: 229
                   66: 229
                   67: 229
                   68: 229
                   69: 229
                   70: 229
                   71: 229
                   72: 229
                   73: 229
                   74: 229
                   75: 229
                   76: 229
                   77: 229
                   78: 229
                   79: 22
                   80: 22
                   81: 22
                   82: 22
                   83: 22
                   84: 22
                   85: 22
                   86: 22
                   87: 27
                   88: 29
                   89: 32
                   90: 38
                   91: 46
                   92: 62
                   93: 75
                   94: 94
                   95: 129
                   96: 136
                   97: 136
                   98: 136
                   99: 136
                  100: 136
                  101: 136
                  102: 136
                  103: 136
                  104: 136
                  105: 136
                  106: 136
                  107: 136
                  108: 136
                  109: 136
                  110: 136
                  111: 136
                  112: 136
                  113: 136
                  114: 136
                  115: 136
                  116: 140
                  117: 140
                  118: 140
                  119: 140
                  120: 142
                  121: 142
                  122: 142
                  123: 142
                  124: 142
                  125: 142
                  126: 142
                  127: 142
                  128: 142
                  129: 142
                  130: 142
                  131: 142
                  132: 146
                  133: 149
                  134: 149
                  135: 149
                  136: 149
                  137: 149
                  138: 149
                  139: 149
                  140: 149
                  141: 149
                  142: 149
                  143: 149
                  144: 149
                  145: 149
                  146: 149
                  147: 149
                  148: 151
                  149: 151
                  150: 151
                  151: 151
                  152: 151
                  153: 155
                  154: 155
                  155: 155
                  156: 155
                  157: 155
                  158: 155
                  159: 157
                  160: 157
                  161: 157
                  162: 157
                  163: 157
                  164: 157
                  165: 157
                  166: 157
                  167: 161
                  168: 162
                  169: 164
                  170: 165
                  171: 165
                  172: 167
                  173: 167
                  174: 167
                  175: 167
                  176: 167
                  177: 171
                  178: 173
                  179: 175
                  180: 177
                  181: 179
                  182: 183
                  183: 183
                  184: 183
                  185: 183
                  186: 197
                  187: 209
                  188: 211
                  189: 211
                  190: 211
                  191: 213
                  192: 215
                  193: 215
                  194: 217
                  195: 217
                  196: 229
                  197: 219
                  198: 227
                  199: 227
              default: 229
          }
         1: .line 241
      StackMap locals:
      StackMap stack:
            goto 230
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
         3: .line 261
            goto 230
         4: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
         5: .line 268
            aload 0 /* this */
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.VarInsnNode
            getfield org.objectweb.asm.tree.VarInsnNode.var:I
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/objectweb/asm/tree/analysis/Value;
         6: .line 267
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
         7: .line 269
            goto 230
         8: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
         9: .line 279
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        10: .line 280
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        11: .line 281
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        12: .line 287
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        13: .line 288
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.VarInsnNode
            getfield org.objectweb.asm.tree.VarInsnNode.var:I
            istore 8 /* var */
        start local 8 // int var
        14: .line 289
            aload 0 /* this */
            iload 8 /* var */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        15: .line 290
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 17
        16: .line 291
            aload 0 /* this */
            iload 8 /* var */
            iconst_1
            iadd
            aload 2 /* interpreter */
            aconst_null
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        17: .line 293
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter org.objectweb.asm.tree.analysis.Value top top top top int
      StackMap stack:
            iload 8 /* var */
            ifle 230
        18: .line 294
            aload 0 /* this */
            iload 8 /* var */
            iconst_1
            isub
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/objectweb/asm/tree/analysis/Value;
            astore 9 /* local */
        start local 9 // org.objectweb.asm.tree.analysis.Value local
        19: .line 295
            aload 9 /* local */
            ifnull 230
            aload 9 /* local */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 230
        20: .line 296
            aload 0 /* this */
            iload 8 /* var */
            iconst_1
            isub
            aload 2 /* interpreter */
            aconst_null
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        end local 9 // org.objectweb.asm.tree.analysis.Value local
        21: .line 299
            goto 230
        end local 8 // int var
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        22: .line 308
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        23: .line 309
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        24: .line 310
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        25: .line 311
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.ternaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
        26: .line 312
            goto 230
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        27: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 230
        28: .line 315
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of POP"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        29: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 230
        30: .line 320
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 230
        31: .line 321
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of POP2"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        32: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        33: .line 327
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 35
        34: .line 328
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        35: .line 330
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        36: .line 331
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        37: .line 332
            goto 230
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        38: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        39: .line 335
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        40: .line 336
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 41
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 42
        41: .line 337
      StackMap locals: org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP_X1"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        42: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        43: .line 340
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        44: .line 341
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        45: .line 342
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        46: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        47: .line 345
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 61
        48: .line 346
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        49: .line 347
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 57
        50: .line 348
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        51: .line 349
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 61
        52: .line 350
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        53: .line 351
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        54: .line 352
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        55: .line 353
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        56: .line 354
            goto 230
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        57: .line 357
      StackMap locals: org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        58: .line 358
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        59: .line 359
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        60: .line 360
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        61: .line 363
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP_X2"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        62: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        63: .line 366
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 71
        64: .line 367
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        65: .line 368
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 74
        66: .line 369
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        67: .line 370
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        68: .line 371
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        69: .line 372
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        70: .line 373
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        71: .line 376
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        72: .line 377
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        73: .line 378
            goto 230
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        74: .line 380
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        75: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        76: .line 383
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 87
        77: .line 384
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        78: .line 385
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 93
        79: .line 386
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        80: .line 387
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 93
        81: .line 388
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        82: .line 389
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        83: .line 390
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        84: .line 391
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        85: .line 392
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        86: .line 393
            goto 230
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        87: .line 397
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        88: .line 398
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 93
        89: .line 399
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        90: .line 400
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        91: .line 401
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        92: .line 402
            goto 230
        93: .line 405
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2_X1"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        94: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        95: .line 408
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 115
        96: .line 409
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        97: .line 410
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 128
        98: .line 411
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        99: .line 412
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 109
       100: .line 413
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 6 /* value4 */
        start local 6 // org.objectweb.asm.tree.analysis.Value value4
       101: .line 414
            aload 6 /* value4 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 128
       102: .line 415
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       103: .line 416
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       104: .line 417
            aload 0 /* this */
            aload 6 /* value4 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       105: .line 418
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       106: .line 419
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       107: .line 420
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       108: .line 421
            goto 230
        end local 6 // org.objectweb.asm.tree.analysis.Value value4
       109: .line 424
      StackMap locals: org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       110: .line 425
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       111: .line 426
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       112: .line 427
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       113: .line 428
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       114: .line 429
            goto 230
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
       115: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       116: .line 434
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 124
       117: .line 435
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
       118: .line 436
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 128
       119: .line 437
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       120: .line 438
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       121: .line 439
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       122: .line 440
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       123: .line 441
            goto 230
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
       124: .line 444
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       125: .line 445
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       126: .line 446
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       127: .line 447
            goto 230
       128: .line 450
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2_X2"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       129: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       130: .line 453
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       131: .line 454
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 132
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 133
       132: .line 455
      StackMap locals: org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of SWAP"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       133: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       134: .line 458
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       135: .line 459
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       136: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       137: .line 481
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       138: .line 482
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       139: .line 483
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       140: .line 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       141: .line 489
            goto 230
       142: .line 502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       143: .line 503
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       144: .line 504
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       145: .line 505
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       146: .line 507
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.IincInsnNode
            getfield org.objectweb.asm.tree.IincInsnNode.var:I
            istore 8 /* var */
        start local 8 // int var
       147: .line 508
            aload 0 /* this */
            iload 8 /* var */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            iload 8 /* var */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
       148: .line 509
            goto 230
        end local 8 // int var
       149: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       150: .line 526
            goto 230
       151: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       152: .line 533
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       153: .line 534
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       154: .line 535
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       155: .line 542
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       156: .line 543
            goto 230
       157: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       158: .line 553
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       159: .line 554
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       160: .line 555
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       161: .line 557
      StackMap locals:
      StackMap stack:
            goto 230
       162: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       163: .line 560
            goto 230
       164: .line 562
      StackMap locals:
      StackMap stack:
            goto 230
       165: .line 565
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       166: .line 566
            goto 230
       167: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       168: .line 573
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       169: .line 574
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.returnOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)V
       170: .line 575
            goto 230
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       171: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
            ifnull 230
       172: .line 578
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Incompatible return type"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       173: .line 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       174: .line 583
            goto 230
       175: .line 585
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       176: .line 586
            goto 230
       177: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       178: .line 589
            goto 230
       179: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       180: .line 592
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       181: .line 593
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       182: .line 594
            goto 230
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       183: .line 599
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* values */
        start local 7 // java.util.List values
       184: .line 600
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.MethodInsnNode
            getfield org.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
            astore 9 /* desc */
        start local 9 // java.lang.String desc
       185: .line 601
            aload 9 /* desc */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            istore 10 /* i */
        start local 10 // int i
       186: goto 189
       187: .line 602
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter top top top top java.util.List top java.lang.String int
      StackMap stack:
            aload 7 /* values */
            iconst_0
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
       188: .line 601
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
       189: iload 10 /* i */
            ifgt 187
        end local 10 // int i
       190: .line 604
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 184
            if_icmpeq 192
       191: .line 605
            aload 7 /* values */
            iconst_0
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
       192: .line 607
      StackMap locals:
      StackMap stack:
            aload 9 /* desc */
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 195
       193: .line 608
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       194: .line 609
            goto 230
       195: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       196: .line 612
            goto 230
        end local 9 // java.lang.String desc
        end local 7 // java.util.List values
       197: .line 615
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* values */
        start local 7 // java.util.List values
       198: .line 616
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.InvokeDynamicInsnNode
            getfield org.objectweb.asm.tree.InvokeDynamicInsnNode.desc:Ljava/lang/String;
            astore 9 /* desc */
        start local 9 // java.lang.String desc
       199: .line 617
            aload 9 /* desc */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            istore 10 /* i */
        start local 10 // int i
       200: goto 203
       201: .line 618
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter top top top top java.util.List top java.lang.String int
      StackMap stack:
            aload 7 /* values */
            iconst_0
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
       202: .line 617
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
       203: iload 10 /* i */
            ifgt 201
        end local 10 // int i
       204: .line 620
            aload 9 /* desc */
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 207
       205: .line 621
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       206: .line 622
            goto 230
       207: .line 623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       208: .line 625
            goto 230
        end local 9 // java.lang.String desc
        end local 7 // java.util.List values
       209: .line 628
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       210: .line 629
            goto 230
       211: .line 633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       212: .line 634
            goto 230
       213: .line 636
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       214: .line 637
            goto 230
       215: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       216: .line 641
            goto 230
       217: .line 644
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       218: .line 645
            goto 230
       219: .line 647
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* values */
        start local 7 // java.util.List values
       220: .line 648
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.MultiANewArrayInsnNode
            getfield org.objectweb.asm.tree.MultiANewArrayInsnNode.dims:I
            istore 9 /* i */
        start local 9 // int i
       221: goto 224
       222: .line 649
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter top top top top java.util.List top int
      StackMap stack:
            aload 7 /* values */
            iconst_0
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
       223: .line 648
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
       224: iload 9 /* i */
            ifgt 222
        end local 9 // int i
       225: .line 651
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       226: .line 652
            goto 230
        end local 7 // java.util.List values
       227: .line 655
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       228: .line 656
            goto 230
       229: .line 658
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal opcode "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       230: .line 660
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  231     0         this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0  231     1         insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0  231     2  interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
           10   12     3       value1  TV;
           13   22     3       value1  TV;
           25   27     3       value1  TV;
           33   38     3       value1  TV;
           39   46     3       value1  TV;
           47   62     3       value1  TV;
           63   75     3       value1  TV;
           76   94     3       value1  TV;
           95  129     3       value1  TV;
          131  136     3       value1  TV;
          138  140     3       value1  TV;
          144  146     3       value1  TV;
          153  155     3       value1  TV;
          159  161     3       value1  TV;
          168  171     3       value1  TV;
          181  183     3       value1  TV;
            9   12     4       value2  TV;
           24   27     4       value2  TV;
           40   46     4       value2  TV;
           49   61     4       value2  TV;
           65   71     4       value2  TV;
           74   75     4       value2  TV;
           78   87     4       value2  TV;
           88   94     4       value2  TV;
           97  115     4       value2  TV;
          116  129     4       value2  TV;
          130  136     4       value2  TV;
          137  140     4       value2  TV;
          143  146     4       value2  TV;
          152  155     4       value2  TV;
          158  161     4       value2  TV;
          180  183     4       value2  TV;
           23   27     5       value3  TV;
           51   57     5       value3  TV;
           80   87     5       value3  TV;
           99  115     5       value3  TV;
          118  124     5       value3  TV;
          101  109     6       value4  TV;
          184  197     7       values  Ljava/util/List<TV;>;
          198  209     7       values  Ljava/util/List<TV;>;
          220  227     7       values  Ljava/util/List<TV;>;
           14   22     8          var  I
          147  149     8          var  I
           19   21     9        local  Lorg/objectweb/asm/tree/analysis/Value;
          185  197     9         desc  Ljava/lang/String;
          186  190    10            i  I
          199  209     9         desc  Ljava/lang/String;
          200  204    10            i  I
          221  225     9            i  I
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;)V
    MethodParameters:
             Name  Flags
      insn         final
      interpreter  final

  public boolean merge(org.objectweb.asm.tree.analysis.Frame<? extends V>, org.objectweb.asm.tree.analysis.Interpreter<V>);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.analysis.Frame frame
        start local 2 // org.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 676
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            if_icmpeq 2
         1: .line 677
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aconst_null
            ldc "Incompatible stack heights"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
         2: .line 679
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* changes */
        start local 3 // boolean changes
         3: .line 680
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 10
         5: .line 681
      StackMap locals: int int
      StackMap stack:
            aload 2 /* interpreter */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.merge:(Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* v */
        start local 5 // org.objectweb.asm.tree.analysis.Value v
         6: .line 682
            aload 5 /* v */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 9
         7: .line 683
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aload 5 /* v */
            aastore
         8: .line 684
            iconst_1
            istore 3 /* changes */
        end local 5 // org.objectweb.asm.tree.analysis.Value v
         9: .line 680
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.top:I
            iadd
            if_icmplt 5
        end local 4 // int i
        11: .line 687
            iload 3 /* changes */
            ireturn
        end local 3 // boolean changes
        end local 2 // org.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 1 // org.objectweb.asm.tree.analysis.Frame frame
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   12     1        frame  Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;
            0   12     2  interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
            3   12     3      changes  Z
            4   11     4            i  I
            6    9     5            v  TV;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;)Z
    MethodParameters:
             Name  Flags
      frame        final
      interpreter  final

  public boolean merge(org.objectweb.asm.tree.analysis.Frame<? extends V>, );
    descriptor: (Lorg/objectweb/asm/tree/analysis/Frame;[Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.analysis.Frame frame
        start local 2 // boolean[] access
         0: .line 702
            iconst_0
            istore 3 /* changes */
        start local 3 // boolean changes
         1: .line 703
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 704
      StackMap locals: int int
      StackMap stack:
            aload 2 /* access */
            iload 4 /* i */
            baload
            ifne 6
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
         4: .line 705
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            aastore
         5: .line 706
            iconst_1
            istore 3 /* changes */
         6: .line 703
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.locals:I
            if_icmplt 3
        end local 4 // int i
         8: .line 709
            iload 3 /* changes */
            ireturn
        end local 3 // boolean changes
        end local 2 // boolean[] access
        end local 1 // org.objectweb.asm.tree.analysis.Frame frame
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    9     1    frame  Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;
            0    9     2   access  [Z
            1    9     3  changes  Z
            2    8     4        i  I
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;[Z)Z
    MethodParameters:
        Name  Flags
      frame   final
      access  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
         0: .line 719
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* b */
        start local 1 // java.lang.StringBuffer b
         1: .line 720
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 721
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 1 /* b */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
         4: .line 720
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocals:()I
            if_icmplt 3
        end local 2 // int i
         6: .line 723
            aload 1 /* b */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 724
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 725
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getStack:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 724
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getStackSize:()I
            if_icmplt 9
        end local 2 // int i
        12: .line 727
            aload 1 /* b */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer b
        end local 0 // org.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            1   13     1     b  Ljava/lang/StringBuffer;
            2    6     2     i  I
            8   12     2     i  I
}
Signature: <V::Lorg/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;
SourceFile: "Frame.java"