class org.apache.commons.configuration2.tree.TreeData extends org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler implements org.apache.commons.configuration2.tree.ReferenceNodeHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration2.tree.TreeData
  super_class: org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
{
  private final org.apache.commons.configuration2.tree.ImmutableNode root;
    descriptor: Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private final org.apache.commons.configuration2.tree.NodeTracker nodeTracker;
    descriptor: Lorg/apache/commons/configuration2/tree/NodeTracker;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.configuration2.tree.ReferenceTracker referenceTracker;
    descriptor: Lorg/apache/commons/configuration2/tree/ReferenceTracker;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.commons.configuration2.tree.ImmutableNode, java.util.Map<org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode>, java.util.Map<org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode>, org.apache.commons.configuration2.tree.NodeTracker, org.apache.commons.configuration2.tree.ReferenceTracker);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map;Ljava/util/Map;Lorg/apache/commons/configuration2/tree/NodeTracker;Lorg/apache/commons/configuration2/tree/ReferenceTracker;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode root
        start local 2 // java.util.Map parentMapping
        start local 3 // java.util.Map replacements
        start local 4 // org.apache.commons.configuration2.tree.NodeTracker tracker
        start local 5 // org.apache.commons.configuration2.tree.ReferenceTracker refTracker
         0: .line 65
            aload 0 /* this */
            invokespecial org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* root */
            putfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
         2: .line 71
            aload 0 /* this */
            aload 2 /* parentMapping */
            putfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
         3: .line 72
            aload 0 /* this */
            aload 3 /* replacements */
            putfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
         4: .line 73
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* replacements */
            invokevirtual org.apache.commons.configuration2.tree.TreeData.createInverseMapping:(Ljava/util/Map;)Ljava/util/Map;
            putfield org.apache.commons.configuration2.tree.TreeData.inverseReplacementMapping:Ljava/util/Map;
         5: .line 74
            aload 0 /* this */
            aload 4 /* tracker */
            putfield org.apache.commons.configuration2.tree.TreeData.nodeTracker:Lorg/apache/commons/configuration2/tree/NodeTracker;
         6: .line 75
            aload 0 /* this */
            aload 5 /* refTracker */
            putfield org.apache.commons.configuration2.tree.TreeData.referenceTracker:Lorg/apache/commons/configuration2/tree/ReferenceTracker;
         7: .line 76
            return
        end local 5 // org.apache.commons.configuration2.tree.ReferenceTracker refTracker
        end local 4 // org.apache.commons.configuration2.tree.NodeTracker tracker
        end local 3 // java.util.Map replacements
        end local 2 // java.util.Map parentMapping
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode root
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/apache/commons/configuration2/tree/TreeData;
            0    8     1           root  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    8     2  parentMapping  Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            0    8     3   replacements  Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            0    8     4        tracker  Lorg/apache/commons/configuration2/tree/NodeTracker;
            0    8     5     refTracker  Lorg/apache/commons/configuration2/tree/ReferenceTracker;
    Signature: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;Lorg/apache/commons/configuration2/tree/NodeTracker;Lorg/apache/commons/configuration2/tree/ReferenceTracker;)V
    MethodParameters:
               Name  Flags
      root           final
      parentMapping  final
      replacements   final
      tracker        final
      refTracker     final

  public org.apache.commons.configuration2.tree.ImmutableNode getRootNode();
    descriptor: ()Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
         0: .line 81
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/TreeData;

  public org.apache.commons.configuration2.tree.NodeTracker getNodeTracker();
    descriptor: ()Lorg/apache/commons/configuration2/tree/NodeTracker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
         0: .line 91
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.nodeTracker:Lorg/apache/commons/configuration2/tree/NodeTracker;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/TreeData;

  public org.apache.commons.configuration2.tree.ReferenceTracker getReferenceTracker();
    descriptor: ()Lorg/apache/commons/configuration2/tree/ReferenceTracker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
         0: .line 101
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.referenceTracker:Lorg/apache/commons/configuration2/tree/ReferenceTracker;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/TreeData;

  public org.apache.commons.configuration2.tree.ImmutableNode getParent(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=5, locals=4, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
         0: .line 116
            aload 1 /* node */
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.TreeData.getRootNode:()Lorg/apache/commons/configuration2/tree/ImmutableNode;
            if_acmpne 2
         1: .line 118
            aconst_null
            areturn
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.inverseReplacementMapping:Ljava/util/Map;
            invokestatic org.apache.commons.configuration2.tree.TreeData.handleReplacements:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            astore 2 /* org */
        start local 2 // org.apache.commons.configuration2.tree.ImmutableNode org
         3: .line 122
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
            aload 2 /* org */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 3 /* parent */
        start local 3 // org.apache.commons.configuration2.tree.ImmutableNode parent
         4: .line 123
            aload 3 /* parent */
            ifnonnull 8
         5: .line 125
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot determine parent! "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 126
            aload 1 /* node */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not part of this model."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 125
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 128
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode
      StackMap stack:
            aload 3 /* parent */
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
            invokestatic org.apache.commons.configuration2.tree.TreeData.handleReplacements:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
        end local 3 // org.apache.commons.configuration2.tree.ImmutableNode parent
        end local 2 // org.apache.commons.configuration2.tree.ImmutableNode org
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/commons/configuration2/tree/TreeData;
            0    9     1    node  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            3    9     2     org  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            4    9     3  parent  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
      Name  Flags
      node  final

  public java.util.Map<org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode> copyParentMapping();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
         0: .line 138
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            areturn
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/TreeData;
    Signature: ()Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;

  public java.util.Map<org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode> copyReplacementMapping();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
         0: .line 148
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            areturn
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/TreeData;
    Signature: ()Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;

  public org.apache.commons.configuration2.tree.TreeData updateNodeTracker(org.apache.commons.configuration2.tree.NodeTracker);
    descriptor: (Lorg/apache/commons/configuration2/tree/NodeTracker;)Lorg/apache/commons/configuration2/tree/TreeData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
        start local 1 // org.apache.commons.configuration2.tree.NodeTracker newTracker
         0: .line 161
            new org.apache.commons.configuration2.tree.TreeData
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
         1: .line 162
            aload 1 /* newTracker */
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.referenceTracker:Lorg/apache/commons/configuration2/tree/ReferenceTracker;
         2: .line 161
            invokespecial org.apache.commons.configuration2.tree.TreeData.<init>:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map;Ljava/util/Map;Lorg/apache/commons/configuration2/tree/NodeTracker;Lorg/apache/commons/configuration2/tree/ReferenceTracker;)V
            areturn
        end local 1 // org.apache.commons.configuration2.tree.NodeTracker newTracker
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/commons/configuration2/tree/TreeData;
            0    3     1  newTracker  Lorg/apache/commons/configuration2/tree/NodeTracker;
    MethodParameters:
            Name  Flags
      newTracker  final

  public org.apache.commons.configuration2.tree.TreeData updateReferenceTracker(org.apache.commons.configuration2.tree.ReferenceTracker);
    descriptor: (Lorg/apache/commons/configuration2/tree/ReferenceTracker;)Lorg/apache/commons/configuration2/tree/TreeData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
        start local 1 // org.apache.commons.configuration2.tree.ReferenceTracker newTracker
         0: .line 175
            new org.apache.commons.configuration2.tree.TreeData
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
         1: .line 176
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.TreeData.nodeTracker:Lorg/apache/commons/configuration2/tree/NodeTracker;
            aload 1 /* newTracker */
         2: .line 175
            invokespecial org.apache.commons.configuration2.tree.TreeData.<init>:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map;Ljava/util/Map;Lorg/apache/commons/configuration2/tree/NodeTracker;Lorg/apache/commons/configuration2/tree/ReferenceTracker;)V
            areturn
        end local 1 // org.apache.commons.configuration2.tree.ReferenceTracker newTracker
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/commons/configuration2/tree/TreeData;
            0    3     1  newTracker  Lorg/apache/commons/configuration2/tree/ReferenceTracker;
    MethodParameters:
            Name  Flags
      newTracker  final

  public java.lang.Object getReference(org.apache.commons.configuration2.tree.ImmutableNode);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
        start local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
         0: .line 185
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.TreeData.getReferenceTracker:()Lorg/apache/commons/configuration2/tree/ReferenceTracker;
            aload 1 /* node */
            invokevirtual org.apache.commons.configuration2.tree.ReferenceTracker.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.apache.commons.configuration2.tree.ImmutableNode node
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/TreeData;
            0    1     1  node  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
      Name  Flags
      node  final

  public java.util.List<java.lang.Object> removedReferences();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
         0: .line 194
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.TreeData.getReferenceTracker:()Lorg/apache/commons/configuration2/tree/ReferenceTracker;
            invokevirtual org.apache.commons.configuration2.tree.ReferenceTracker.getRemovedReferences:()Ljava/util/List;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/TreeData;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;

  private static org.apache.commons.configuration2.tree.ImmutableNode handleReplacements(org.apache.commons.configuration2.tree.ImmutableNode, java.util.Map<org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode>);
    descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.ImmutableNode replace
        start local 1 // java.util.Map mapping
         0: .line 213
            aload 0 /* replace */
            astore 2 /* node */
        start local 2 // org.apache.commons.configuration2.tree.ImmutableNode node
         1: .line 217
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode
      StackMap stack:
            aload 1 /* mapping */
            aload 2 /* node */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            astore 3 /* org */
        start local 3 // org.apache.commons.configuration2.tree.ImmutableNode org
         2: .line 218
            aload 3 /* org */
            ifnull 4
         3: .line 220
            aload 3 /* org */
            astore 2 /* node */
         4: .line 222
      StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode
      StackMap stack:
            aload 3 /* org */
            ifnonnull 1
         5: .line 223
            aload 2 /* node */
            areturn
        end local 3 // org.apache.commons.configuration2.tree.ImmutableNode org
        end local 2 // org.apache.commons.configuration2.tree.ImmutableNode node
        end local 1 // java.util.Map mapping
        end local 0 // org.apache.commons.configuration2.tree.ImmutableNode replace
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  replace  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            0    6     1  mapping  Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            1    6     2     node  Lorg/apache/commons/configuration2/tree/ImmutableNode;
            2    6     3      org  Lorg/apache/commons/configuration2/tree/ImmutableNode;
    Signature: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
    MethodParameters:
         Name  Flags
      replace  final
      mapping  final

  private java.util.Map<org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode> createInverseMapping(java.util.Map<org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.ImmutableNode>);
    descriptor: (Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.TreeData this
        start local 1 // java.util.Map replacements
         0: .line 236
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
         1: .line 235
            astore 2 /* inverseMapping */
        start local 2 // java.util.Map inverseMapping
         2: .line 237
            aload 1 /* replacements */
         3: .line 238
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: org.apache.commons.configuration2.tree.TreeData java.util.Map java.util.Map top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* e */
        start local 3 // java.util.Map$Entry e
         5: .line 240
            aload 2 /* inverseMapping */
            aload 3 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            aload 3 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.util.Map$Entry e
         6: .line 237
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 242
            aload 2 /* inverseMapping */
            areturn
        end local 2 // java.util.Map inverseMapping
        end local 1 // java.util.Map replacements
        end local 0 // org.apache.commons.configuration2.tree.TreeData this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/apache/commons/configuration2/tree/TreeData;
            0    8     1    replacements  Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            2    8     2  inverseMapping  Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
            5    6     3               e  Ljava/util/Map$Entry<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
    Signature: (Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;)Ljava/util/Map<Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
    MethodParameters:
              Name  Flags
      replacements  final

  public java.lang.Object getRootNode();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.configuration2.tree.TreeData.getRootNode:()Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getParent(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.commons.configuration2.tree.ImmutableNode
            invokevirtual org.apache.commons.configuration2.tree.TreeData.getParent:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Lorg/apache/commons/configuration2/tree/ImmutableNode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TreeData.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map