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: 188
                   20: 188
                   21: 4
                   22: 4
                   23: 4
                   24: 4
                   25: 4
                   26: 188
                   27: 188
                   28: 188
                   29: 188
                   30: 188
                   31: 188
                   32: 188
                   33: 188
                   34: 188
                   35: 188
                   36: 188
                   37: 188
                   38: 188
                   39: 188
                   40: 188
                   41: 188
                   42: 188
                   43: 188
                   44: 188
                   45: 188
                   46: 129
                   47: 129
                   48: 129
                   49: 129
                   50: 129
                   51: 129
                   52: 129
                   53: 129
                   54: 6
                   55: 6
                   56: 6
                   57: 6
                   58: 6
                   59: 188
                   60: 188
                   61: 188
                   62: 188
                   63: 188
                   64: 188
                   65: 188
                   66: 188
                   67: 188
                   68: 188
                   69: 188
                   70: 188
                   71: 188
                   72: 188
                   73: 188
                   74: 188
                   75: 188
                   76: 188
                   77: 188
                   78: 188
                   79: 16
                   80: 16
                   81: 16
                   82: 16
                   83: 16
                   84: 16
                   85: 16
                   86: 16
                   87: 21
                   88: 23
                   89: 25
                   90: 31
                   91: 39
                   92: 55
                   93: 68
                   94: 87
                   95: 122
                   96: 129
                   97: 129
                   98: 129
                   99: 129
                  100: 129
                  101: 129
                  102: 129
                  103: 129
                  104: 129
                  105: 129
                  106: 129
                  107: 129
                  108: 129
                  109: 129
                  110: 129
                  111: 129
                  112: 129
                  113: 129
                  114: 129
                  115: 129
                  116: 133
                  117: 133
                  118: 133
                  119: 133
                  120: 129
                  121: 129
                  122: 129
                  123: 129
                  124: 129
                  125: 129
                  126: 129
                  127: 129
                  128: 129
                  129: 129
                  130: 129
                  131: 129
                  132: 135
                  133: 138
                  134: 138
                  135: 138
                  136: 138
                  137: 138
                  138: 138
                  139: 138
                  140: 138
                  141: 138
                  142: 138
                  143: 138
                  144: 138
                  145: 138
                  146: 138
                  147: 138
                  148: 129
                  149: 129
                  150: 129
                  151: 129
                  152: 129
                  153: 140
                  154: 140
                  155: 140
                  156: 140
                  157: 140
                  158: 140
                  159: 142
                  160: 142
                  161: 142
                  162: 142
                  163: 142
                  164: 142
                  165: 142
                  166: 142
                  167: 146
                  168: 147
                  169: 149
                  170: 150
                  171: 150
                  172: 152
                  173: 152
                  174: 152
                  175: 152
                  176: 152
                  177: 156
                  178: 158
                  179: 160
                  180: 162
                  181: 142
                  182: 164
                  183: 164
                  184: 164
                  185: 164
                  186: 166
                  187: 168
                  188: 170
                  189: 170
                  190: 170
                  191: 172
                  192: 174
                  193: 174
                  194: 176
                  195: 176
                  196: 188
                  197: 178
                  198: 186
                  199: 186
              default: 188
          }
         1: .line 264
      StackMap locals:
      StackMap stack:
            goto 189
         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 189
         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 189
         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 189
        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 189
            aload 8 /* local */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 189
        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 189
        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 189
        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 189
        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 189
            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 189
        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 189
        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 189
        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 54
        41: .line 354
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        42: .line 355
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 50
        43: .line 356
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        44: .line 357
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 54
        45: .line 358
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        46: .line 359
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        47: .line 360
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        48: .line 361
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        49: .line 362
            goto 189
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        50: .line 365
      StackMap locals: org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        51: .line 366
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        52: .line 367
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        53: .line 368
            goto 189
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        54: .line 371
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP_X2"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        55: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        56: .line 374
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 64
        57: .line 375
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        58: .line 376
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 67
        59: .line 377
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        60: .line 378
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        61: .line 379
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        62: .line 380
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        63: .line 381
            goto 189
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        64: .line 384
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        65: .line 385
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        66: .line 386
            goto 189
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        67: .line 388
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        68: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        69: .line 391
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 80
        70: .line 392
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        71: .line 393
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 86
        72: .line 394
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        73: .line 395
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 86
        74: .line 396
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        75: .line 397
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        76: .line 398
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        77: .line 399
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        78: .line 400
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        79: .line 401
            goto 189
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        80: .line 405
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        81: .line 406
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 86
        82: .line 407
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        83: .line 408
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        84: .line 409
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        85: .line 410
            goto 189
        86: .line 413
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2_X1"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
        87: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
        88: .line 416
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 108
        89: .line 417
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
        90: .line 418
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 121
        91: .line 419
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
        92: .line 420
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 102
        93: .line 421
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 6 /* value4 */
        start local 6 // org.objectweb.asm.tree.analysis.Value value4
        94: .line 422
            aload 6 /* value4 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 121
        95: .line 423
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        96: .line 424
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        97: .line 425
            aload 0 /* this */
            aload 6 /* value4 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        98: .line 426
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
        99: .line 427
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       100: .line 428
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       101: .line 429
            goto 189
        end local 6 // org.objectweb.asm.tree.analysis.Value value4
       102: .line 432
      StackMap locals: org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       103: .line 433
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       104: .line 434
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       105: .line 435
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       106: .line 436
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       107: .line 437
            goto 189
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
       108: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       109: .line 442
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 117
       110: .line 443
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.objectweb.asm.tree.analysis.Value value3
       111: .line 444
            aload 5 /* value3 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 121
       112: .line 445
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       113: .line 446
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       114: .line 447
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       115: .line 448
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       116: .line 449
            goto 189
        end local 5 // org.objectweb.asm.tree.analysis.Value value3
       117: .line 452
      StackMap locals: org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       118: .line 453
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       119: .line 454
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       120: .line 455
            goto 189
       121: .line 458
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2_X2"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       122: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       123: .line 461
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       124: .line 462
            aload 3 /* value1 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 125
            aload 4 /* value2 */
            invokeinterface org.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 126
       125: .line 463
      StackMap locals: org.objectweb.asm.tree.analysis.Value org.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of SWAP"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       126: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       127: .line 466
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       128: .line 467
            goto 189
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       129: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       130: .line 514
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       131: .line 515
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       132: .line 516
            goto 189
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       133: .line 521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       134: .line 522
            goto 189
       135: .line 524
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.IincInsnNode
            getfield org.objectweb.asm.tree.IincInsnNode.var:I
            istore 7 /* var */
        start local 7 // int var
       136: .line 525
            aload 0 /* this */
            iload 7 /* var */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            iload 7 /* var */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
       137: .line 526
            goto 189
        end local 7 // int var
       138: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       139: .line 543
            goto 189
       140: .line 550
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       141: .line 551
            goto 189
       142: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.objectweb.asm.tree.analysis.Value value2
       143: .line 562
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       144: .line 563
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       145: .line 564
            goto 189
        end local 4 // org.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       146: .line 566
      StackMap locals:
      StackMap stack:
            goto 189
       147: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       148: .line 569
            goto 189
       149: .line 571
      StackMap locals:
      StackMap stack:
            goto 189
       150: .line 574
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       151: .line 575
            goto 189
       152: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.objectweb.asm.tree.analysis.Value value1
       153: .line 582
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       154: .line 583
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.returnOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)V
       155: .line 584
            goto 189
        end local 3 // org.objectweb.asm.tree.analysis.Value value1
       156: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/objectweb/asm/tree/analysis/Value;
            ifnull 189
       157: .line 587
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Incompatible return type"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       158: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       159: .line 592
            goto 189
       160: .line 594
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            pop
       161: .line 595
            goto 189
       162: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.pop:()Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       163: .line 598
            goto 189
       164: .line 603
      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
       165: .line 604
            goto 189
       166: .line 606
      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
       167: .line 607
            goto 189
       168: .line 609
      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
       169: .line 610
            goto 189
       170: .line 614
      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
       171: .line 615
            goto 189
       172: .line 617
      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
       173: .line 618
            goto 189
       174: .line 621
      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
       175: .line 622
            goto 189
       176: .line 625
      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
       177: .line 626
            goto 189
       178: .line 628
      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
       179: .line 629
            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
       180: goto 183
       181: .line 630
      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
       182: .line 629
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
       183: iload 9 /* i */
            ifgt 181
        end local 9 // int i
       184: .line 632
            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
       185: .line 633
            goto 189
        end local 8 // java.util.List valueList
       186: .line 636
      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
       187: .line 637
            goto 189
       188: .line 639
      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
       189: .line 641
      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  190     0         this  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0  190     1         insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0  190     2  interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
            7   16     3       value1  TV;
           19   21     3       value1  TV;
           26   31     3       value1  TV;
           32   39     3       value1  TV;
           40   55     3       value1  TV;
           56   68     3       value1  TV;
           69   87     3       value1  TV;
           88  122     3       value1  TV;
          124  129     3       value1  TV;
          131  133     3       value1  TV;
          144  146     3       value1  TV;
          153  156     3       value1  TV;
           18   21     4       value2  TV;
           33   39     4       value2  TV;
           42   54     4       value2  TV;
           58   64     4       value2  TV;
           67   68     4       value2  TV;
           71   80     4       value2  TV;
           81   87     4       value2  TV;
           90  108     4       value2  TV;
          109  122     4       value2  TV;
          123  129     4       value2  TV;
          130  133     4       value2  TV;
          143  146     4       value2  TV;
           17   21     5       value3  TV;
           44   50     5       value3  TV;
           73   80     5       value3  TV;
           92  108     5       value3  TV;
          111  117     5       value3  TV;
           94  102     6       value4  TV;
            8   16     7          var  I
          136  138     7          var  I
           13   15     8        local  Lorg/objectweb/asm/tree/analysis/Value;
          179  186     8    valueList  Ljava/util/List<TV;>;
          180  184     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 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 646
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* valueList */
        start local 4 // java.util.ArrayList valueList
         1: .line 647
            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 648
      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 647
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            ifgt 3
        end local 5 // int i
         6: .line 650
            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 651
            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 653
      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 654
            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 655
            goto 12
        11: .line 656
      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 658
      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 671
            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 672
            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 674
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         3: .line 675
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 10
         5: .line 676
      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 677
            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 678
            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 679
            iconst_1
            istore 3 /* changed */
        end local 5 // org.objectweb.asm.tree.analysis.Value v
         9: .line 675
      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 682
            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 697
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         1: .line 698
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 699
      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 700
            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 701
            iconst_1
            istore 3 /* changed */
         6: .line 698
      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 704
            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 714
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 715
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 716
      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 715
            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 718
            aload 1 /* stringBuilder */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         7: .line 719
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 720
      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 719
            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 722
            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"