public final class org.apache.commons.configuration2.tree.ImmutableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.configuration2.tree.ImmutableNode
  super_class: java.lang.Object
{
  private final java.lang.String nodeName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.apache.commons.configuration2.tree.ImmutableNode> children;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;

  private final java.util.Map<java.lang.String, java.lang.Object> attributes;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private void <init>(org.apache.commons.configuration2.tree.ImmutableNode$Builder);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode$Builder b
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.createChildren:()Ljava/util/List;
            putfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
         2: .line 67
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.createAttributes:()Ljava/util/Map;
            putfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
         3: .line 68
            aload 0 /* this */
            aload 1 /* b */
            getfield org.apache.commons.configuration2.tree.ImmutableNode$Builder.name:Ljava/lang/String;
            putfield org.apache.commons.configuration2.tree.ImmutableNode.nodeName:Ljava/lang/String;
         4: .line 69
            aload 0 /* this */
            aload 1 /* b */
            getfield org.apache.commons.configuration2.tree.ImmutableNode$Builder.value:Ljava/lang/Object;
            putfield org.apache.commons.configuration2.tree.ImmutableNode.value:Ljava/lang/Object;
         5: .line 70
            return
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode$Builder b
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    6     1     b  Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
    MethodParameters:
      Name  Flags
      b     final

  public java.lang.String getNodeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
         0: .line 79
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.nodeName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
         0: .line 89
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.value:Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;

  public java.util.List<org.apache.commons.configuration2.tree.ImmutableNode> getChildren();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
         0: .line 100
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    Signature: ()Ljava/util/List<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;

  public java.util.List<org.apache.commons.configuration2.tree.ImmutableNode> getChildren(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.lang.String name
         0: .line 112
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* list */
        start local 2 // java.util.List list
         1: .line 113
            aload 1 /* name */
            ifnonnull 3
         2: .line 115
            aload 2 /* list */
            areturn
         3: .line 117
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode java.lang.String java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 3 /* node */
        start local 3 // org.apache.commons.configuration2.tree.ImmutableNode node
         5: .line 119
            aload 1 /* name */
            aload 3 /* node */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.getNodeName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 121
            aload 2 /* list */
            aload 3 /* node */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.apache.commons.configuration2.tree.ImmutableNode node
         7: .line 117
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 124
            aload 2 /* list */
            areturn
        end local 2 // java.util.List list
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    9     1  name  Ljava/lang/String;
            1    9     2  list  Ljava/util/List<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            5    7     3  node  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    Signature: (Ljava/lang/String;)Ljava/util/List<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
    MethodParameters:
      Name  Flags
      name  final

  public java.util.Map<java.lang.String, java.lang.Object> getAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
         0: .line 135
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public org.apache.commons.configuration2.tree.ImmutableNode setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.lang.String name
         0: .line 147
            new org.apache.commons.configuration2.tree.ImmutableNode$Builder
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial org.apache.commons.configuration2.tree.ImmutableNode$Builder.<init>:(Ljava/util/List;Ljava/util/Map;)V
            aload 1 /* name */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.name:(Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.value:Ljava/lang/Object;
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.value:(Ljava/lang/Object;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
         1: .line 148
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.create:()Lorg/apache/commons/configuration2/tree/ImmutableNode;
         2: .line 147
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public org.apache.commons.configuration2.tree.ImmutableNode setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.lang.Object newValue
         0: .line 160
            new org.apache.commons.configuration2.tree.ImmutableNode$Builder
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial org.apache.commons.configuration2.tree.ImmutableNode$Builder.<init>:(Ljava/util/List;Ljava/util/Map;)V
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.nodeName:Ljava/lang/String;
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.name:(Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            aload 1 /* newValue */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.value:(Ljava/lang/Object;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
         1: .line 161
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.create:()Lorg/apache/commons/configuration2/tree/ImmutableNode;
         2: .line 160
            areturn
        end local 1 // java.lang.Object newValue
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    3     1  newValue  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      newValue  final

  public org.apache.commons.configuration2.tree.ImmutableNode addChild(org.apache.commons.configuration2.tree.ImmutableNode);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode child
         0: .line 174
            aload 1 /* child */
            invokestatic org.apache.commons.configuration2.tree.ImmutableNode.checkChildNode:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)V
         1: .line 175
            new org.apache.commons.configuration2.tree.ImmutableNode$Builder
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial org.apache.commons.configuration2.tree.ImmutableNode$Builder.<init>:(ILjava/util/Map;)V
            astore 2 /* builder */
        start local 2 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
         2: .line 176
            aload 2 /* builder */
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.addChildren:(Ljava/util/Collection;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            aload 1 /* child */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.addChild:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            pop
         3: .line 177
            aload 0 /* this */
            aload 2 /* builder */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithBasicProperties:(Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 2 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode child
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    4     1    child  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            2    4     2  builder  Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
    MethodParameters:
       Name  Flags
      child  final

  public org.apache.commons.configuration2.tree.ImmutableNode removeChild(org.apache.commons.configuration2.tree.ImmutableNode);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode child
         0: .line 191
            new org.apache.commons.configuration2.tree.ImmutableNode$Builder
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial org.apache.commons.configuration2.tree.ImmutableNode$Builder.<init>:(ILjava/util/Map;)V
            astore 2 /* builder */
        start local 2 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
         1: .line 192
            iconst_0
            istore 3 /* foundChild */
        start local 3 // boolean foundChild
         2: .line 193
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 4 /* c */
        start local 4 // org.apache.commons.configuration2.tree.ImmutableNode c
         4: .line 195
            aload 4 /* c */
            aload 1 /* child */
            if_acmpne 7
         5: .line 197
            iconst_1
            istore 3 /* foundChild */
         6: .line 198
            goto 8
         7: .line 201
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int org.apache.commons.configuration2.tree.ImmutableNode java.util.Iterator
      StackMap stack:
            aload 2 /* builder */
            aload 4 /* c */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.addChild:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            pop
        end local 4 // org.apache.commons.configuration2.tree.ImmutableNode c
         8: .line 193
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 205
            iload 3 /* foundChild */
            ifeq 10
            aload 0 /* this */
            aload 2 /* builder */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithBasicProperties:(Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            goto 11
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int
      StackMap stack:
        10: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.apache.commons.configuration2.tree.ImmutableNode
        11: areturn
        end local 3 // boolean foundChild
        end local 2 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode child
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0   12     1       child  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            1   12     2     builder  Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            2   12     3  foundChild  Z
            4    8     4           c  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
       Name  Flags
      child  final

  public org.apache.commons.configuration2.tree.ImmutableNode replaceChild(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode oldChild
        start local 2 // org.apache.commons.configuration2.tree.ImmutableNode newChild
         0: .line 221
            aload 2 /* newChild */
            invokestatic org.apache.commons.configuration2.tree.ImmutableNode.checkChildNode:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)V
         1: .line 222
            new org.apache.commons.configuration2.tree.ImmutableNode$Builder
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial org.apache.commons.configuration2.tree.ImmutableNode$Builder.<init>:(ILjava/util/Map;)V
            astore 3 /* builder */
        start local 3 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
         2: .line 223
            iconst_0
            istore 4 /* foundChild */
        start local 4 // boolean foundChild
         3: .line 224
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 5 /* c */
        start local 5 // org.apache.commons.configuration2.tree.ImmutableNode c
         5: .line 226
            aload 5 /* c */
            aload 1 /* oldChild */
            if_acmpne 9
         6: .line 228
            aload 3 /* builder */
            aload 2 /* newChild */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.addChild:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            pop
         7: .line 229
            iconst_1
            istore 4 /* foundChild */
         8: .line 230
            goto 10
         9: .line 233
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int org.apache.commons.configuration2.tree.ImmutableNode java.util.Iterator
      StackMap stack:
            aload 3 /* builder */
            aload 5 /* c */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.addChild:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            pop
        end local 5 // org.apache.commons.configuration2.tree.ImmutableNode c
        10: .line 224
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        11: .line 237
            iload 4 /* foundChild */
            ifeq 12
            aload 0 /* this */
            aload 3 /* builder */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithBasicProperties:(Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            goto 13
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode$Builder int
      StackMap stack:
        12: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.apache.commons.configuration2.tree.ImmutableNode
        13: areturn
        end local 4 // boolean foundChild
        end local 3 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
        end local 2 // org.apache.commons.configuration2.tree.ImmutableNode newChild
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode oldChild
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0   14     1    oldChild  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0   14     2    newChild  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            2   14     3     builder  Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            3   14     4  foundChild  Z
            5   10     5           c  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
          Name  Flags
      oldChild  final
      newChild  final

  public org.apache.commons.configuration2.tree.ImmutableNode replaceChildren(java.util.Collection<org.apache.commons.configuration2.tree.ImmutableNode>);
    descriptor: (Ljava/util/Collection;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.util.Collection newChildren
         0: .line 253
            new org.apache.commons.configuration2.tree.ImmutableNode$Builder
            dup
            aconst_null
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial org.apache.commons.configuration2.tree.ImmutableNode$Builder.<init>:(Ljava/util/List;Ljava/util/Map;)V
            astore 2 /* builder */
        start local 2 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
         1: .line 254
            aload 2 /* builder */
            aload 1 /* newChildren */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.addChildren:(Ljava/util/Collection;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            pop
         2: .line 255
            aload 0 /* this */
            aload 2 /* builder */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithBasicProperties:(Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 2 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
        end local 1 // java.util.Collection newChildren
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    3     1  newChildren  Ljava/util/Collection<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            1    3     2      builder  Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
    Signature: (Ljava/util/Collection<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
             Name  Flags
      newChildren  final

  public org.apache.commons.configuration2.tree.ImmutableNode setAttribute(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 270
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            astore 3 /* newAttrs */
        start local 3 // java.util.Map newAttrs
         1: .line 271
            aload 3 /* newAttrs */
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 272
            aload 0 /* this */
            aload 3 /* newAttrs */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithNewAttributes:(Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 3 // java.util.Map newAttrs
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    3     1      name  Ljava/lang/String;
            0    3     2     value  Ljava/lang/Object;
            1    3     3  newAttrs  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public org.apache.commons.configuration2.tree.ImmutableNode setAttributes(java.util.Map<java.lang.String, ?>);
    descriptor: (Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.util.Map newAttributes
         0: .line 287
            aload 1 /* newAttributes */
            ifnull 1
            aload 1 /* newAttributes */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 2
         1: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         2: .line 292
      StackMap locals:
      StackMap stack:
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            astore 2 /* newAttrs */
        start local 2 // java.util.Map newAttrs
         3: .line 293
            aload 2 /* newAttrs */
            aload 1 /* newAttributes */
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         4: .line 294
            aload 0 /* this */
            aload 2 /* newAttrs */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithNewAttributes:(Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 2 // java.util.Map newAttrs
        end local 1 // java.util.Map newAttributes
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    5     1  newAttributes  Ljava/util/Map<Ljava/lang/String;*>;
            3    5     2       newAttrs  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;*>;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
               Name  Flags
      newAttributes  final

  public org.apache.commons.configuration2.tree.ImmutableNode removeAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.lang.String name
         0: .line 307
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.attributes:Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            astore 2 /* newAttrs */
        start local 2 // java.util.Map newAttrs
         1: .line 308
            aload 2 /* newAttrs */
            aload 1 /* name */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 3
         2: .line 310
            aload 0 /* this */
            aload 2 /* newAttrs */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithNewAttributes:(Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
         3: .line 312
      StackMap locals: java.util.Map
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // java.util.Map newAttrs
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    4     1      name  Ljava/lang/String;
            1    4     2  newAttrs  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      name  final

  private org.apache.commons.configuration2.tree.ImmutableNode createWithBasicProperties(org.apache.commons.configuration2.tree.ImmutableNode$Builder);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
         0: .line 325
            aload 1 /* builder */
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.nodeName:Ljava/lang/String;
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.name:(Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.value:Ljava/lang/Object;
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.value:(Ljava/lang/Object;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.create:()Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode$Builder builder
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    1     1  builder  Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
    MethodParameters:
         Name  Flags
      builder  final

  private org.apache.commons.configuration2.tree.ImmutableNode createWithNewAttributes(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
        start local 1 // java.util.Map newAttrs
         0: .line 337
            aload 0 /* this */
            new org.apache.commons.configuration2.tree.ImmutableNode$Builder
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.children:Ljava/util/List;
            aconst_null
            invokespecial org.apache.commons.configuration2.tree.ImmutableNode$Builder.<init>:(Ljava/util/List;Ljava/util/Map;)V
         1: .line 338
            aload 1 /* newAttrs */
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode$Builder.addAttributes:(Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;
         2: .line 337
            invokevirtual org.apache.commons.configuration2.tree.ImmutableNode.createWithBasicProperties:(Lorg/apache/commons/configuration2/tree/ImmutableNode$Builder;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 1 // java.util.Map newAttrs
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    3     1  newAttrs  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
          Name  Flags
      newAttrs  final

  private static void checkChildNode(org.apache.commons.configuration2.tree.ImmutableNode);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode child
         0: .line 351
            aload 0 /* child */
            ifnonnull 2
         1: .line 353
            new java.lang.IllegalArgumentException
            dup
            ldc "Child node must not be null!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 355
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode child
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  child  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
       Name  Flags
      child  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
         0: .line 668
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.ImmutableNode.nodeName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/ImmutableNode;
}
SourceFile: "ImmutableNode.java"
NestMembers:
  org.apache.commons.configuration2.tree.ImmutableNode$Builder
InnerClasses:
  public final Builder = org.apache.commons.configuration2.tree.ImmutableNode$Builder of org.apache.commons.configuration2.tree.ImmutableNode