abstract class org.apache.commons.configuration2.tree.ModelTransaction$Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.configuration2.tree.ModelTransaction$Operation
  super_class: java.lang.Object
{
  final org.apache.commons.configuration2.tree.ModelTransaction this$0;
    descriptor: Lorg/apache/commons/configuration2/tree/ModelTransaction;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.commons.configuration2.tree.ModelTransaction);
    descriptor: (Lorg/apache/commons/configuration2/tree/ModelTransaction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ModelTransaction$Operation this
         0: .line 670
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.configuration2.tree.ModelTransaction$Operation.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.configuration2.tree.ModelTransaction$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/ModelTransaction$Operation;
    MethodParameters:
        Name  Flags
      this$0  final

  protected abstract org.apache.commons.configuration2.tree.ImmutableNode apply(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ModelTransaction$Operations);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ModelTransaction$Operations;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      target      
      operations  
}
SourceFile: "ModelTransaction.java"
NestHost: org.apache.commons.configuration2.tree.ModelTransaction
InnerClasses:
  private abstract Operation = org.apache.commons.configuration2.tree.ModelTransaction$Operation of org.apache.commons.configuration2.tree.ModelTransaction
  private Operations = org.apache.commons.configuration2.tree.ModelTransaction$Operations of org.apache.commons.configuration2.tree.ModelTransaction