public class org.objectweb.asm.tree.analysis.SourceInterpreter extends org.objectweb.asm.tree.analysis.Interpreter<org.objectweb.asm.tree.analysis.SourceValue> implements org.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.analysis.SourceInterpreter
  super_class: org.objectweb.asm.tree.analysis.Interpreter
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
         0: .line 54
            aload 0 /* this */
            ldc 524288
            invokespecial org.objectweb.asm.tree.analysis.Interpreter.<init>:(I)V
         1: .line 55
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            if_acmpeq 3
         2: .line 56
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 58
      StackMap locals: org.objectweb.asm.tree.analysis.SourceInterpreter
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // int api
         0: .line 69
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.tree.analysis.Interpreter.<init>:(I)V
         1: .line 70
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    2     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public org.objectweb.asm.tree.analysis.SourceValue newValue(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 74
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 2
         1: .line 75
            aconst_null
            areturn
         2: .line 77
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            aload 1 /* type */
            ifnonnull 3
            iconst_1
            goto 4
      StackMap locals: org.objectweb.asm.tree.analysis.SourceInterpreter org.objectweb.asm.Type
      StackMap stack: new 2 new 2
         3: aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
      StackMap locals: org.objectweb.asm.tree.analysis.SourceInterpreter org.objectweb.asm.Type
      StackMap stack: new 2 new 2 int
         4: invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(I)V
            areturn
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    5     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public org.objectweb.asm.tree.analysis.SourceValue newOperation(org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 83
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            lookupswitch { // 6
                    9: 1
                   10: 1
                   14: 1
                   15: 1
                   18: 3
                  178: 9
              default: 11
          }
         1: .line 88
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 2 /* size */
        start local 2 // int size
         2: .line 89
            goto 12
        end local 2 // int size
         3: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.LdcInsnNode
            getfield org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         4: .line 92
            aload 3 /* value */
            instanceof java.lang.Long
            ifne 5
            aload 3 /* value */
            instanceof java.lang.Double
            ifeq 6
      StackMap locals: org.objectweb.asm.tree.analysis.SourceInterpreter org.objectweb.asm.tree.AbstractInsnNode top java.lang.Object
      StackMap stack:
         5: iconst_2
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: istore 2 /* size */
        start local 2 // int size
         8: .line 93
            goto 12
        end local 3 // java.lang.Object value
        end local 2 // int size
         9: .line 95
      StackMap locals: org.objectweb.asm.tree.analysis.SourceInterpreter org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.FieldInsnNode
            getfield org.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSize:()I
            istore 2 /* size */
        start local 2 // int size
        10: .line 96
            goto 12
        end local 2 // int size
        11: .line 98
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* size */
        start local 2 // int size
        12: .line 101
      StackMap locals: int
      StackMap stack:
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 2 /* size */
            aload 1 /* insn */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILorg/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 2 // int size
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0   13     1   insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            2    3     2   size  I
            8    9     2   size  I
           10   11     2   size  I
           12   13     2   size  I
            4    9     3  value  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      insn  final

  public org.objectweb.asm.tree.analysis.SourceValue copyOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.objectweb.asm.tree.analysis.SourceValue value
         0: .line 106
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            aload 2 /* value */
            invokevirtual org.objectweb.asm.tree.analysis.SourceValue.getSize:()I
            aload 1 /* insn */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILorg/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 2 // org.objectweb.asm.tree.analysis.SourceValue value
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    1     1   insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0    1     2  value  Lorg/objectweb/asm/tree/analysis/SourceValue;
    MethodParameters:
       Name  Flags
      insn   final
      value  final

  public org.objectweb.asm.tree.analysis.SourceValue unaryOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.objectweb.asm.tree.analysis.SourceValue value
         0: .line 112
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            lookupswitch { // 9
                  117: 1
                  119: 1
                  133: 1
                  135: 1
                  138: 1
                  140: 1
                  141: 1
                  143: 1
                  180: 3
              default: 5
          }
         1: .line 121
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 3 /* size */
        start local 3 // int size
         2: .line 122
            goto 6
        end local 3 // int size
         3: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.FieldInsnNode
            getfield org.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSize:()I
            istore 3 /* size */
        start local 3 // int size
         4: .line 125
            goto 6
        end local 3 // int size
         5: .line 127
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* size */
        start local 3 // int size
         6: .line 130
      StackMap locals: int
      StackMap stack:
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 3 /* size */
            aload 1 /* insn */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILorg/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 3 // int size
        end local 2 // org.objectweb.asm.tree.analysis.SourceValue value
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    7     1   insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0    7     2  value  Lorg/objectweb/asm/tree/analysis/SourceValue;
            2    3     3   size  I
            4    5     3   size  I
            6    7     3   size  I
    MethodParameters:
       Name  Flags
      insn   final
      value  final

  public org.objectweb.asm.tree.analysis.SourceValue binaryOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.SourceValue, org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.objectweb.asm.tree.analysis.SourceValue value1
        start local 3 // org.objectweb.asm.tree.analysis.SourceValue value2
         0: .line 137
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            lookupswitch { // 18
                   47: 1
                   49: 1
                   97: 1
                   99: 1
                  101: 1
                  103: 1
                  105: 1
                  107: 1
                  109: 1
                  111: 1
                  113: 1
                  115: 1
                  121: 1
                  123: 1
                  125: 1
                  127: 1
                  129: 1
                  131: 1
              default: 3
          }
         1: .line 156
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 4 /* size */
        start local 4 // int size
         2: .line 157
            goto 4
        end local 4 // int size
         3: .line 159
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* size */
        start local 4 // int size
         4: .line 162
      StackMap locals: int
      StackMap stack:
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 4 /* size */
            aload 1 /* insn */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILorg/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 4 // int size
        end local 3 // org.objectweb.asm.tree.analysis.SourceValue value2
        end local 2 // org.objectweb.asm.tree.analysis.SourceValue value1
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    5     1    insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0    5     2  value1  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0    5     3  value2  Lorg/objectweb/asm/tree/analysis/SourceValue;
            2    3     4    size  I
            4    5     4    size  I
    MethodParameters:
        Name  Flags
      insn    final
      value1  final
      value2  final

  public org.objectweb.asm.tree.analysis.SourceValue ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.SourceValue, org.objectweb.asm.tree.analysis.SourceValue, org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.objectweb.asm.tree.analysis.SourceValue value1
        start local 3 // org.objectweb.asm.tree.analysis.SourceValue value2
        start local 4 // org.objectweb.asm.tree.analysis.SourceValue value3
         0: .line 171
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            iconst_1
            aload 1 /* insn */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILorg/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 4 // org.objectweb.asm.tree.analysis.SourceValue value3
        end local 3 // org.objectweb.asm.tree.analysis.SourceValue value2
        end local 2 // org.objectweb.asm.tree.analysis.SourceValue value1
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    1     1    insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0    1     2  value1  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0    1     3  value2  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0    1     4  value3  Lorg/objectweb/asm/tree/analysis/SourceValue;
    MethodParameters:
        Name  Flags
      insn    final
      value1  final
      value2  final
      value3  final

  public org.objectweb.asm.tree.analysis.SourceValue naryOperation(org.objectweb.asm.tree.AbstractInsnNode, java.util.List<? extends org.objectweb.asm.tree.analysis.SourceValue>);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // java.util.List values
         0: .line 178
            aload 1 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            istore 4 /* opcode */
        start local 4 // int opcode
         1: .line 179
            iload 4 /* opcode */
            sipush 197
            if_icmpne 4
         2: .line 180
            iconst_1
            istore 3 /* size */
        start local 3 // int size
         3: .line 181
            goto 8
        end local 3 // int size
      StackMap locals: org.objectweb.asm.tree.analysis.SourceInterpreter org.objectweb.asm.tree.AbstractInsnNode java.util.List top int
      StackMap stack:
         4: iload 4 /* opcode */
            sipush 186
            if_icmpne 7
         5: .line 182
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.InvokeDynamicInsnNode
            getfield org.objectweb.asm.tree.InvokeDynamicInsnNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSize:()I
            istore 3 /* size */
        start local 3 // int size
         6: .line 183
            goto 8
        end local 3 // int size
         7: .line 184
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast org.objectweb.asm.tree.MethodInsnNode
            getfield org.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSize:()I
            istore 3 /* size */
        start local 3 // int size
         8: .line 186
      StackMap locals: org.objectweb.asm.tree.analysis.SourceInterpreter org.objectweb.asm.tree.AbstractInsnNode java.util.List int int
      StackMap stack:
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 3 /* size */
            aload 1 /* insn */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILorg/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 4 // int opcode
        end local 3 // int size
        end local 2 // java.util.List values
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    9     1    insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0    9     2  values  Ljava/util/List<+Lorg/objectweb/asm/tree/analysis/SourceValue;>;
            3    4     3    size  I
            6    7     3    size  I
            8    9     3    size  I
            1    9     4  opcode  I
    Signature: (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List<+Lorg/objectweb/asm/tree/analysis/SourceValue;>;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    MethodParameters:
        Name  Flags
      insn    final
      values  final

  public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.SourceValue, org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // org.objectweb.asm.tree.analysis.SourceValue value
        start local 3 // org.objectweb.asm.tree.analysis.SourceValue expected
         0: .line 193
            return
        end local 3 // org.objectweb.asm.tree.analysis.SourceValue expected
        end local 2 // org.objectweb.asm.tree.analysis.SourceValue value
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0    1     1      insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0    1     2     value  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0    1     3  expected  Lorg/objectweb/asm/tree/analysis/SourceValue;
    MethodParameters:
          Name  Flags
      insn      final
      value     final
      expected  final

  public org.objectweb.asm.tree.analysis.SourceValue merge(org.objectweb.asm.tree.analysis.SourceValue, org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // org.objectweb.asm.tree.analysis.SourceValue value1
        start local 2 // org.objectweb.asm.tree.analysis.SourceValue value2
         0: .line 197
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            instanceof org.objectweb.asm.tree.analysis.SmallSet
            ifeq 7
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            instanceof org.objectweb.asm.tree.analysis.SmallSet
            ifeq 7
         1: .line 199
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            checkcast org.objectweb.asm.tree.analysis.SmallSet
         2: .line 200
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            checkcast org.objectweb.asm.tree.analysis.SmallSet
            invokevirtual org.objectweb.asm.tree.analysis.SmallSet.union:(Lorg/objectweb/asm/tree/analysis/SmallSet;)Ljava/util/Set;
         3: .line 198
            astore 3 /* setUnion */
        start local 3 // java.util.Set setUnion
         4: .line 201
            aload 3 /* setUnion */
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            if_acmpne 6
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            if_icmpne 6
         5: .line 202
            aload 1 /* value1 */
            areturn
         6: .line 204
      StackMap locals: java.util.Set
      StackMap stack:
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            invokestatic java.lang.Math.min:(II)I
            aload 3 /* setUnion */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
            areturn
        end local 3 // java.util.Set setUnion
         7: .line 207
      StackMap locals:
      StackMap stack:
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            if_icmpne 8
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokestatic org.objectweb.asm.tree.analysis.SourceInterpreter.containsAll:(Ljava/util/Set;Ljava/util/Set;)Z
            ifne 12
         8: .line 208
      StackMap locals:
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* setUnion */
        start local 3 // java.util.HashSet setUnion
         9: .line 209
            aload 3 /* setUnion */
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
            pop
        10: .line 210
            aload 3 /* setUnion */
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
            pop
        11: .line 211
            new org.objectweb.asm.tree.analysis.SourceValue
            dup
            aload 1 /* value1 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* value2 */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            invokestatic java.lang.Math.min:(II)I
            aload 3 /* setUnion */
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
            areturn
        end local 3 // java.util.HashSet setUnion
        12: .line 213
      StackMap locals:
      StackMap stack:
            aload 1 /* value1 */
            areturn
        end local 2 // org.objectweb.asm.tree.analysis.SourceValue value2
        end local 1 // org.objectweb.asm.tree.analysis.SourceValue value1
        end local 0 // org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/objectweb/asm/tree/analysis/SourceInterpreter;
            0   13     1    value1  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0   13     2    value2  Lorg/objectweb/asm/tree/analysis/SourceValue;
            4    7     3  setUnion  Ljava/util/Set<Lorg/objectweb/asm/tree/AbstractInsnNode;>;
            9   12     3  setUnion  Ljava/util/HashSet<Lorg/objectweb/asm/tree/AbstractInsnNode;>;
    MethodParameters:
        Name  Flags
      value1  final
      value2  final

  private static <E> boolean containsAll(java.util.Set<E>, java.util.Set<E>);
    descriptor: (Ljava/util/Set;Ljava/util/Set;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Set self
        start local 1 // java.util.Set other
         0: .line 217
            aload 0 /* self */
            invokeinterface java.util.Set.size:()I
            aload 1 /* other */
            invokeinterface java.util.Set.size:()I
            if_icmpge 2
         1: .line 218
            iconst_0
            ireturn
         2: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* self */
            aload 1 /* other */
            invokeinterface java.util.Set.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Set other
        end local 0 // java.util.Set self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   self  Ljava/util/Set<TE;>;
            0    3     1  other  Ljava/util/Set<TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Set<TE;>;Ljava/util/Set<TE;>;)Z
    MethodParameters:
       Name  Flags
      self   final
      other  final

  public org.objectweb.asm.tree.analysis.Value binaryOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.Value, org.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            aload 3
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.binaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException

  public org.objectweb.asm.tree.analysis.Value ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.Value, org.objectweb.asm.tree.analysis.Value, org.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            aload 3
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            aload 4
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.ternaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException

  public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.Value, org.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            aload 3
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.returnOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException

  public org.objectweb.asm.tree.analysis.Value unaryOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.unaryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException

  public org.objectweb.asm.tree.analysis.Value copyOperation(org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.copyOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException

  public org.objectweb.asm.tree.analysis.Value naryOperation(org.objectweb.asm.tree.AbstractInsnNode, java.util.List);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.List
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.naryOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException

  public org.objectweb.asm.tree.analysis.Value merge(org.objectweb.asm.tree.analysis.Value, org.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            aload 2
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.merge:(Lorg/objectweb/asm/tree/analysis/SourceValue;Lorg/objectweb/asm/tree/analysis/SourceValue;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.objectweb.asm.tree.analysis.Value newOperation(org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.newOperation:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException

  public org.objectweb.asm.tree.analysis.Value newValue(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.objectweb.asm.tree.analysis.SourceInterpreter.newValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/objectweb/asm/tree/analysis/Interpreter<Lorg/objectweb/asm/tree/analysis/SourceValue;>;Lorg/objectweb/asm/Opcodes;
SourceFile: "SourceInterpreter.java"