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

  private org.glassfish.pfl.objectweb.asm.tree.analysis.Value[] values;
    descriptor: [Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  public void setReturn(org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value v
         0: .line 115
            aload 0 /* this */
            aload 1 /* v */
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
         1: .line 116
            return
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value v
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0    2     1     v  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    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.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
         0: .line 124
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.locals:I
            ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;

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

  public void setLocal(int, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
        start local 1 // int i
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
         0: .line 151
            iload 1 /* i */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.locals:I
            if_icmplt 2
         1: .line 152
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Trying to access an inexistant local variable "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* i */
            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 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 1 /* i */
            aload 2 /* value */
            aastore
         3: .line 155
            return
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        end local 1 // int i
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0    4     1      i  I
            0    4     2  value  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
       Name  Flags
      i      final
      value  final

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

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

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

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Value pop();
    descriptor: ()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
         0: .line 193
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.top:I
            ifne 2
         1: .line 194
            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 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.top:I
            iconst_1
            isub
            dup_x1
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.top:I
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.locals:I
            iadd
            aaload
            areturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException

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

  public void execute(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 220
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.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: 218
                   20: 218
                   21: 4
                   22: 4
                   23: 4
                   24: 4
                   25: 4
                   26: 218
                   27: 218
                   28: 218
                   29: 218
                   30: 218
                   31: 218
                   32: 218
                   33: 218
                   34: 218
                   35: 218
                   36: 218
                   37: 218
                   38: 218
                   39: 218
                   40: 218
                   41: 218
                   42: 218
                   43: 218
                   44: 218
                   45: 218
                   46: 8
                   47: 8
                   48: 8
                   49: 8
                   50: 8
                   51: 8
                   52: 8
                   53: 8
                   54: 12
                   55: 12
                   56: 12
                   57: 12
                   58: 12
                   59: 218
                   60: 218
                   61: 218
                   62: 218
                   63: 218
                   64: 218
                   65: 218
                   66: 218
                   67: 218
                   68: 218
                   69: 218
                   70: 218
                   71: 218
                   72: 218
                   73: 218
                   74: 218
                   75: 218
                   76: 218
                   77: 218
                   78: 218
                   79: 22
                   80: 22
                   81: 22
                   82: 22
                   83: 22
                   84: 22
                   85: 22
                   86: 22
                   87: 27
                   88: 29
                   89: 32
                   90: 38
                   91: 46
                   92: 62
                   93: 75
                   94: 94
                   95: 129
                   96: 136
                   97: 136
                   98: 136
                   99: 136
                  100: 136
                  101: 136
                  102: 136
                  103: 136
                  104: 136
                  105: 136
                  106: 136
                  107: 136
                  108: 136
                  109: 136
                  110: 136
                  111: 136
                  112: 136
                  113: 136
                  114: 136
                  115: 136
                  116: 140
                  117: 140
                  118: 140
                  119: 140
                  120: 142
                  121: 142
                  122: 142
                  123: 142
                  124: 142
                  125: 142
                  126: 142
                  127: 142
                  128: 142
                  129: 142
                  130: 142
                  131: 142
                  132: 146
                  133: 149
                  134: 149
                  135: 149
                  136: 149
                  137: 149
                  138: 149
                  139: 149
                  140: 149
                  141: 149
                  142: 149
                  143: 149
                  144: 149
                  145: 149
                  146: 149
                  147: 149
                  148: 151
                  149: 151
                  150: 151
                  151: 151
                  152: 151
                  153: 155
                  154: 155
                  155: 155
                  156: 155
                  157: 155
                  158: 155
                  159: 157
                  160: 157
                  161: 157
                  162: 157
                  163: 157
                  164: 157
                  165: 157
                  166: 157
                  167: 161
                  168: 162
                  169: 164
                  170: 165
                  171: 165
                  172: 167
                  173: 167
                  174: 167
                  175: 167
                  176: 167
                  177: 171
                  178: 173
                  179: 175
                  180: 177
                  181: 179
                  182: 183
                  183: 183
                  184: 183
                  185: 183
                  186: 183
                  187: 198
                  188: 200
                  189: 200
                  190: 200
                  191: 202
                  192: 204
                  193: 204
                  194: 206
                  195: 206
                  196: 218
                  197: 208
                  198: 216
                  199: 216
              default: 218
          }
         1: .line 222
      StackMap locals:
      StackMap stack:
            goto 219
         2: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
         3: .line 242
            goto 219
         4: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
         5: .line 249
            aload 0 /* this */
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.VarInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.VarInsnNode.var:I
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
         6: .line 248
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
         7: .line 250
            goto 219
         8: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
         9: .line 260
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        10: .line 261
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        11: .line 262
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        12: .line 268
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        13: .line 269
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.VarInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.VarInsnNode.var:I
            istore 8 /* var */
        start local 8 // int var
        14: .line 270
            aload 0 /* this */
            iload 8 /* var */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        15: .line 271
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 17
        16: .line 272
            aload 0 /* this */
            iload 8 /* var */
            iconst_1
            iadd
            aload 2 /* interpreter */
            aconst_null
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        17: .line 274
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter org.glassfish.pfl.objectweb.asm.tree.analysis.Value top top top top int
      StackMap stack:
            iload 8 /* var */
            ifle 219
        18: .line 275
            aload 0 /* this */
            iload 8 /* var */
            iconst_1
            isub
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 9 /* local */
        start local 9 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value local
        19: .line 276
            aload 9 /* local */
            ifnull 219
            aload 9 /* local */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 219
        20: .line 277
            aload 0 /* this */
            iload 8 /* var */
            iconst_1
            isub
            aload 2 /* interpreter */
            aconst_null
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        end local 9 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value local
        21: .line 280
            goto 219
        end local 8 // int var
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        22: .line 289
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        23: .line 290
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        24: .line 291
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        25: .line 292
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            aload 5 /* value3 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.ternaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
        26: .line 293
            goto 219
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        27: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_2
            if_icmpne 219
        28: .line 296
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of POP"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        29: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 219
        30: .line 301
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 219
        31: .line 302
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of POP2"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        32: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        33: .line 308
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 35
        34: .line 309
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        35: .line 311
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        36: .line 312
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        37: .line 313
            goto 219
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        38: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        39: .line 316
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        40: .line 317
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 41
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 42
        41: .line 318
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP_X1"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        42: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        43: .line 321
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        44: .line 322
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        45: .line 323
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        46: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        47: .line 326
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 61
        48: .line 327
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        49: .line 328
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 57
        50: .line 329
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        51: .line 330
            aload 5 /* value3 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 61
        52: .line 331
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        53: .line 332
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        54: .line 333
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        55: .line 334
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        56: .line 335
            goto 219
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        57: .line 338
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        58: .line 339
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        59: .line 340
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        60: .line 341
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        61: .line 344
      StackMap locals:
      StackMap stack:
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP_X2"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        62: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        63: .line 347
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 71
        64: .line 348
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        65: .line 349
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 74
        66: .line 350
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        67: .line 351
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        68: .line 352
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        69: .line 353
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        70: .line 354
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        71: .line 357
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        72: .line 358
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        73: .line 359
            goto 219
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        74: .line 361
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        75: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        76: .line 364
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 87
        77: .line 365
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        78: .line 366
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 93
        79: .line 367
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        80: .line 368
            aload 5 /* value3 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 93
        81: .line 369
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        82: .line 370
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        83: .line 371
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        84: .line 372
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        85: .line 373
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        86: .line 374
            goto 219
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        87: .line 378
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        88: .line 379
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 93
        89: .line 380
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        90: .line 381
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        91: .line 382
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        92: .line 383
            goto 219
        93: .line 386
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2_X1"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        94: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        95: .line 389
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 115
        96: .line 390
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        97: .line 391
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 128
        98: .line 392
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        99: .line 393
            aload 5 /* value3 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 109
       100: .line 394
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* value4 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value4
       101: .line 395
            aload 6 /* value4 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 128
       102: .line 396
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       103: .line 397
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       104: .line 398
            aload 0 /* this */
            aload 6 /* value4 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       105: .line 399
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       106: .line 400
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       107: .line 401
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       108: .line 402
            goto 219
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value4
       109: .line 405
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value org.glassfish.pfl.objectweb.asm.tree.analysis.Value org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       110: .line 406
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       111: .line 407
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       112: .line 408
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       113: .line 409
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       114: .line 410
            goto 219
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       115: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       116: .line 415
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 124
       117: .line 416
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* value3 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
       118: .line 417
            aload 5 /* value3 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 128
       119: .line 418
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       120: .line 419
            aload 0 /* this */
            aload 5 /* value3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       121: .line 420
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       122: .line 421
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       123: .line 422
            goto 219
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
       124: .line 425
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       125: .line 426
            aload 0 /* this */
            aload 4 /* value2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       126: .line 427
            aload 0 /* this */
            aload 3 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       127: .line 428
            goto 219
       128: .line 431
      StackMap locals:
      StackMap stack:
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of DUP2_X2"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       129: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       130: .line 434
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       131: .line 435
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpne 132
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Value.getSize:()I
            iconst_1
            if_icmpeq 133
       132: .line 436
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Illegal use of SWAP"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       133: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       134: .line 439
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.copyOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       135: .line 440
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       136: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       137: .line 462
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       138: .line 463
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       139: .line 464
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       140: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       141: .line 470
            goto 219
       142: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       143: .line 484
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       144: .line 485
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       145: .line 486
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       146: .line 488
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.IincInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.IincInsnNode.var:I
            istore 8 /* var */
        start local 8 // int var
       147: .line 489
            aload 0 /* this */
            iload 8 /* var */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            iload 8 /* var */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.getLocal:(I)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       148: .line 490
            goto 219
        end local 8 // int var
       149: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       150: .line 507
            goto 219
       151: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       152: .line 514
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       153: .line 515
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       154: .line 516
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       155: .line 523
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       156: .line 524
            goto 219
       157: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       158: .line 534
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       159: .line 535
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       160: .line 536
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       161: .line 538
      StackMap locals:
      StackMap stack:
            goto 219
       162: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       163: .line 541
            goto 219
       164: .line 543
      StackMap locals:
      StackMap stack:
            goto 219
       165: .line 546
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       166: .line 547
            goto 219
       167: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       168: .line 554
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       169: .line 555
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.returnOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       170: .line 556
            goto 219
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       171: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.returnValue:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            ifnull 219
       172: .line 559
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Incompatible return type"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       173: .line 563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       174: .line 564
            goto 219
       175: .line 566
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       176: .line 567
            goto 219
       177: .line 569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       178: .line 570
            goto 219
       179: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* value2 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
       180: .line 573
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* value1 */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       181: .line 574
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 3 /* value1 */
            aload 4 /* value2 */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.binaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       182: .line 575
            goto 219
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
       183: .line 581
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* values */
        start local 7 // java.util.List values
       184: .line 582
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.MethodInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
            astore 9 /* desc */
        start local 9 // java.lang.String desc
       185: .line 583
            aload 9 /* desc */
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/glassfish/pfl/objectweb/asm/Type;
            arraylength
            istore 10 /* i */
        start local 10 // int i
       186: goto 189
       187: .line 584
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter top top top top java.util.List top java.lang.String int
      StackMap stack:
            aload 7 /* values */
            iconst_0
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
       188: .line 583
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
       189: iload 10 /* i */
            ifgt 187
        end local 10 // int i
       190: .line 586
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 184
            if_icmpeq 193
       191: .line 587
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 186
            if_icmpeq 193
       192: .line 588
            aload 7 /* values */
            iconst_0
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
       193: .line 590
      StackMap locals:
      StackMap stack:
            aload 9 /* desc */
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            getstatic org.glassfish.pfl.objectweb.asm.Type.VOID_TYPE:Lorg/glassfish/pfl/objectweb/asm/Type;
            if_acmpne 196
       194: .line 591
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       195: .line 592
            goto 219
       196: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       197: .line 595
            goto 219
        end local 9 // java.lang.String desc
        end local 7 // java.util.List values
       198: .line 597
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       199: .line 598
            goto 219
       200: .line 602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       201: .line 603
            goto 219
       202: .line 605
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       203: .line 606
            goto 219
       204: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       205: .line 610
            goto 219
       206: .line 613
      StackMap locals:
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       207: .line 614
            goto 219
       208: .line 616
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* values */
        start local 7 // java.util.List values
       209: .line 617
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.MultiANewArrayInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.MultiANewArrayInsnNode.dims:I
            istore 10 /* i */
        start local 10 // int i
       210: goto 213
       211: .line 618
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter top top top top java.util.List top top int
      StackMap stack:
            aload 7 /* values */
            iconst_0
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
       212: .line 617
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
       213: iload 10 /* i */
            ifgt 211
        end local 10 // int i
       214: .line 620
            aload 0 /* this */
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 7 /* values */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.naryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       215: .line 621
            goto 219
        end local 7 // java.util.List values
       216: .line 624
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter
      StackMap stack:
            aload 2 /* interpreter */
            aload 1 /* insn */
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.pop:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            pop
       217: .line 625
            goto 219
       218: .line 627
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal opcode "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       219: .line 629
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  220     0         this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0  220     1         insn  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            0  220     2  interpreter  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
           10   12     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           13   22     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           25   27     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           33   38     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           39   46     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           47   62     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           63   75     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           76   94     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           95  129     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          131  136     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          138  140     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          144  146     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          153  155     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          159  161     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          168  171     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          181  183     3       value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            9   12     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           24   27     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           40   46     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           49   61     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           65   71     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           74   75     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           78   87     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           88   94     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           97  115     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          116  129     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          130  136     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          137  140     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          143  146     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          152  155     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          158  161     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          180  183     4       value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           23   27     5       value3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           51   57     5       value3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           80   87     5       value3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           99  115     5       value3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          118  124     5       value3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          101  109     6       value4  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          184  198     7       values  Ljava/util/List;
          209  216     7       values  Ljava/util/List;
           14   22     8          var  I
          147  149     8          var  I
           19   21     9        local  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
          185  198     9         desc  Ljava/lang/String;
          186  190    10            i  I
          210  214    10            i  I
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
             Name  Flags
      insn         final
      interpreter  final

  public boolean merge(org.glassfish.pfl.objectweb.asm.tree.analysis.Frame, org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame frame
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 643
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.top:I
            aload 1 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.top:I
            if_icmpeq 2
         1: .line 644
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aconst_null
            ldc "Incompatible stack heights"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
         2: .line 646
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* changes */
        start local 3 // boolean changes
         3: .line 647
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 10
         5: .line 648
      StackMap locals: int int
      StackMap stack:
            aload 2 /* interpreter */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            aload 1 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.merge:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* v */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value v
         6: .line 649
            aload 5 /* v */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            if_acmpeq 9
         7: .line 650
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aload 5 /* v */
            aastore
         8: .line 651
            iload 3 /* changes */
            iconst_1
            ior
            istore 3 /* changes */
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value v
         9: .line 647
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.locals:I
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.top:I
            iadd
            if_icmplt 5
        end local 4 // int i
        11: .line 654
            iload 3 /* changes */
            ireturn
        end local 3 // boolean changes
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame frame
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0   12     1        frame  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0   12     2  interpreter  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            3   12     3      changes  Z
            4   11     4            i  I
            6    9     5            v  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
             Name  Flags
      frame        final
      interpreter  final

  public boolean merge(org.glassfish.pfl.objectweb.asm.tree.analysis.Frame, boolean[]);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;[Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame frame
        start local 2 // boolean[] access
         0: .line 667
            iconst_0
            istore 3 /* changes */
        start local 3 // boolean changes
         1: .line 668
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 669
      StackMap locals: int int
      StackMap stack:
            aload 2 /* access */
            iload 4 /* i */
            baload
            ifne 6
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            aload 1 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
         4: .line 670
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aload 1 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.values:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            iload 4 /* i */
            aaload
            aastore
         5: .line 671
            iconst_1
            istore 3 /* changes */
         6: .line 668
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.locals:I
            if_icmplt 3
        end local 4 // int i
         8: .line 674
            iload 3 /* changes */
            ireturn
        end local 3 // boolean changes
        end local 2 // boolean[] access
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame frame
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0    9     1    frame  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0    9     2   access  [Z
            1    9     3  changes  Z
            2    8     4        i  I
    MethodParameters:
        Name  Flags
      frame   final
      access  final

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