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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
2: aload 0
aload 2
putfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
3: aload 0
aload 3
putfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
4: aload 0
aload 0
aload 3
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: aload 0
aload 4
putfield org.apache.commons.configuration2.tree.TreeData.nodeTracker:Lorg/apache/commons/configuration2/tree/NodeTracker;
6: aload 0
aload 5
putfield org.apache.commons.configuration2.tree.TreeData.referenceTracker:Lorg/apache/commons/configuration2/tree/ReferenceTracker;
7: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
areturn
end local 0 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 0: aload 0
getfield org.apache.commons.configuration2.tree.TreeData.nodeTracker:Lorg/apache/commons/configuration2/tree/NodeTracker;
areturn
end local 0 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 0: aload 0
getfield org.apache.commons.configuration2.tree.TreeData.referenceTracker:Lorg/apache/commons/configuration2/tree/ReferenceTracker;
areturn
end local 0 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 start local 1 0: aload 1
aload 0
invokevirtual org.apache.commons.configuration2.tree.TreeData.getRootNode:()Lorg/apache/commons/configuration2/tree/ImmutableNode;
if_acmpne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 1
aload 0
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
start local 2 3: aload 0
getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
aload 2
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.apache.commons.configuration2.tree.ImmutableNode
astore 3
start local 3 4: aload 3
ifnonnull 8
5: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Cannot determine parent! "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
6: aload 1
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: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode org.apache.commons.configuration2.tree.ImmutableNode
StackMap stack:
aload 3
aload 0
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 end local 2 end local 1 end local 0 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 0: new java.util.HashMap
dup
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
areturn
end local 0 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 0: new java.util.HashMap
dup
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
areturn
end local 0 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 start local 1 0: new org.apache.commons.configuration2.tree.TreeData
dup
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
1: aload 1
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.referenceTracker:Lorg/apache/commons/configuration2/tree/ReferenceTracker;
2: 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 end local 0 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 start local 1 0: new org.apache.commons.configuration2.tree.TreeData
dup
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.root:Lorg/apache/commons/configuration2/tree/ImmutableNode;
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.parentMapping:Ljava/util/Map;
aload 0
getfield org.apache.commons.configuration2.tree.TreeData.replacementMapping:Ljava/util/Map;
1: aload 0
getfield org.apache.commons.configuration2.tree.TreeData.nodeTracker:Lorg/apache/commons/configuration2/tree/NodeTracker;
aload 1
2: 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 end local 0 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 start local 1 0: aload 0
invokevirtual org.apache.commons.configuration2.tree.TreeData.getReferenceTracker:()Lorg/apache/commons/configuration2/tree/ReferenceTracker;
aload 1
invokevirtual org.apache.commons.configuration2.tree.ReferenceTracker.getReference:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)Ljava/lang/Object;
areturn
end local 1 end local 0 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 0: aload 0
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 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 start local 1 0: aload 0
astore 2
start local 2 1: StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode
StackMap stack:
aload 1
aload 2
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.apache.commons.configuration2.tree.ImmutableNode
astore 3
start local 3 2: aload 3
ifnull 4
3: aload 3
astore 2
4: StackMap locals: org.apache.commons.configuration2.tree.ImmutableNode
StackMap stack:
aload 3
ifnonnull 1
5: aload 2
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
1: astore 2
start local 2 2: aload 1
3: 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
start local 3 5: aload 2
aload 3
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast org.apache.commons.configuration2.tree.ImmutableNode
aload 3
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 6: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
7: aload 2
areturn
end local 2 end local 1 end local 0 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: 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: 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