class org.apache.commons.configuration2.tree.ModelTransaction$1 extends org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter<org.apache.commons.configuration2.tree.ImmutableNode>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.configuration2.tree.ModelTransaction$1
super_class: org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
{
final org.apache.commons.configuration2.tree.ModelTransaction this$0;
descriptor: Lorg/apache/commons/configuration2/tree/ModelTransaction;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.configuration2.tree.ModelTransaction);
descriptor: (Lorg/apache/commons/configuration2/tree/ModelTransaction;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.commons.configuration2.tree.ModelTransaction$1.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
aload 0
invokespecial org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/tree/ModelTransaction$1;
MethodParameters:
Name Flags
this$0 final
public void visitBeforeChildren(org.apache.commons.configuration2.tree.ImmutableNode, org.apache.commons.configuration2.tree.NodeHandler<org.apache.commons.configuration2.tree.ImmutableNode>);
descriptor: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.apache.commons.configuration2.tree.ModelTransaction$1.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
getfield org.apache.commons.configuration2.tree.ModelTransaction.allRemovedNodes:Ljava/util/Collection;
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
1: aload 0
getfield org.apache.commons.configuration2.tree.ModelTransaction$1.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
getfield org.apache.commons.configuration2.tree.ModelTransaction.parentMapping:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
2: aload 0
getfield org.apache.commons.configuration2.tree.ModelTransaction$1.this$0:Lorg/apache/commons/configuration2/tree/ModelTransaction;
aload 1
invokevirtual org.apache.commons.configuration2.tree.ModelTransaction.removeNodeFromReplacementMapping:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/configuration2/tree/ModelTransaction$1;
0 4 1 node Lorg/apache/commons/configuration2/tree/ImmutableNode;
0 4 2 handler Lorg/apache/commons/configuration2/tree/NodeHandler<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
Signature: (Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/NodeHandler<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;)V
MethodParameters:
Name Flags
node final
handler final
public void visitBeforeChildren(java.lang.Object, org.apache.commons.configuration2.tree.NodeHandler);
descriptor: (Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.apache.commons.configuration2.tree.ImmutableNode
aload 2
checkcast org.apache.commons.configuration2.tree.NodeHandler
invokevirtual org.apache.commons.configuration2.tree.ModelTransaction$1.visitBeforeChildren:(Lorg/apache/commons/configuration2/tree/ImmutableNode;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/apache/commons/configuration2/tree/ConfigurationNodeVisitorAdapter<Lorg/apache/commons/configuration2/tree/ImmutableNode;>;
SourceFile: "ModelTransaction.java"
EnclosingMethod: org.apache.commons.configuration2.tree.ModelTransaction.removeNodesFromParentAndReplacementMapping:(Lorg/apache/commons/configuration2/tree/ImmutableNode;)V
NestHost: org.apache.commons.configuration2.tree.ModelTransaction
InnerClasses:
org.apache.commons.configuration2.tree.ModelTransaction$1