class org.apache.commons.configuration2.tree.ModelTransaction$1 extends org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter<org.apache.commons.configuration2.tree.ImmutableNode>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration2.tree.ModelTransaction$1
  super_class: org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
{
  final org.apache.commons.configuration2.tree.ModelTransaction this$0;
    descriptor: Lorg/apache/commons/configuration2/tree/ModelTransaction;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void visitBeforeChildren(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.NodeHandler<org.apache.commons.configuration2.tree.ImmutableNode>);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.tree.ModelTransaction$1 this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        start local 2 // org.apache.commons.configuration2.tree.NodeHandler handler
         0: .line 500
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ModelTransaction$1.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
            getfield org.apache.commons.configuration2.tree.ModelTransaction.allRemovedNodes:Ljava/util/Collection;
            aload 1 /* node */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 501
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ModelTransaction$1.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
            getfield org.apache.commons.configuration2.tree.ModelTransaction.parentMapping:Ljava/util/Map;
            aload 1 /* node */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 502
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ModelTransaction$1.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
            aload 1 /* node */
            invokevirtual org.apache.commons.configuration2.tree.ModelTransaction.removeNodeFromReplacementMapping:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)V
         3: .line 503
            return
        end local 2 // org.apache.commons.configuration2.tree.NodeHandler handler
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        end local 0 // org.apache.commons.configuration2.tree.ModelTransaction$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/configuration2/tree/ModelTransaction$1;
            0    4     1     node  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    4     2  handler  Lorg/apache/commons/configuration2/tree/NodeHandler<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
    Signature: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/NodeHandler<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;)V
    MethodParameters:
         Name  Flags
      node     final
      handler  final

  public void visitBeforeChildren(java.lang.Object, org.apache.commons.configuration2.tree.NodeHandler);
    descriptor: (Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            aload 2
            checkcast org.apache.commons.configuration2.tree.NodeHandler
            invokevirtual org.apache.commons.configuration2.tree.ModelTransaction$1.visitBeforeChildren:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/apache/commons/configuration2/tree/ConfigurationNodeVisitorAdapter<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
SourceFile: "ModelTransaction.java"
EnclosingMethod: org.apache.commons.configuration2.tree.ModelTransaction.removeNodesFromParentAndReplacementMapping:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)V
NestHost: org.apache.commons.configuration2.tree.ModelTransaction
InnerClasses:
  org.apache.commons.configuration2.tree.ModelTransaction$1