final class org.hibernate.collection.internal.PersistentList$SimpleAdd implements org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentList$SimpleAdd
  super_class: java.lang.Object
{
  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  final org.hibernate.collection.internal.PersistentList this$0;
    descriptor: Lorg/hibernate/collection/internal/PersistentList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void operate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentList$SimpleAdd this
         0: .line 535
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$SimpleAdd.this$0:Lorg/hibernate/collection/internal/PersistentList;
            getfield org.hibernate.collection.internal.PersistentList.list:Ljava/util/List;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$SimpleAdd.value:Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 536
            return
        end local 0 // org.hibernate.collection.internal.PersistentList$SimpleAdd this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentList$SimpleAdd;

  public java.lang.Object getAddedInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentList$SimpleAdd this
         0: .line 540
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$SimpleAdd.value:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentList$SimpleAdd this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentList$SimpleAdd;

  public java.lang.Object getOrphan();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentList$SimpleAdd this
         0: .line 545
            aconst_null
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentList$SimpleAdd this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentList$SimpleAdd;
}
SourceFile: "PersistentList.java"
NestHost: org.hibernate.collection.internal.PersistentList
InnerClasses:
  protected abstract DelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection
  final SimpleAdd = org.hibernate.collection.internal.PersistentList$SimpleAdd of org.hibernate.collection.internal.PersistentList