final class org.hibernate.collection.internal.PersistentSet$SimpleAdd extends org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentSet$SimpleAdd
  super_class: org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation
{
  final org.hibernate.collection.internal.PersistentSet this$0;
    descriptor: Lorg/hibernate/collection/internal/PersistentSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.hibernate.collection.internal.PersistentSet, java.lang.Object);
    descriptor: (Lorg/hibernate/collection/internal/PersistentSet;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSet$SimpleAdd this
        start local 2 // java.lang.Object addedValue
         0: .line 468
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentSet$SimpleAdd.this$0:Lorg/hibernate/collection/internal/PersistentSet;
         1: .line 469
            aload 0 /* this */
            aload 1
            aload 2 /* addedValue */
            aconst_null
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 470
            return
        end local 2 // java.lang.Object addedValue
        end local 0 // org.hibernate.collection.internal.PersistentSet$SimpleAdd this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/hibernate/collection/internal/PersistentSet$SimpleAdd;
            0    3     2  addedValue  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      this$0      final
      addedValue  

  public void operate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet$SimpleAdd this
         0: .line 475
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet$SimpleAdd.this$0:Lorg/hibernate/collection/internal/PersistentSet;
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet$SimpleAdd.getAddedInstance:()Ljava/lang/Object;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 476
            return
        end local 0 // org.hibernate.collection.internal.PersistentSet$SimpleAdd this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSet$SimpleAdd;
}
SourceFile: "PersistentSet.java"
NestHost: org.hibernate.collection.internal.PersistentSet
InnerClasses:
  protected abstract AbstractValueDelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection
  final SimpleAdd = org.hibernate.collection.internal.PersistentSet$SimpleAdd of org.hibernate.collection.internal.PersistentSet