public class jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter extends jdk.internal.org.objectweb.asm.tree.analysis.Interpreter<jdk.internal.org.objectweb.asm.tree.analysis.SourceValue> implements jdk.internal.org.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter
  super_class: jdk.internal.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 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
         0: .line 82
            aload 0 /* this */
            ldc 393216
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.<init>:(I)V
         1: .line 83
            return
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/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 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // int api
         0: .line 86
            aload 0 /* this */
            iload 1 /* api */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.<init>:(I)V
         1: .line 87
            return
        end local 1 // int api
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
            0    2     1   api  I
    MethodParameters:
      Name  Flags
      api   final

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

  public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue newOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
         0: .line 100
            aload 1 /* insn */
            invokevirtual jdk.internal.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 105
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 2 /* size */
        start local 2 // int size
         2: .line 106
            goto 12
        end local 2 // int size
         3: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast jdk.internal.org.objectweb.asm.tree.LdcInsnNode
            getfield jdk.internal.org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
            astore 3 /* cst */
        start local 3 // java.lang.Object cst
         4: .line 109
            aload 3 /* cst */
            instanceof java.lang.Long
            ifne 5
            aload 3 /* cst */
            instanceof java.lang.Double
            ifeq 6
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.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 110
            goto 12
        end local 3 // java.lang.Object cst
        end local 2 // int size
         9: .line 112
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 1 /* insn */
            checkcast jdk.internal.org.objectweb.asm.tree.FieldInsnNode
            getfield jdk.internal.org.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            istore 2 /* size */
        start local 2 // int size
        10: .line 113
            goto 12
        end local 2 // int size
        11: .line 115
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* size */
        start local 2 // int size
        12: .line 117
      StackMap locals: int
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 2 /* size */
            aload 1 /* insn */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 2 // int size
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
            0   13     1  insn  Ljdk/internal/org/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   cst  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      insn  final

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

  public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue unaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value
         0: .line 130
            aload 1 /* insn */
            invokevirtual jdk.internal.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 139
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 3 /* size */
        start local 3 // int size
         2: .line 140
            goto 6
        end local 3 // int size
         3: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast jdk.internal.org.objectweb.asm.tree.FieldInsnNode
            getfield jdk.internal.org.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            istore 3 /* size */
        start local 3 // int size
         4: .line 143
            goto 6
        end local 3 // int size
         5: .line 145
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* size */
        start local 3 // int size
         6: .line 147
      StackMap locals: int
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 3 /* size */
            aload 1 /* insn */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 3 // int size
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
            0    7     1   insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0    7     2  value  Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue binaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value1
        start local 3 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value2
         0: .line 154
            aload 1 /* insn */
            invokevirtual jdk.internal.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 173
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 4 /* size */
        start local 4 // int size
         2: .line 174
            goto 4
        end local 4 // int size
         3: .line 176
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* size */
        start local 4 // int size
         4: .line 178
      StackMap locals: int
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 4 /* size */
            aload 1 /* insn */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 4 // int size
        end local 3 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value2
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value1
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
            0    5     1    insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0    5     2  value1  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0    5     3  value2  Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue ternaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value1
        start local 3 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value2
        start local 4 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value3
         0: .line 185
            new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            dup
            iconst_1
            aload 1 /* insn */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
            areturn
        end local 4 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value3
        end local 3 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value2
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue value1
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
            0    1     1    insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0    1     2  value1  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0    1     3  value2  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0    1     4  value3  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    MethodParameters:
        Name  Flags
      insn    final
      value1  final
      value2  final
      value3  final

  public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue naryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.util.List<? extends jdk.internal.org.objectweb.asm.tree.analysis.SourceValue>);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        start local 2 // java.util.List values
         0: .line 192
            aload 1 /* insn */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            istore 4 /* opcode */
        start local 4 // int opcode
         1: .line 193
            iload 4 /* opcode */
            sipush 197
            if_icmpne 4
         2: .line 194
            iconst_1
            istore 3 /* size */
        start local 3 // int size
         3: .line 195
            goto 8
        end local 3 // int size
         4: .line 196
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.util.List top int
      StackMap stack:
            iload 4 /* opcode */
            sipush 186
            if_icmpne 5
            aload 1 /* insn */
            checkcast jdk.internal.org.objectweb.asm.tree.InvokeDynamicInsnNode
            getfield jdk.internal.org.objectweb.asm.tree.InvokeDynamicInsnNode.desc:Ljava/lang/String;
            goto 6
         5: .line 197
      StackMap locals:
      StackMap stack:
            aload 1 /* insn */
            checkcast jdk.internal.org.objectweb.asm.tree.MethodInsnNode
            getfield jdk.internal.org.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
         6: .line 196
      StackMap locals:
      StackMap stack: java.lang.String
            astore 5 /* desc */
        start local 5 // java.lang.String desc
         7: .line 198
            aload 5 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            istore 3 /* size */
        end local 5 // java.lang.String desc
        start local 3 // int size
         8: .line 200
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.util.List int int
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            dup
            iload 3 /* size */
            aload 1 /* insn */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/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 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
            0    9     1    insn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0    9     2  values  Ljava/util/List<+Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;>;
            3    4     3    size  I
            8    9     3    size  I
            1    9     4  opcode  I
            7    8     5    desc  Ljava/lang/String;
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List<+Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;>;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    MethodParameters:
        Name  Flags
      insn    final
      values  final

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

  public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue merge(jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
        start local 1 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue d
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue w
         0: .line 210
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            instanceof jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
            ifeq 7
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            instanceof jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
            ifeq 7
         1: .line 211
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
         2: .line 212
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SmallSet.union:(Ljdk/internal/org/objectweb/asm/tree/analysis/SmallSet;)Ljava/util/Set;
         3: .line 211
            astore 3 /* s */
        start local 3 // java.util.Set s
         4: .line 213
            aload 3 /* s */
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            if_acmpne 6
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            if_icmpne 6
         5: .line 214
            aload 1 /* d */
            areturn
         6: .line 216
      StackMap locals: java.util.Set
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            dup
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            invokestatic java.lang.Math.min:(II)I
            aload 3 /* s */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
            areturn
        end local 3 // java.util.Set s
         7: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            if_icmpne 8
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokeinterface java.util.Set.containsAll:(Ljava/util/Collection;)Z
            ifne 12
         8: .line 220
      StackMap locals:
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* s */
        start local 3 // java.util.HashSet s
         9: .line 221
            aload 3 /* s */
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
            pop
        10: .line 222
            aload 3 /* s */
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
            pop
        11: .line 223
            new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            dup
            aload 1 /* d */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* w */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            invokestatic java.lang.Math.min:(II)I
            aload 3 /* s */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
            areturn
        end local 3 // java.util.HashSet s
        12: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* d */
            areturn
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue w
        end local 1 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue d
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
            0   13     1     d  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0   13     2     w  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            4    7     3     s  Ljava/util/Set<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
            9   12     3     s  Ljava/util/HashSet<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
    MethodParameters:
      Name  Flags
      d     final
      w     final

  public jdk.internal.org.objectweb.asm.tree.analysis.Value binaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            aload 3
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.binaryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException

  public jdk.internal.org.objectweb.asm.tree.analysis.Value ternaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            aload 3
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            aload 4
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.ternaryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException

  public void returnOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            aload 3
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.returnOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException

  public jdk.internal.org.objectweb.asm.tree.analysis.Value unaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.unaryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException

  public jdk.internal.org.objectweb.asm.tree.analysis.Value copyOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.copyOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException

  public jdk.internal.org.objectweb.asm.tree.analysis.Value naryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.util.List);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.naryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException

  public jdk.internal.org.objectweb.asm.tree.analysis.Value merge(jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            aload 2
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public jdk.internal.org.objectweb.asm.tree.analysis.Value newOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.newOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException

  public jdk.internal.org.objectweb.asm.tree.analysis.Value newValue(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/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 jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;>;Ljdk/internal/org/objectweb/asm/Opcodes;
SourceFile: "SourceInterpreter.java"