public abstract class org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor extends org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter<org.apache.commons.configuration2.tree.ImmutableNode>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor
  super_class: org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor this
         0: .line 723
            aload 0 /* this */
            invokespecial org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter.<init>:()V
            return
        end local 0 // org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/BaseHierarchicalConfiguration$BuilderVisitor;

  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=3, locals=4, args_size=3
        start local 0 // org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        start local 2 // org.apache.commons.configuration2.tree.NodeHandler handler
         0: .line 729
            aload 2 /* handler */
            checkcast org.apache.commons.configuration2.tree.ReferenceNodeHandler
            astore 3 /* refHandler */
        start local 3 // org.apache.commons.configuration2.tree.ReferenceNodeHandler refHandler
         1: .line 730
            aload 0 /* this */
            aload 1 /* node */
            aload 3 /* refHandler */
            invokevirtual org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor.updateNode:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
         2: .line 731
            aload 0 /* this */
            aload 1 /* node */
            aload 3 /* refHandler */
            invokevirtual org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor.insertNewChildNodes:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
         3: .line 732
            return
        end local 3 // org.apache.commons.configuration2.tree.ReferenceNodeHandler refHandler
        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.BaseHierarchicalConfiguration$BuilderVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/commons/configuration2/BaseHierarchicalConfiguration$BuilderVisitor;
            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;>;
            1    4     3  refHandler  Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;
    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

  protected abstract void insert(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ReferenceNodeHandler);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      newNode     
      parent      
      sibling1    
      sibling2    
      refHandler  

  protected abstract void update(org.apache.commons.configuration2.tree.ImmutableNode, java.lang.Object, org.apache.commons.configuration2.tree.ReferenceNodeHandler);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      node        
      reference   
      refHandler  

  private void updateNode(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ReferenceNodeHandler);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        start local 2 // org.apache.commons.configuration2.tree.ReferenceNodeHandler refHandler
         0: .line 779
            aload 2 /* refHandler */
            aload 1 /* node */
            invokeinterface org.apache.commons.configuration2.tree.ReferenceNodeHandler.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
            astore 3 /* reference */
        start local 3 // java.lang.Object reference
         1: .line 780
            aload 3 /* reference */
            ifnull 3
         2: .line 782
            aload 0 /* this */
            aload 1 /* node */
            aload 3 /* reference */
            aload 2 /* refHandler */
            invokevirtual org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor.update:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
         3: .line 784
      StackMap locals: java.lang.Object
      StackMap stack:
            return
        end local 3 // java.lang.Object reference
        end local 2 // org.apache.commons.configuration2.tree.ReferenceNodeHandler refHandler
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        end local 0 // org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/commons/configuration2/BaseHierarchicalConfiguration$BuilderVisitor;
            0    4     1        node  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    4     2  refHandler  Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;
            1    4     3   reference  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      node        final
      refHandler  final

  private void insertNewChildNodes(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ReferenceNodeHandler);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        start local 2 // org.apache.commons.configuration2.tree.ReferenceNodeHandler refHandler
         0: .line 796
            new java.util.LinkedList
            dup
            aload 2 /* refHandler */
            aload 1 /* node */
            invokeinterface org.apache.commons.configuration2.tree.ReferenceNodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.LinkedList.<init>:(Ljava/util/Collection;)V
         1: .line 795
            astore 3 /* subNodes */
        start local 3 // java.util.Collection subNodes
         2: .line 797
            aload 3 /* subNodes */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4 /* children */
        start local 4 // java.util.Iterator children
         3: .line 799
            aconst_null
            astore 6 /* nd */
        start local 6 // org.apache.commons.configuration2.tree.ImmutableNode nd
         4: .line 801
            goto 29
         5: .line 806
      StackMap locals: org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ReferenceNodeHandler java.util.Collection java.util.Iterator top org.apache.commons.configuration2.tree.ImmutableNode
      StackMap stack:
            aload 6 /* nd */
            astore 5 /* sibling1 */
        start local 5 // org.apache.commons.configuration2.tree.ImmutableNode sibling1
         6: .line 807
            aload 4 /* children */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 6 /* nd */
         7: .line 808
            aload 2 /* refHandler */
            aload 6 /* nd */
            invokeinterface org.apache.commons.configuration2.tree.ReferenceNodeHandler.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
            ifnull 9
         8: .line 809
            aload 4 /* children */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         9: .line 811
      StackMap locals: org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ReferenceNodeHandler java.util.Collection java.util.Iterator org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode
      StackMap stack:
            aload 2 /* refHandler */
            aload 6 /* nd */
            invokeinterface org.apache.commons.configuration2.tree.ReferenceNodeHandler.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
            ifnonnull 29
        10: .line 815
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
        11: .line 814
            astore 7 /* newNodes */
        start local 7 // java.util.List newNodes
        12: .line 816
            aload 7 /* newNodes */
            aload 6 /* nd */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 817
            goto 17
        14: .line 819
      StackMap locals: java.util.List
      StackMap stack:
            aload 4 /* children */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 6 /* nd */
        15: .line 820
            aload 2 /* refHandler */
            aload 6 /* nd */
            invokeinterface org.apache.commons.configuration2.tree.ReferenceNodeHandler.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
            ifnonnull 18
        16: .line 822
            aload 7 /* newNodes */
            aload 6 /* nd */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        17: .line 817
      StackMap locals:
      StackMap stack:
            aload 4 /* children */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        18: .line 832
      StackMap locals:
      StackMap stack:
            aload 2 /* refHandler */
            aload 6 /* nd */
            invokeinterface org.apache.commons.configuration2.tree.ReferenceNodeHandler.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
            ifnonnull 19
            aconst_null
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 6 /* nd */
        20: .line 831
      StackMap locals:
      StackMap stack: org.apache.commons.configuration2.tree.ImmutableNode
            astore 8 /* sibling2 */
        start local 8 // org.apache.commons.configuration2.tree.ImmutableNode sibling2
        21: .line 833
            aload 7 /* newNodes */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 28
      StackMap locals: org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ReferenceNodeHandler java.util.Collection java.util.Iterator org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode java.util.List org.apache.commons.configuration2.tree.ImmutableNode top java.util.Iterator
      StackMap stack:
        22: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 9 /* insertNode */
        start local 9 // org.apache.commons.configuration2.tree.ImmutableNode insertNode
        23: .line 835
            aload 2 /* refHandler */
            aload 9 /* insertNode */
            invokeinterface org.apache.commons.configuration2.tree.ReferenceNodeHandler.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
            ifnonnull 28
        24: .line 837
            aload 0 /* this */
            aload 9 /* insertNode */
            aload 1 /* node */
            aload 5 /* sibling1 */
            aload 8 /* sibling2 */
        25: .line 838
            aload 2 /* refHandler */
        26: .line 837
            invokevirtual org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor.insert:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;)V
        27: .line 839
            aload 9 /* insertNode */
            astore 5 /* sibling1 */
        end local 9 // org.apache.commons.configuration2.tree.ImmutableNode insertNode
        28: .line 833
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        end local 8 // org.apache.commons.configuration2.tree.ImmutableNode sibling2
        end local 7 // java.util.List newNodes
        end local 5 // org.apache.commons.configuration2.tree.ImmutableNode sibling1
        29: .line 801
      StackMap locals: org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ReferenceNodeHandler java.util.Collection java.util.Iterator top org.apache.commons.configuration2.tree.ImmutableNode
      StackMap stack:
            aload 4 /* children */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        30: .line 844
            return
        end local 6 // org.apache.commons.configuration2.tree.ImmutableNode nd
        end local 4 // java.util.Iterator children
        end local 3 // java.util.Collection subNodes
        end local 2 // org.apache.commons.configuration2.tree.ReferenceNodeHandler refHandler
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        end local 0 // org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   31     0        this  Lorg/apache/commons/configuration2/BaseHierarchicalConfiguration$BuilderVisitor;
            0   31     1        node  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0   31     2  refHandler  Lorg/apache/commons/configuration2/tree/ReferenceNodeHandler;
            2   31     3    subNodes  Ljava/util/Collection<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            3   31     4    children  Ljava/util/Iterator<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            6   29     5    sibling1  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            4   31     6          nd  Lorg/apache/commons/configuration2/tree/ImmutableNode;
           12   29     7    newNodes  Ljava/util/List<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
           21   29     8    sibling2  Lorg/apache/commons/configuration2/tree/ImmutableNode;
           23   28     9  insertNode  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
            Name  Flags
      node        final
      refHandler  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.BaseHierarchicalConfiguration$BuilderVisitor.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: "BaseHierarchicalConfiguration.java"
NestHost: org.apache.commons.configuration2.BaseHierarchicalConfiguration
InnerClasses:
  protected abstract BuilderVisitor = org.apache.commons.configuration2.BaseHierarchicalConfiguration$BuilderVisitor of org.apache.commons.configuration2.BaseHierarchicalConfiguration