public class jdk.internal.org.objectweb.asm.tree.analysis.SourceValue implements jdk.internal.org.objectweb.asm.tree.analysis.Value
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
  super_class: java.lang.Object
{
  public final int size;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.util.Set<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode> insns;
    descriptor: Ljava/util/Set;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
        start local 1 // int size
         0: .line 99
            aload 0 /* this */
            iload 1 /* size */
            new jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
            dup
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SmallSet.<init>:()V
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
         1: .line 100
            return
        end local 1 // int size
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  final

  public void <init>(int, jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
        start local 1 // int size
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 110
            aload 0 /* this */
            iload 1 /* size */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
         2: .line 111
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
            dup
            aload 2 /* insnNode */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SmallSet.<init>:(Ljava/lang/Object;)V
            putfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
         3: .line 112
            return
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 1 // int size
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0    4     1      size  I
            0    4     2  insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      size      final
      insnNode  final

  public void <init>(int, java.util.Set<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode>);
    descriptor: (ILjava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
        start local 1 // int size
        start local 2 // java.util.Set insnSet
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            aload 0 /* this */
            iload 1 /* size */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
         2: .line 123
            aload 0 /* this */
            aload 2 /* insnSet */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
         3: .line 124
            return
        end local 2 // java.util.Set insnSet
        end local 1 // int size
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0    4     1     size  I
            0    4     2  insnSet  Ljava/util/Set<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
    Signature: (ILjava/util/Set<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;)V
    MethodParameters:
         Name  Flags
      size     final
      insnSet  final

  public int getSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
         0: .line 134
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
        start local 1 // java.lang.Object value
         0: .line 139
            aload 1 /* value */
            instanceof jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            ifne 2
         1: .line 140
            iconst_0
            ireturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
            astore 2 /* sourceValue */
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue sourceValue
         3: .line 143
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* sourceValue */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
            if_icmpne 4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            aload 2 /* sourceValue */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue sourceValue
        end local 1 // java.lang.Object value
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
            0    5     1        value  Ljava/lang/Object;
            3    5     2  sourceValue  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
    MethodParameters:
       Name  Flags
      value  final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
         0: .line 148
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
}
SourceFile: "SourceValue.java"