public class org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier extends org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier
  super_class: org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
         0: .line 46
            aload 0 /* this */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter.<init>:()V
            return
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Value copyOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
         0: .line 52
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            lookupswitch { // 10
                   21: 1
                   22: 5
                   23: 3
                   24: 7
                   25: 9
                   54: 1
                   55: 5
                   56: 3
                   57: 7
                   58: 16
              default: 24
          }
         1: .line 55
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         2: .line 56
            goto 25
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         3: .line 59
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.FLOAT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         4: .line 60
            goto 25
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         5: .line 63
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         6: .line 64
            goto 25
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         7: .line 67
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.DOUBLE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         8: .line 68
            goto 25
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         9: .line 70
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.isReference:()Z
            ifne 15
        10: .line 71
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
        11: .line 72
            aconst_null
        12: .line 73
            ldc "an object reference"
        13: .line 74
            aload 2 /* value */
        14: .line 71
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        15: .line 76
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            areturn
        16: .line 78
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.isReference:()Z
            ifne 23
        17: .line 79
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.RETURNADDRESS_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            aload 2 /* value */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 23
        18: .line 81
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
        19: .line 82
            aconst_null
        20: .line 83
            ldc "an object reference or a return address"
        21: .line 84
            aload 2 /* value */
        22: .line 81
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        23: .line 86
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            areturn
        24: .line 88
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            areturn
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        25: .line 90
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 3 /* expected */
            aload 2 /* value */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 27
        26: .line 91
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            aconst_null
            aload 3 /* expected */
            aload 2 /* value */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        27: .line 93
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            areturn
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   28     0      this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0   28     1      insn  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            0   28     2     value  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            2    3     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            4    5     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            6    7     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            8    9     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           25   28     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
       Name  Flags
      insn   final
      value  final

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Value unaryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
         0: .line 100
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 116 - 199
                  116: 1
                  117: 5
                  118: 3
                  119: 7
                  120: 34
                  121: 34
                  122: 34
                  123: 34
                  124: 34
                  125: 34
                  126: 34
                  127: 34
                  128: 34
                  129: 34
                  130: 34
                  131: 34
                  132: 1
                  133: 1
                  134: 1
                  135: 1
                  136: 5
                  137: 5
                  138: 5
                  139: 3
                  140: 3
                  141: 3
                  142: 7
                  143: 7
                  144: 7
                  145: 1
                  146: 1
                  147: 1
                  148: 34
                  149: 34
                  150: 34
                  151: 34
                  152: 34
                  153: 1
                  154: 1
                  155: 1
                  156: 1
                  157: 1
                  158: 1
                  159: 34
                  160: 34
                  161: 34
                  162: 34
                  163: 34
                  164: 34
                  165: 34
                  166: 34
                  167: 34
                  168: 34
                  169: 34
                  170: 1
                  171: 1
                  172: 1
                  173: 5
                  174: 3
                  175: 7
                  176: 25
                  177: 34
                  178: 34
                  179: 32
                  180: 9
                  181: 34
                  182: 34
                  183: 34
                  184: 34
                  185: 34
                  186: 34
                  187: 34
                  188: 1
                  189: 1
                  190: 18
                  191: 25
                  192: 11
                  193: 25
                  194: 25
                  195: 25
                  196: 34
                  197: 34
                  198: 25
                  199: 25
              default: 34
          }
         1: .line 120
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         2: .line 121
            goto 35
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         3: .line 127
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.FLOAT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         4: .line 128
            goto 35
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         5: .line 134
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         6: .line 135
            goto 35
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         7: .line 141
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.DOUBLE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         8: .line 142
            goto 35
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         9: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode.owner:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        10: .line 145
            goto 35
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        11: .line 147
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.isReference:()Z
            ifne 17
        12: .line 148
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
        13: .line 149
            aconst_null
        14: .line 150
            ldc "an object reference"
        15: .line 151
            aload 2 /* value */
        16: .line 148
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        17: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 2 /* value */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            areturn
        18: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isArrayValue:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 24
        19: .line 156
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
        20: .line 157
            aconst_null
        21: .line 158
            ldc "an array reference"
        22: .line 159
            aload 2 /* value */
        23: .line 156
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        24: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 2 /* value */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            areturn
        25: .line 169
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.isReference:()Z
            ifne 31
        26: .line 170
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
        27: .line 171
            aconst_null
        28: .line 172
            ldc "an object reference"
        29: .line 173
            aload 2 /* value */
        30: .line 170
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        31: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 2 /* value */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            areturn
        32: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 3 /* expected */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        33: .line 178
            goto 35
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        34: .line 180
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            ldc "Internal error."
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        35: .line 182
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            aload 3 /* expected */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 37
        36: .line 183
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            aconst_null
            aload 3 /* expected */
            aload 2 /* value */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        37: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 2 /* value */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter.unaryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            areturn
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   38     0      this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0   38     1      insn  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            0   38     2     value  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            2    3     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            4    5     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            6    7     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            8    9     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           10   11     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           33   34     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           35   38     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
       Name  Flags
      insn   final
      value  final

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Value binaryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (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;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
         0: .line 195
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            lookupswitch { // 54
                   46: 1
                   47: 16
                   48: 19
                   49: 22
                   50: 25
                   51: 4
                   52: 10
                   53: 13
                   96: 28
                   97: 34
                   98: 31
                   99: 40
                  100: 28
                  101: 34
                  102: 31
                  103: 40
                  104: 28
                  105: 34
                  106: 31
                  107: 40
                  108: 28
                  109: 34
                  110: 31
                  111: 40
                  112: 28
                  113: 34
                  114: 31
                  115: 40
                  120: 28
                  121: 37
                  122: 28
                  123: 37
                  124: 28
                  125: 37
                  126: 28
                  127: 34
                  128: 28
                  129: 34
                  130: 28
                  131: 34
                  148: 34
                  149: 31
                  150: 31
                  151: 40
                  152: 40
                  159: 28
                  160: 28
                  161: 28
                  162: 28
                  163: 28
                  164: 28
                  165: 43
                  166: 43
                  181: 46
              default: 50
          }
         1: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[I"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         2: .line 198
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
         3: .line 199
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         4: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value1 */
            aload 0 /* this */
            ldc "[Z"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifeq 7
         5: .line 202
            aload 0 /* this */
            ldc "[Z"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         6: .line 203
            goto 8
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         7: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[B"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         8: .line 206
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
         9: .line 207
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        10: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[C"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        11: .line 210
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        12: .line 211
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        13: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[S"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        14: .line 214
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        15: .line 215
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        16: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[J"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        17: .line 218
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        18: .line 219
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        19: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[F"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        20: .line 222
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        21: .line 223
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        22: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[D"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        23: .line 226
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        24: .line 227
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        25: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[Ljava/lang/Object;"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        26: .line 230
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        27: .line 231
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        28: .line 249
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        29: .line 250
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        30: .line 251
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        31: .line 259
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.FLOAT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        32: .line 260
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.FLOAT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        33: .line 261
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        34: .line 271
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        35: .line 272
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        36: .line 273
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        37: .line 277
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        38: .line 278
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        39: .line 279
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        40: .line 287
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.DOUBLE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        41: .line 288
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.DOUBLE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        42: .line 289
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        43: .line 292
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        44: .line 293
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        45: .line 294
            goto 51
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        46: .line 296
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode
            astore 6 /* fin */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode fin
        47: .line 297
            aload 0 /* this */
            aload 6 /* fin */
            getfield org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode.owner:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 4 /* expected1 */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        48: .line 298
            aload 0 /* this */
            aload 6 /* fin */
            getfield org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected2 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        49: .line 299
            goto 51
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.FieldInsnNode fin
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        50: .line 301
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            ldc "Internal error."
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        51: .line 303
      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 /* value1 */
            aload 4 /* expected1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 53
        52: .line 304
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "First argument"
            aload 4 /* expected1 */
            aload 2 /* value1 */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        53: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value2 */
            aload 5 /* expected2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 55
        54: .line 306
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Second argument"
            aload 5 /* expected2 */
            aload 3 /* value2 */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        55: .line 308
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            bipush 50
            if_icmpne 57
        56: .line 309
            aload 0 /* this */
            aload 2 /* value1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.getElementValue:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            areturn
        57: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 2 /* value1 */
            aload 3 /* value2 */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter.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;
            areturn
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected2
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   58     0       this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0   58     1       insn  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            0   58     2     value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            0   58     3     value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            2    4     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            6    7     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            8   10     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           11   13     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           14   16     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           17   19     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           20   22     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           23   25     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           26   28     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           29   31     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           32   34     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           35   37     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           38   40     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           41   43     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           44   46     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           48   50     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           51   58     4  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            3    4     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            9   10     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           12   13     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           15   16     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           18   19     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           21   22     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           24   25     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           27   28     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           30   31     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           33   34     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           36   37     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           39   40     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           42   43     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           45   46     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           49   50     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           51   58     5  expected2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           47   50     6        fin  Lorg/glassfish/pfl/objectweb/asm/tree/FieldInsnNode;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      insn    final
      value1  final
      value2  final

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Value ternaryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (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;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
         0: .line 323
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 79 - 86
                   79: 1
                   80: 16
                   81: 19
                   82: 22
                   83: 25
                   84: 4
                   85: 10
                   86: 13
              default: 28
          }
         1: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[I"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         2: .line 326
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
         3: .line 327
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         4: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value1 */
            aload 0 /* this */
            ldc "[Z"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifeq 7
         5: .line 330
            aload 0 /* this */
            ldc "[Z"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         6: .line 331
            goto 8
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         7: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[B"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
         8: .line 334
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Value
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
         9: .line 335
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        10: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[C"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        11: .line 338
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        12: .line 339
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        13: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[S"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        14: .line 342
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        15: .line 343
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        16: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[J"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        17: .line 346
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        18: .line 347
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        19: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[F"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        20: .line 350
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.FLOAT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        21: .line 351
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        22: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[D"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        23: .line 354
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.DOUBLE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        24: .line 355
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        25: .line 357
      StackMap locals:
      StackMap stack:
            aload 2 /* value1 */
            astore 5 /* expected1 */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        26: .line 358
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 6 /* expected3 */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        27: .line 359
            goto 29
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        28: .line 361
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            ldc "Internal error."
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        29: .line 363
      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 /* value1 */
            aload 5 /* expected1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 33
        30: .line 364
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "First argument"
            new java.lang.StringBuilder
            dup
            ldc "a "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* expected1 */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        31: .line 365
            ldc " array reference"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* value1 */
        32: .line 364
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        33: .line 366
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            aload 3 /* value2 */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 38
        34: .line 367
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Second argument"
        35: .line 368
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
        36: .line 369
            aload 3 /* value2 */
        37: .line 367
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        38: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* value3 */
            aload 6 /* expected3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 40
        39: .line 371
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Third argument"
            aload 6 /* expected3 */
            aload 4 /* value3 */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        40: .line 373
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected3
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected1
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value3
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value2
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value1
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   41     0       this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0   41     1       insn  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            0   41     2     value1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            0   41     3     value2  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            0   41     4     value3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            2    4     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            6    7     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            8   10     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           11   13     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           14   16     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           17   19     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           20   22     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           23   25     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           26   28     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           29   41     5  expected1  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            3    4     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            9   10     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           12   13     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           15   16     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           18   19     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           21   22     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           24   25     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           27   28     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           29   41     6  expected3  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      insn    final
      value1  final
      value2  final
      value3  final

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Value naryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, java.util.List);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // java.util.List values
         0: .line 379
            aload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            istore 3 /* opcode */
        start local 3 // int opcode
         1: .line 380
            iload 3 /* opcode */
            sipush 197
            if_icmpne 13
         2: .line 381
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 11
         4: .line 382
      StackMap locals: int int
      StackMap stack:
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            aload 2 /* values */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 10
         5: .line 383
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
         6: .line 384
            aconst_null
         7: .line 385
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
         8: .line 386
            aload 2 /* values */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.Value
         9: .line 383
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        10: .line 381
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 2 /* values */
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 4 // int i
        12: .line 389
            goto 33
        13: .line 390
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: .line 391
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        15: .line 392
            iload 3 /* opcode */
            sipush 184
            if_icmpeq 22
            iload 3 /* opcode */
            sipush 186
            if_icmpeq 22
        16: .line 393
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.MethodInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodInsnNode.owner:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            astore 6 /* owner */
        start local 6 // org.glassfish.pfl.objectweb.asm.Type owner
        17: .line 394
            aload 0 /* this */
            aload 2 /* values */
            iload 4 /* i */
            iinc 4 /* i */ 1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.Value
            aload 0 /* this */
            aload 6 /* owner */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 22
        18: .line 395
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
            ldc "Method owner"
        19: .line 396
            aload 0 /* this */
            aload 6 /* owner */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
        20: .line 397
            aload 2 /* values */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.Value
        21: .line 395
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        end local 6 // org.glassfish.pfl.objectweb.asm.Type owner
        22: .line 400
      StackMap locals: int int
      StackMap stack:
            aload 1 /* insn */
            checkcast org.glassfish.pfl.objectweb.asm.tree.MethodInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/glassfish/pfl/objectweb/asm/Type;
            astore 6 /* args */
        start local 6 // org.glassfish.pfl.objectweb.asm.Type[] args
        23: .line 401
            goto 32
        24: .line 402
      StackMap locals: org.glassfish.pfl.objectweb.asm.Type[]
      StackMap stack:
            aload 0 /* this */
            aload 6 /* args */
            iload 5 /* j */
            iinc 5 /* j */ 1
            aaload
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            astore 7 /* expected */
        start local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        25: .line 403
            aload 2 /* values */
            iload 4 /* i */
            iinc 4 /* i */ 1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.Value
            astore 8 /* encountered */
        start local 8 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value encountered
        26: .line 404
            aload 0 /* this */
            aload 8 /* encountered */
            aload 7 /* expected */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 32
        27: .line 405
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
        28: .line 406
            new java.lang.StringBuilder
            dup
            ldc "Argument "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* j */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 407
            aload 7 /* expected */
        30: .line 408
            aload 8 /* encountered */
        31: .line 405
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
        end local 8 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value encountered
        end local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        32: .line 401
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 2 /* values */
            invokeinterface java.util.List.size:()I
            if_icmplt 24
        end local 6 // org.glassfish.pfl.objectweb.asm.Type[] args
        end local 5 // int j
        end local 4 // int i
        33: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insn */
            aload 2 /* values */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.BasicInterpreter.naryOperation:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            areturn
        end local 3 // int opcode
        end local 2 // java.util.List values
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   34     0         this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0   34     1         insn  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            0   34     2       values  Ljava/util/List;
            1   34     3       opcode  I
            3   12     4            i  I
           14   33     4            i  I
           15   33     5            j  I
           17   22     6        owner  Lorg/glassfish/pfl/objectweb/asm/Type;
           23   33     6         args  [Lorg/glassfish/pfl/objectweb/asm/Type;
           25   32     7     expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
           26   32     8  encountered  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      insn    final
      values  final

  public void returnOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         0: .line 420
            aload 0 /* this */
            aload 2 /* value */
            aload 3 /* expected */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier.isSubTypeOf:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
            ifne 6
         1: .line 421
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 1 /* insn */
         2: .line 422
            ldc "Incompatible return type"
         3: .line 423
            aload 3 /* expected */
         4: .line 424
            aload 2 /* value */
         5: .line 421
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
            athrow
         6: .line 426
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0    7     1      insn  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            0    7     2     value  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            0    7     3  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
          Name  Flags
      insn      final
      value     final
      expected  final

  protected boolean isArrayValue(org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
         0: .line 429
            aload 1 /* value */
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.isReference:()Z
            ireturn
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0    1     1  value  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    MethodParameters:
       Name  Flags
      value  final

  protected org.glassfish.pfl.objectweb.asm.tree.analysis.Value getElementValue(org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value objectArrayValue
         0: .line 435
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            areturn
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value objectArrayValue
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0    1     1  objectArrayValue  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
                  Name  Flags
      objectArrayValue  final

  protected boolean isSubTypeOf(org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
         0: .line 439
            aload 1 /* value */
            aload 2 /* expected */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value expected
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Value value
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicVerifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicVerifier;
            0    1     1     value  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            0    1     2  expected  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    MethodParameters:
          Name  Flags
      value     final
      expected  final
}
SourceFile: "BasicVerifier.java"