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

  private int numStack;
    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 numLocals
        start local 2 // int numStack
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            iload 1 /* numLocals */
            iload 2 /* numStack */
            iadd
            anewarray org.objectweb.asm.tree.analysis.Value
            putfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
         2: .line 79
            aload 0 /* this */
            iload 1 /* numLocals */
            putfield org.objectweb.asm.tree.analysis.Frame.numLocals:I
         3: .line 80
            return
        end local 2 // int numStack
        end local 1 // int numLocals
        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  numLocals  I
            0    4     2   numStack  I
    MethodParameters:
           Name  Flags
      numLocals  final
      numStack   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 88
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.numLocals: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.numLocals:I
            isub
            invokespecial org.objectweb.asm.tree.analysis.Frame.<init>:(II)V
         1: .line 89
            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 90
            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 99
            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 100
            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 101
            aload 0 /* this */
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            putfield org.objectweb.asm.tree.analysis.Frame.numStack:I
         3: .line 102
            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 initJumpTarget(int, org.objectweb.asm.tree.LabelNode);
    descriptor: (ILorg/objectweb/asm/tree/LabelNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.tree.LabelNode target
         0: .line 125
            return
        end local 2 // org.objectweb.asm.tree.LabelNode target
        end local 1 // int opcode
        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  opcode  I
            0    1     2  target  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
        Name  Flags
      opcode  final
      target  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 134
            aload 0 /* this */
            aload 1 /* v */
            putfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
         1: .line 135
            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 143
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numLocals: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 152
            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.numLocals: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=5, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // int index
         0: .line 163
            iload 1 /* index */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numLocals:I
            if_icmplt 2
         1: .line 164
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Trying to get 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 166
      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 177
            iload 1 /* index */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numLocals:I
            if_icmplt 2
         1: .line 178
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Trying to set 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 180
      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 181
            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 190
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numStack: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 201
            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.numLocals: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 212
            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.numLocals:I
            iload 1 /* index */
            iadd
            aload 2 /* value */
            aastore
         1: .line 213
            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;
    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 217
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.tree.analysis.Frame.numStack:I
         1: .line 218
            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 227
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            ifne 2
         1: .line 228
            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 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.values:[Lorg/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numLocals:I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            iconst_1
            isub
            dup_x1
            putfield org.objectweb.asm.tree.analysis.Frame.numStack: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 240
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numLocals:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numStack: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 241
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Insufficient maximum stack size."
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 243
      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.numLocals:I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            iadd
            aload 1 /* value */
            aastore
         3: .line 244
            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=10, 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 262
            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: 165
                   20: 165
                   21: 4
                   22: 4
                   23: 4
                   24: 4
                   25: 4
                   26: 165
                   27: 165
                   28: 165
                   29: 165
                   30: 165
                   31: 165
                   32: 165
                   33: 165
                   34: 165
                   35: 165
                   36: 165
                   37: 165
                   38: 165
                   39: 165
                   40: 165
                   41: 165
                   42: 165
                   43: 165
                   44: 165
                   45: 165
                   46: 106
                   47: 106
                   48: 106
                   49: 106
                   50: 106
                   51: 106
                   52: 106
                   53: 106
                   54: 6
                   55: 6
                   56: 6
                   57: 6
                   58: 6
                   59: 165
                   60: 165
                   61: 165
                   62: 165
                   63: 165
                   64: 165
                   65: 165
                   66: 165
                   67: 165
                   68: 165
                   69: 165
                   70: 165
                   71: 165
                   72: 165
                   73: 165
                   74: 165
                   75: 165
                   76: 165
                   77: 165
                   78: 165
                   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: 43
                   93: 56
                   94: 75
                   95: 99
                   96: 106
                   97: 106
                   98: 106
                   99: 106
                  100: 106
                  101: 106
                  102: 106
                  103: 106
                  104: 106
                  105: 106
                  106: 106
                  107: 106
                  108: 106
                  109: 106
                  110: 106
                  111: 106
                  112: 106
                  113: 106
                  114: 106
                  115: 106
                  116: 110
                  117: 110
                  118: 110
                  119: 110
                  120: 106
                  121: 106
                  122: 106
                  123: 106
                  124: 106
                  125: 106
                  126: 106
                  127: 106
                  128: 106
                  129: 106
                  130: 106
                  131: 106
                  132: 112
                  133: 115
                  134: 115
                  135: 115
                  136: 115
                  137: 115
                  138: 115
                  139: 115
                  140: 115
                  141: 115
                  142: 115
                  143: 115
                  144: 115
                  145: 115
                  146: 115
                  147: 115
                  148: 106
                  149: 106
                  150: 106
                  151: 106
                  152: 106
                  153: 117
                  154: 117
                  155: 117
                  156: 117
                  157: 117
                  158: 117
                  159: 119
                  160: 119
                  161: 119
                  162: 119
                  163: 119
                  164: 119
                  165: 119
                  166: 119
                  167: 123
                  168: 124
                  169: 126
                  170: 127
                  171: 127
                  172: 129
                  173: 129
                  174: 129
                  175: 129
                  176: 129
                  177: 133
                  178: 135
                  179: 137
                  180: 139
                  181: 119
                  182: 141
                  183: 141
                  184: 141
                  185: 141
                  186: 143
                  187: 145
                  188: 147
                  189: 147
                  190: 147
                  191: 149
                  192: 151
                  193: 151
                  194: 153
                  195: 153
                  196: 165
                  197: 155
                  198: 163
                  199: 163
              default: 165
          }
         1: .line 264
      StackMap locals:
      StackMap stack:
            goto 166
         2: .line 283
      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 284
            goto 166
         4: .line 290
      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 291
            goto 166
         6: .line 297
      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 298
            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 299
            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 300
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 11
        10: .line 301
            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 303
      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 166
        12: .line 304
            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 305
            aload 8 /* local */
            ifnull 166
            aload 8 /* local */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 166
        14: .line 306
            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 309
            goto 166
        end local 7 // int var
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        16: .line 318
      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 319
            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 320
            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 321
            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 322
            goto 166
        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 324
      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 166
        22: .line 325
            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 329
      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 166
            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 166
        24: .line 330
            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 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        26: .line 335
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 28
        27: .line 336
            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 338
      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 339
            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 340
            goto 166
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        31: .line 342
      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 343
            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 344
            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 345
      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 347
      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 348
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        37: .line 349
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        38: .line 350
            goto 166
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        39: .line 352
      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 353
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 42
            aload 0 /* this */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 2 /* interpreter */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.executeDupX2:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
            ifeq 42
        41: .line 354
            goto 166
        42: .line 356
      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 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
        43: .line 358
      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
        44: .line 359
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 52
        45: .line 360
            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
        46: .line 361
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 55
        47: .line 362
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        48: .line 363
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        49: .line 364
            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
        50: .line 365
            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 366
            goto 166
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        52: .line 369
      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
        53: .line 370
            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
        54: .line 371
            goto 166
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        55: .line 373
      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
        56: .line 375
      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
        57: .line 376
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 68
        58: .line 377
            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
        59: .line 378
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 74
        60: .line 379
            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
        61: .line 380
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 74
        62: .line 381
            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
        63: .line 382
            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
        64: .line 383
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        65: .line 384
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        66: .line 385
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        67: .line 386
            goto 166
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        68: .line 390
      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
        69: .line 391
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 74
        70: .line 392
            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
        71: .line 393
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        72: .line 394
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        73: .line 395
            goto 166
        74: .line 398
      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
        75: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        76: .line 401
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 96
        77: .line 402
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        78: .line 403
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 98
        79: .line 404
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        80: .line 405
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 90
        81: .line 406
            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
        82: .line 407
            aload 6 /* value4 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 98
        83: .line 408
            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
        84: .line 409
            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
        85: .line 410
            aload 0 /* this */
            aload 6 /* value4 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        86: .line 411
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        87: .line 412
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        88: .line 413
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        89: .line 414
            goto 166
        end local 6 // org.objectweb.asm.tree.analysis.Value value4
        90: .line 417
      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
        91: .line 418
            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
        92: .line 419
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        93: .line 420
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        94: .line 421
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        95: .line 422
            goto 166
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        96: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 2 /* interpreter */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.executeDupX2:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
            ifeq 98
        97: .line 426
            goto 166
        98: .line 428
      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 3 // org.objectweb.asm.tree.analysis.Value value1
        99: .line 430
      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
       100: .line 431
            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
       101: .line 432
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 102
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 103
       102: .line 433
      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
       103: .line 435
      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
       104: .line 436
            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
       105: .line 437
            goto 166
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       106: .line 483
      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
       107: .line 484
            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
       108: .line 485
            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
       109: .line 486
            goto 166
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       110: .line 491
      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
       111: .line 492
            goto 166
       112: .line 494
      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
       113: .line 495
            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
       114: .line 496
            goto 166
        end local 7 // int var
       115: .line 512
      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
       116: .line 513
            goto 166
       117: .line 520
      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
       118: .line 521
            goto 166
       119: .line 531
      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
       120: .line 532
            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
       121: .line 533
            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
       122: .line 534
            goto 166
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       123: .line 536
      StackMap locals:
      StackMap stack:
            goto 166
       124: .line 538
      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
       125: .line 539
            goto 166
       126: .line 541
      StackMap locals:
      StackMap stack:
            goto 166
       127: .line 544
      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
       128: .line 545
            goto 166
       129: .line 551
      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
       130: .line 552
            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
       131: .line 553
            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
       132: .line 554
            goto 166
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       133: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
            ifnull 166
       134: .line 557
            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
       135: .line 561
      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
       136: .line 562
            goto 166
       137: .line 564
      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
       138: .line 565
            goto 166
       139: .line 567
      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
       140: .line 568
            goto 166
       141: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.MethodInsnNode
            getfield org.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
            aload 2 /* interpreter */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.executeInvokeInsn:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Lorg/objectweb/asm/tree/analysis/Interpreter;)V
       142: .line 574
            goto 166
       143: .line 576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.InvokeDynamicInsnNode
            getfield org.objectweb.asm.tree.InvokeDynamicInsnNode.desc:Ljava/lang/String;
            aload 2 /* interpreter */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.executeInvokeInsn:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Lorg/objectweb/asm/tree/analysis/Interpreter;)V
       144: .line 577
            goto 166
       145: .line 579
      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
       146: .line 580
            goto 166
       147: .line 584
      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
       148: .line 585
            goto 166
       149: .line 587
      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
       150: .line 588
            goto 166
       151: .line 591
      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
       152: .line 592
            goto 166
       153: .line 595
      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
       154: .line 596
            goto 166
       155: .line 598
      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
       156: .line 599
            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
       157: goto 160
       158: .line 600
      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
       159: .line 599
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
       160: iload 9 /* i */
            ifgt 158
        end local 9 // int i
       161: .line 602
            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
       162: .line 603
            goto 166
        end local 8 // java.util.List valueList
       163: .line 606
      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
       164: .line 607
            goto 166
       165: .line 609
      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
       166: .line 611
      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  167     0         this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0  167     1         insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0  167     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   43     3       value1  TV;
           44   56     3       value1  TV;
           57   75     3       value1  TV;
           76   99     3       value1  TV;
          101  106     3       value1  TV;
          108  110     3       value1  TV;
          121  123     3       value1  TV;
          130  133     3       value1  TV;
           18   21     4       value2  TV;
           33   39     4       value2  TV;
           46   52     4       value2  TV;
           55   56     4       value2  TV;
           59   68     4       value2  TV;
           69   75     4       value2  TV;
           78   96     4       value2  TV;
          100  106     4       value2  TV;
          107  110     4       value2  TV;
          120  123     4       value2  TV;
           17   21     5       value3  TV;
           61   68     5       value3  TV;
           80   96     5       value3  TV;
           82   90     6       value4  TV;
            8   16     7          var  I
          113  115     7          var  I
           13   15     8        local  Lorg/objectweb/asm/tree/analysis/Value;
          156  163     8    valueList  Ljava/util/List<TV;>;
          157  161     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

  private boolean executeDupX2(org.objectweb.asm.tree.AbstractInsnNode, V, org.objectweb.asm.tree.analysis.Interpreter<V>);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        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.Value value1
        start local 3 // org.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 616
            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
         1: .line 617
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 9
         2: .line 618
            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
         3: .line 619
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 13
         4: .line 620
            aload 0 /* this */
            aload 3 /* interpreter */
            aload 1 /* insn */
            aload 2 /* 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
         5: .line 621
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
         6: .line 622
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
         7: .line 623
            aload 0 /* this */
            aload 2 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
         8: .line 624
            iconst_1
            ireturn
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
         9: .line 627
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 3 /* interpreter */
            aload 1 /* insn */
            aload 2 /* 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
        10: .line 628
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        11: .line 629
            aload 0 /* this */
            aload 2 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        12: .line 630
            iconst_1
            ireturn
        13: .line 632
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 2 // org.objectweb.asm.tree.analysis.Value value1
        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   14     0         this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     1         insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0   14     2       value1  TV;
            0   14     3  interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
            1   14     4       value2  TV;
            3    9     5       value3  TV;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Lorg/objectweb/asm/tree/AbstractInsnNode;TV;Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;)Z
    MethodParameters:
             Name  Flags
      insn         final
      value1       final
      interpreter  final

  private void executeInvokeInsn(org.objectweb.asm.tree.AbstractInsnNode, java.lang.String, org.objectweb.asm.tree.analysis.Interpreter<V>);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Lorg/objectweb/asm/tree/analysis/Interpreter;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // java.lang.String methodDescriptor
        start local 3 // org.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 638
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* valueList */
        start local 4 // java.util.ArrayList valueList
         1: .line 639
            aload 2 /* methodDescriptor */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 640
      StackMap locals: java.util.ArrayList int
      StackMap stack:
            aload 4 /* valueList */
            iconst_0
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual java.util.ArrayList.add:(ILjava/lang/Object;)V
         4: .line 639
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            ifgt 3
        end local 5 // int i
         6: .line 642
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 184
            if_icmpeq 8
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 186
            if_icmpeq 8
         7: .line 643
            aload 4 /* valueList */
            iconst_0
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual java.util.ArrayList.add:(ILjava/lang/Object;)V
         8: .line 645
      StackMap locals:
      StackMap stack:
            aload 2 /* 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 11
         9: .line 646
            aload 3 /* interpreter */
            aload 1 /* insn */
            aload 4 /* valueList */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
        10: .line 647
            goto 12
        11: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* interpreter */
            aload 1 /* insn */
            aload 4 /* 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
        12: .line 650
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.util.ArrayList valueList
        end local 3 // org.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 2 // java.lang.String methodDescriptor
        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   13     0              this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   13     1              insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0   13     2  methodDescriptor  Ljava/lang/String;
            0   13     3       interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
            1   13     4         valueList  Ljava/util/ArrayList<TV;>;
            2    6     5                 i  I
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;)V
    MethodParameters:
                  Name  Flags
      insn              final
      methodDescriptor  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 663
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            aload 1 /* frame */
            getfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            if_icmpeq 2
         1: .line 664
            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 666
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         3: .line 667
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 10
         5: .line 668
      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 669
            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 670
            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 671
            iconst_1
            istore 3 /* changed */
        end local 5 // org.objectweb.asm.tree.analysis.Value v
         9: .line 667
      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.numLocals:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.numStack:I
            iadd
            if_icmplt 5
        end local 4 // int i
        11: .line 674
            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 689
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         1: .line 690
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 691
      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 692
            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 693
            iconst_1
            istore 3 /* changed */
         6: .line 690
      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.numLocals:I
            if_icmplt 3
        end local 4 // int i
         8: .line 696
            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 706
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 707
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 708
      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 707
            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 710
            aload 1 /* stringBuilder */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         7: .line 711
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 712
      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 711
            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 714
            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"