public class org.objectweb.asm.tree.analysis.SourceValue implements org.objectweb.asm.tree.analysis.Value
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: 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<org.objectweb.asm.tree.AbstractInsnNode> insns;
    descriptor: Ljava/util/Set;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/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 // org.objectweb.asm.tree.analysis.SourceValue this
        start local 1 // int size
         0: .line 68
            aload 0 /* this */
            iload 1 /* size */
            new org.objectweb.asm.tree.analysis.SmallSet
            dup
            invokespecial org.objectweb.asm.tree.analysis.SmallSet.<init>:()V
            invokespecial org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
         1: .line 69
            return
        end local 1 // int size
        end local 0 // org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  final

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

  public void <init>(int, java.util.Set<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 // org.objectweb.asm.tree.analysis.SourceValue this
        start local 1 // int size
        start local 2 // java.util.Set insnSet
         0: .line 90
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 91
            aload 0 /* this */
            iload 1 /* size */
            putfield org.objectweb.asm.tree.analysis.SourceValue.size:I
         2: .line 92
            aload 0 /* this */
            aload 2 /* insnSet */
            putfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
         3: .line 93
            return
        end local 2 // java.util.Set insnSet
        end local 1 // int size
        end local 0 // org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0    4     1     size  I
            0    4     2  insnSet  Ljava/util/Set<Lorg/objectweb/asm/tree/AbstractInsnNode;>;
    Signature: (ILjava/util/Set<Lorg/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 // org.objectweb.asm.tree.analysis.SourceValue this
         0: .line 103
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            ireturn
        end local 0 // org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/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 // org.objectweb.asm.tree.analysis.SourceValue this
        start local 1 // java.lang.Object value
         0: .line 108
            aload 1 /* value */
            instanceof org.objectweb.asm.tree.analysis.SourceValue
            ifne 2
         1: .line 109
            iconst_0
            ireturn
         2: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            checkcast org.objectweb.asm.tree.analysis.SourceValue
            astore 2 /* sourceValue */
        start local 2 // org.objectweb.asm.tree.analysis.SourceValue sourceValue
         3: .line 112
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            aload 2 /* sourceValue */
            getfield org.objectweb.asm.tree.analysis.SourceValue.size:I
            if_icmpne 4
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            aload 2 /* sourceValue */
            getfield 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: org.objectweb.asm.tree.analysis.SourceValue
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.objectweb.asm.tree.analysis.SourceValue sourceValue
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/objectweb/asm/tree/analysis/SourceValue;
            0    5     1        value  Ljava/lang/Object;
            3    5     2  sourceValue  Lorg/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 // org.objectweb.asm.tree.analysis.SourceValue this
         0: .line 117
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            ireturn
        end local 0 // org.objectweb.asm.tree.analysis.SourceValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/analysis/SourceValue;
}
SourceFile: "SourceValue.java"