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 nLocals;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int nStack;
    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 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            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 78
            aload 0 /* this */
            iload 1 /* nLocals */
            putfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
         3: .line 79
            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 frame
         0: .line 87
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            arraylength
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            isub
            invokespecial org.objectweb.asm.tree.analysis.Frame.<init>:(II)V
         1: .line 88
            aload 0 /* this */
            aload 1 /* frame */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.init:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            pop
         2: .line 89
            return
        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    3     0   this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    3     1  frame  Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;)V
    MethodParameters:
       Name  Flags
      frame  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 frame
         0: .line 98
            aload 0 /* this */
            aload 1 /* frame */
            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 99
            aload 1 /* frame */
            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 100
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            putfield org.objectweb.asm.tree.analysis.Frame.nStack:I
         3: .line 101
            aload 0 /* this */
            areturn
        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    4     0   this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    4     1  frame  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
      frame  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 111
            aload 0 /* this */
            aload 1 /* v */
            putfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
         1: .line 112
            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 120
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals: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 int getMaxStackSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
         0: .line 129
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            arraylength
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            isub
            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 index
         0: .line 140
            iload 1 /* index */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            if_icmplt 2
         1: .line 141
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Trying to access an inexistant local variable"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        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  index  I
    Signature: (I)TV;
    MethodParameters:
       Name  Flags
      index  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 index
        start local 2 // org.objectweb.asm.tree.analysis.Value value
         0: .line 154
            iload 1 /* index */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            if_icmplt 2
         1: .line 155
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Trying to access an inexistant local variable "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            iload 1 /* index */
            aload 2 /* value */
            aastore
         3: .line 158
            return
        end local 2 // org.objectweb.asm.tree.analysis.Value value
        end local 1 // int index
        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  index  I
            0    4     2  value  TV;
    Signature: (ITV;)V
    MethodParameters:
       Name  Flags
      index  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 167
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nStack: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 index
         0: .line 178
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            iload 1 /* index */
            iadd
            aaload
            areturn
        end local 1 // int index
        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  index  I
    Signature: (I)TV;
    MethodParameters:
       Name  Flags
      index  final

  public void setStack(int, );
    descriptor: (ILorg/objectweb/asm/tree/analysis/Value;)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 index
        start local 2 // org.objectweb.asm.tree.analysis.Value value
         0: .line 189
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            iload 1 /* index */
            iadd
            aload 2 /* value */
            aastore
         1: .line 190
            return
        end local 2 // org.objectweb.asm.tree.analysis.Value value
        end local 1 // int index
        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  index  I
            0    2     2  value  TV;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    Signature: (ITV;)V
    MethodParameters:
       Name  Flags
      index  final
      value  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 194
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.tree.analysis.Frame.nStack:I
         1: .line 195
            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=5, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
         0: .line 204
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            ifne 2
         1: .line 205
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Cannot pop operand off an empty stack."
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            iconst_1
            isub
            dup_x1
            putfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            iadd
            aaload
            areturn
        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;>;
    Signature: ()TV;

  public void push();
    descriptor: (Lorg/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, 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 217
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            arraylength
            if_icmplt 2
         1: .line 218
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Insufficient maximum stack size."
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nLocals:I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            iadd
            aload 1 /* value */
            aastore
         3: .line 221
            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    4     0   this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0    4     1  value  TV;
    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: 210
                   20: 210
                   21: 4
                   22: 4
                   23: 4
                   24: 4
                   25: 4
                   26: 210
                   27: 210
                   28: 210
                   29: 210
                   30: 210
                   31: 210
                   32: 210
                   33: 210
                   34: 210
                   35: 210
                   36: 210
                   37: 210
                   38: 210
                   39: 210
                   40: 210
                   41: 210
                   42: 210
                   43: 210
                   44: 210
                   45: 210
                   46: 129
                   47: 129
                   48: 129
                   49: 129
                   50: 129
                   51: 129
                   52: 129
                   53: 129
                   54: 6
                   55: 6
                   56: 6
                   57: 6
                   58: 6
                   59: 210
                   60: 210
                   61: 210
                   62: 210
                   63: 210
                   64: 210
                   65: 210
                   66: 210
                   67: 210
                   68: 210
                   69: 210
                   70: 210
                   71: 210
                   72: 210
                   73: 210
                   74: 210
                   75: 210
                   76: 210
                   77: 210
                   78: 210
                   79: 16
                   80: 16
                   81: 16
                   82: 16
                   83: 16
                   84: 16
                   85: 16
                   86: 16
                   87: 21
                   88: 23
                   89: 25
                   90: 31
                   91: 39
                   92: 55
                   93: 68
                   94: 87
                   95: 122
                   96: 129
                   97: 129
                   98: 129
                   99: 129
                  100: 129
                  101: 129
                  102: 129
                  103: 129
                  104: 129
                  105: 129
                  106: 129
                  107: 129
                  108: 129
                  109: 129
                  110: 129
                  111: 129
                  112: 129
                  113: 129
                  114: 129
                  115: 129
                  116: 133
                  117: 133
                  118: 133
                  119: 133
                  120: 129
                  121: 129
                  122: 129
                  123: 129
                  124: 129
                  125: 129
                  126: 129
                  127: 129
                  128: 129
                  129: 129
                  130: 129
                  131: 129
                  132: 135
                  133: 138
                  134: 138
                  135: 138
                  136: 138
                  137: 138
                  138: 138
                  139: 138
                  140: 138
                  141: 138
                  142: 138
                  143: 138
                  144: 138
                  145: 138
                  146: 138
                  147: 138
                  148: 129
                  149: 129
                  150: 129
                  151: 129
                  152: 129
                  153: 140
                  154: 140
                  155: 140
                  156: 140
                  157: 140
                  158: 140
                  159: 142
                  160: 142
                  161: 142
                  162: 142
                  163: 142
                  164: 142
                  165: 142
                  166: 142
                  167: 146
                  168: 147
                  169: 149
                  170: 150
                  171: 150
                  172: 152
                  173: 152
                  174: 152
                  175: 152
                  176: 152
                  177: 156
                  178: 158
                  179: 160
                  180: 162
                  181: 142
                  182: 164
                  183: 164
                  184: 164
                  185: 164
                  186: 178
                  187: 190
                  188: 192
                  189: 192
                  190: 192
                  191: 194
                  192: 196
                  193: 196
                  194: 198
                  195: 198
                  196: 210
                  197: 200
                  198: 208
                  199: 208
              default: 210
          }
         1: .line 241
      StackMap locals:
      StackMap stack:
            goto 211
         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 211
         4: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            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;
            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
         5: .line 268
            goto 211
         6: .line 274
      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
         7: .line 275
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.VarInsnNode
            getfield org.objectweb.asm.tree.VarInsnNode.var:I
            istore 7 /* var */
        start local 7 // int var
         8: .line 276
            aload 0 /* this */
            iload 7 /* var */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
         9: .line 277
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 11
        10: .line 278
            aload 0 /* this */
            iload 7 /* var */
            iconst_1
            iadd
            aload 2 /* interpreter */
            iload 7 /* var */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        11: .line 280
      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 int
      StackMap stack:
            iload 7 /* var */
            ifle 211
        12: .line 281
            aload 0 /* this */
            iload 7 /* var */
            iconst_1
            isub
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/objectweb/asm/tree/analysis/Value;
            astore 8 /* local */
        start local 8 // org.objectweb.asm.tree.analysis.Value local
        13: .line 282
            aload 8 /* local */
            ifnull 211
            aload 8 /* local */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 211
        14: .line 283
            aload 0 /* this */
            iload 7 /* var */
            iconst_1
            isub
            aload 2 /* interpreter */
            iload 7 /* var */
            iconst_1
            isub
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        end local 8 // org.objectweb.asm.tree.analysis.Value local
        15: .line 286
            goto 211
        end local 7 // int var
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        16: .line 295
      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
        17: .line 296
            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
        18: .line 297
            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
        19: .line 298
            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
        20: .line 299
            goto 211
        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
        21: .line 301
      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 211
        22: .line 302
            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
        23: .line 306
      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 211
            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 211
        24: .line 307
            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
        25: .line 311
      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
        26: .line 312
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 28
        27: .line 313
            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
        28: .line 315
      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
        29: .line 316
            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
        30: .line 317
            goto 211
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        31: .line 319
      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
        32: .line 320
            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
        33: .line 321
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 34
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 35
        34: .line 322
      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
        35: .line 324
      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
        36: .line 325
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        37: .line 326
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        38: .line 327
            goto 211
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        39: .line 329
      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
        40: .line 330
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 54
        41: .line 331
            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
        42: .line 332
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 50
        43: .line 333
            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
        44: .line 334
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 54
        45: .line 335
            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
        46: .line 336
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        47: .line 337
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        48: .line 338
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        49: .line 339
            goto 211
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        50: .line 342
      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
        51: .line 343
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        52: .line 344
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        53: .line 345
            goto 211
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        54: .line 348
      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
        55: .line 350
      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
        56: .line 351
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 64
        57: .line 352
            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
        58: .line 353
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 67
        59: .line 354
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        60: .line 355
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        61: .line 356
            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
        62: .line 357
            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
        63: .line 358
            goto 211
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        64: .line 361
      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
        65: .line 362
            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
        66: .line 363
            goto 211
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        67: .line 365
      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
        68: .line 367
      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
        69: .line 368
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 80
        70: .line 369
            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
        71: .line 370
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 86
        72: .line 371
            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
        73: .line 372
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 86
        74: .line 373
            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
        75: .line 374
            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
        76: .line 375
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        77: .line 376
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        78: .line 377
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        79: .line 378
            goto 211
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        80: .line 382
      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
        81: .line 383
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 86
        82: .line 384
            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 385
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        84: .line 386
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        85: .line 387
            goto 211
        86: .line 390
      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
        87: .line 392
      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
        88: .line 393
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 108
        89: .line 394
            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
        90: .line 395
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 121
        91: .line 396
            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
        92: .line 397
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 102
        93: .line 398
            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
        94: .line 399
            aload 6 /* value4 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 121
        95: .line 400
            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
        96: .line 401
            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
        97: .line 402
            aload 0 /* this */
            aload 6 /* value4 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        98: .line 403
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        99: .line 404
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       100: .line 405
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       101: .line 406
            goto 211
        end local 6 // org.objectweb.asm.tree.analysis.Value value4
       102: .line 409
      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
       103: .line 410
            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 411
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       105: .line 412
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       106: .line 413
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       107: .line 414
            goto 211
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
       108: .line 418
      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
       109: .line 419
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 117
       110: .line 420
            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
       111: .line 421
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 121
       112: .line 422
            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
       113: .line 423
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       114: .line 424
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       115: .line 425
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       116: .line 426
            goto 211
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
       117: .line 429
      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
       118: .line 430
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       119: .line 431
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       120: .line 432
            goto 211
       121: .line 435
      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
       122: .line 437
      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
       123: .line 438
            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
       124: .line 439
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 125
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 126
       125: .line 440
      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
       126: .line 442
      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
       127: .line 443
            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
       128: .line 444
            goto 211
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       129: .line 490
      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 491
            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 492
            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
       132: .line 493
            goto 211
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       133: .line 498
      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
       134: .line 499
            goto 211
       135: .line 501
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.IincInsnNode
            getfield org.objectweb.asm.tree.IincInsnNode.var:I
            istore 7 /* var */
        start local 7 // int var
       136: .line 502
            aload 0 /* this */
            iload 7 /* var */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            iload 7 /* 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
       137: .line 503
            goto 211
        end local 7 // int var
       138: .line 519
      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
       139: .line 520
            goto 211
       140: .line 527
      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
       141: .line 528
            goto 211
       142: .line 538
      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 539
            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 540
            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
       145: .line 541
            goto 211
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       146: .line 543
      StackMap locals:
      StackMap stack:
            goto 211
       147: .line 545
      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
       148: .line 546
            goto 211
       149: .line 548
      StackMap locals:
      StackMap stack:
            goto 211
       150: .line 551
      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
       151: .line 552
            goto 211
       152: .line 558
      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
       153: .line 559
            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
       154: .line 560
            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
       155: .line 561
            goto 211
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       156: .line 563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
            ifnull 211
       157: .line 564
            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
       158: .line 568
      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
       159: .line 569
            goto 211
       160: .line 571
      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
       161: .line 572
            goto 211
       162: .line 574
      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
       163: .line 575
            goto 211
       164: .line 581
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* valueList */
        start local 8 // java.util.List valueList
       165: .line 582
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.MethodInsnNode
            getfield org.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
            astore 9 /* methodDescriptor */
        start local 9 // java.lang.String methodDescriptor
       166: .line 583
            aload 9 /* methodDescriptor */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            istore 10 /* i */
        start local 10 // int i
       167: goto 170
       168: .line 584
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter top top top top top java.util.List java.lang.String int
      StackMap stack:
            aload 8 /* valueList */
            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
       169: .line 583
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
       170: iload 10 /* i */
            ifgt 168
        end local 10 // int i
       171: .line 586
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 184
            if_icmpeq 173
       172: .line 587
            aload 8 /* valueList */
            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
       173: .line 589
      StackMap locals:
      StackMap stack:
            aload 9 /* methodDescriptor */
            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 176
       174: .line 590
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 8 /* valueList */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       175: .line 591
            goto 211
       176: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 8 /* valueList */
            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
       177: .line 594
            goto 211
        end local 9 // java.lang.String methodDescriptor
        end local 8 // java.util.List valueList
       178: .line 598
      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 8 /* valueList */
        start local 8 // java.util.List valueList
       179: .line 599
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.InvokeDynamicInsnNode
            getfield org.objectweb.asm.tree.InvokeDynamicInsnNode.desc:Ljava/lang/String;
            astore 9 /* methodDesccriptor */
        start local 9 // java.lang.String methodDesccriptor
       180: .line 600
            aload 9 /* methodDesccriptor */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            istore 10 /* i */
        start local 10 // int i
       181: goto 184
       182: .line 601
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter top top top top top java.util.List java.lang.String int
      StackMap stack:
            aload 8 /* valueList */
            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
       183: .line 600
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
       184: iload 10 /* i */
            ifgt 182
        end local 10 // int i
       185: .line 603
            aload 9 /* methodDesccriptor */
            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 188
       186: .line 604
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 8 /* valueList */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       187: .line 605
            goto 211
       188: .line 606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 8 /* valueList */
            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
       189: .line 608
            goto 211
        end local 9 // java.lang.String methodDesccriptor
        end local 8 // java.util.List valueList
       190: .line 611
      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
       191: .line 612
            goto 211
       192: .line 616
      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
       193: .line 617
            goto 211
       194: .line 619
      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
       195: .line 620
            goto 211
       196: .line 623
      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
       197: .line 624
            goto 211
       198: .line 627
      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
       199: .line 628
            goto 211
       200: .line 630
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* valueList */
        start local 8 // java.util.List valueList
       201: .line 631
            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
       202: goto 205
       203: .line 632
      StackMap locals: org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.analysis.Interpreter top top top top top java.util.List int
      StackMap stack:
            aload 8 /* valueList */
            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
       204: .line 631
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
       205: iload 9 /* i */
            ifgt 203
        end local 9 // int i
       206: .line 634
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 8 /* valueList */
            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
       207: .line 635
            goto 211
        end local 8 // java.util.List valueList
       208: .line 638
      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
       209: .line 639
            goto 211
       210: .line 641
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            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 org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       211: .line 643
      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  212     0               this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0  212     1               insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0  212     2        interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
            7   16     3             value1  TV;
           19   21     3             value1  TV;
           26   31     3             value1  TV;
           32   39     3             value1  TV;
           40   55     3             value1  TV;
           56   68     3             value1  TV;
           69   87     3             value1  TV;
           88  122     3             value1  TV;
          124  129     3             value1  TV;
          131  133     3             value1  TV;
          144  146     3             value1  TV;
          153  156     3             value1  TV;
           18   21     4             value2  TV;
           33   39     4             value2  TV;
           42   54     4             value2  TV;
           58   64     4             value2  TV;
           67   68     4             value2  TV;
           71   80     4             value2  TV;
           81   87     4             value2  TV;
           90  108     4             value2  TV;
          109  122     4             value2  TV;
          123  129     4             value2  TV;
          130  133     4             value2  TV;
          143  146     4             value2  TV;
           17   21     5             value3  TV;
           44   50     5             value3  TV;
           73   80     5             value3  TV;
           92  108     5             value3  TV;
          111  117     5             value3  TV;
           94  102     6             value4  TV;
            8   16     7                var  I
          136  138     7                var  I
           13   15     8              local  Lorg/objectweb/asm/tree/analysis/Value;
          165  178     8          valueList  Ljava/util/List<TV;>;
          166  178     9   methodDescriptor  Ljava/lang/String;
          167  171    10                  i  I
          179  190     8          valueList  Ljava/util/List<TV;>;
          180  190     9  methodDesccriptor  Ljava/lang/String;
          181  185    10                  i  I
          201  208     8          valueList  Ljava/util/List<TV;>;
          202  206     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 656
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            if_icmpeq 2
         1: .line 657
            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 659
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         3: .line 660
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 10
         5: .line 661
      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 662
            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 663
            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 664
            iconst_1
            istore 3 /* changed */
        end local 5 // org.objectweb.asm.tree.analysis.Value v
         9: .line 660
      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.nLocals:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.nStack:I
            iadd
            if_icmplt 5
        end local 4 // int i
        11: .line 667
            iload 3 /* changed */
            ireturn
        end local 3 // boolean changed
        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      changed  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[] localsUsed
         0: .line 682
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         1: .line 683
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 684
      StackMap locals: int int
      StackMap stack:
            aload 2 /* localsUsed */
            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 685
            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 686
            iconst_1
            istore 3 /* changed */
         6: .line 683
      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.nLocals:I
            if_icmplt 3
        end local 4 // int i
         8: .line 689
            iload 3 /* changed */
            ireturn
        end local 3 // boolean changed
        end local 2 // boolean[] localsUsed
        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  localsUsed  [Z
            1    9     3     changed  Z
            2    8     4           i  I
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;[Z)Z
    MethodParameters:
            Name  Flags
      frame       final
      localsUsed  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 699
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 700
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 701
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* stringBuilder */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         4: .line 700
            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 703
            aload 1 /* stringBuilder */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         7: .line 704
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 705
      StackMap locals:
      StackMap stack:
            aload 1 /* stringBuilder */
            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.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 704
            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 707
            aload 1 /* stringBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder stringBuilder
        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  stringBuilder  Ljava/lang/StringBuilder;
            2    6     2              i  I
            8   12     2              i  I
}
Signature: <V::Lorg/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;
SourceFile: "Frame.java"