class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren<T> extends org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
super_class: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
{
private final java.util.List<T> subNodes;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<TT;>;
public void <init>(org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T>, org.apache.commons.jxpath.ri.compiler.NodeTest, boolean, org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T>);
descriptor: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Lorg/apache/commons/jxpath/ri/compiler/NodeTest;ZLorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
iload 3
invokespecial org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.<init>:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Z)V
1: aload 1
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getConfigurationNode:()Ljava/lang/Object;
astore 5
start local 5 2: aload 0
aload 0
aload 5
aload 2
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.createSubNodeList:(Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/compiler/NodeTest;)Ljava/util/List;
putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.subNodes:Ljava/util/List;
3: aload 4
ifnull 8
4: aload 0
aload 0
aload 0
getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.subNodes:Ljava/util/List;
5: aload 4
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getConfigurationNode:()Ljava/lang/Object;
6: invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.findStartIndex:(Ljava/util/List;Ljava/lang/Object;)I
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.setStartOffset:(I)V
7: goto 10
8: StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer org.apache.commons.jxpath.ri.compiler.NodeTest int org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer java.lang.Object
StackMap stack:
iload 3
ifeq 10
9: aload 0
aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.size:()I
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.setStartOffset:(I)V
10: StackMap locals:
StackMap stack:
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 11 0 this Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorChildren<TT;>;
0 11 1 parent Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;
0 11 2 nodeTest Lorg/apache/commons/jxpath/ri/compiler/NodeTest;
0 11 3 reverse Z
0 11 4 startsWith Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;
2 11 5 root TT;
Signature: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;Lorg/apache/commons/jxpath/ri/compiler/NodeTest;ZLorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;)V
MethodParameters:
Name Flags
parent final
nodeTest final
reverse final
startsWith final
protected org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(int);
descriptor: (I)Lorg/apache/commons/jxpath/ri/model/NodePointer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
dup
aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getParent:()Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
aload 0
getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.subNodes:Ljava/util/List;
1: iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
2: invokespecial org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.<init>:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorChildren<TT;>;
0 3 1 position I
MethodParameters:
Name Flags
position final
protected int size();
descriptor: ()I
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.subNodes:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorChildren<TT;>;
private java.util.List<T> createSubNodeList(T, org.apache.commons.jxpath.ri.compiler.NodeTest);
descriptor: (Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/compiler/NodeTest;)Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnonnull 2
1: aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
aload 1
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
areturn
2: StackMap locals:
StackMap stack:
aload 2
instanceof org.apache.commons.jxpath.ri.compiler.NodeNameTest
ifeq 11
3: aload 2
checkcast org.apache.commons.jxpath.ri.compiler.NodeNameTest
astore 3
start local 3 4: aload 3
invokevirtual org.apache.commons.jxpath.ri.compiler.NodeNameTest.getNodeName:()Lorg/apache/commons/jxpath/ri/QName;
astore 4
start local 4 5: aload 3
invokevirtual org.apache.commons.jxpath.ri.compiler.NodeNameTest.isWildcard:()Z
ifeq 9
aload 0
6: aload 1
aload 4
7: invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.createSubNodeListForWildcardName:(Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
8: goto 10
StackMap locals: org.apache.commons.jxpath.ri.compiler.NodeNameTest org.apache.commons.jxpath.ri.QName
StackMap stack:
9: aload 0
aload 1
aload 4
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.createSubNodeListForName:(Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
10: StackMap locals:
StackMap stack: java.util.List
areturn
end local 4 end local 3 11: StackMap locals:
StackMap stack:
aload 2
instanceof org.apache.commons.jxpath.ri.compiler.NodeTypeTest
ifeq 16
12: aload 2
checkcast org.apache.commons.jxpath.ri.compiler.NodeTypeTest
astore 3
start local 3 13: aload 3
invokevirtual org.apache.commons.jxpath.ri.compiler.NodeTypeTest.getNodeType:()I
iconst_1
if_icmpeq 15
14: aload 3
invokevirtual org.apache.commons.jxpath.ri.compiler.NodeTypeTest.getNodeType:()I
iconst_2
if_icmpne 16
15: StackMap locals: org.apache.commons.jxpath.ri.compiler.NodeTypeTest
StackMap stack:
aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
aload 1
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
areturn
end local 3 16: StackMap locals:
StackMap stack:
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorChildren<TT;>;
0 17 1 node TT;
0 17 2 test Lorg/apache/commons/jxpath/ri/compiler/NodeTest;
4 11 3 nameTest Lorg/apache/commons/jxpath/ri/compiler/NodeNameTest;
5 11 4 name Lorg/apache/commons/jxpath/ri/QName;
13 16 3 typeTest Lorg/apache/commons/jxpath/ri/compiler/NodeTypeTest;
Signature: (TT;Lorg/apache/commons/jxpath/ri/compiler/NodeTest;)Ljava/util/List<TT;>;
MethodParameters:
Name Flags
node final
test final
private java.util.List<T> createSubNodeListForName(T, org.apache.commons.jxpath.ri.QName);
descriptor: (Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokestatic org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.qualifiedName:(Lorg/apache/commons/jxpath/ri/QName;)Ljava/lang/String;
astore 3
start local 3 1: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 4
start local 4 2: aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
aload 1
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 6
goto 9
StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren java.lang.Object org.apache.commons.jxpath.ri.QName java.lang.String java.util.List top java.util.Iterator
StackMap stack:
3: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 5
start local 5 4: aload 3
aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
5: aload 5
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.nodeName:(Ljava/lang/Object;)Ljava/lang/String;
6: invokestatic org.apache.commons.lang3.StringUtils.equals:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
7: ifeq 9
8: aload 4
aload 5
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 5 9: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
10: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorChildren<TT;>;
0 11 1 node TT;
0 11 2 name Lorg/apache/commons/jxpath/ri/QName;
1 11 3 compareName Ljava/lang/String;
2 11 4 result Ljava/util/List<TT;>;
4 9 5 child TT;
Signature: (TT;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List<TT;>;
MethodParameters:
Name Flags
node final
name final
private java.util.List<T> createSubNodeListForWildcardName(T, org.apache.commons.jxpath.ri.QName);
descriptor: (Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
aload 1
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
astore 3
start local 3 1: aload 2
invokevirtual org.apache.commons.jxpath.ri.QName.getPrefix:()Ljava/lang/String;
ifnonnull 3
2: aload 3
areturn
3: StackMap locals: java.util.List
StackMap stack:
new java.util.ArrayList
dup
aload 3
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
astore 4
start local 4 4: aload 2
invokevirtual org.apache.commons.jxpath.ri.QName.getPrefix:()Ljava/lang/String;
aconst_null
invokestatic org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.prefixName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
astore 5
start local 5 5: aload 3
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 7
goto 12
StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren java.lang.Object org.apache.commons.jxpath.ri.QName java.util.List java.util.List java.lang.String top java.util.Iterator
StackMap stack:
6: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 6
start local 6 7: aload 0
invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
aload 6
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.nodeName:(Ljava/lang/Object;)Ljava/lang/String;
8: aload 5
9: invokestatic org.apache.commons.lang3.StringUtils.startsWith:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
10: ifeq 12
11: aload 4
aload 6
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 6 12: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
13: aload 4
areturn
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 14 0 this Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorChildren<TT;>;
0 14 1 node TT;
0 14 2 name Lorg/apache/commons/jxpath/ri/QName;
1 14 3 children Ljava/util/List<TT;>;
4 14 4 prefixChildren Ljava/util/List<TT;>;
5 14 5 prefix Ljava/lang/String;
7 12 6 child TT;
Signature: (TT;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List<TT;>;
MethodParameters:
Name Flags
node final
name final
private int findStartIndex(java.util.List<T>, );
descriptor: (Ljava/util/List;Ljava/lang/Object;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=6, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 6
StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren java.util.List java.lang.Object int top java.util.Iterator
StackMap stack:
2: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 4
start local 4 3: aload 4
aload 2
if_acmpne 5
4: iload 3
ireturn
5: StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren java.util.List java.lang.Object int java.lang.Object java.util.Iterator
StackMap stack:
iinc 3 1
end local 4 6: StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren java.util.List java.lang.Object int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
7: iconst_m1
ireturn
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/xpath/ConfigurationNodeIteratorChildren<TT;>;
0 8 1 children Ljava/util/List<TT;>;
0 8 2 startNode TT;
1 8 3 index I
3 6 4 child TT;
Signature: (Ljava/util/List<TT;>;TT;)I
MethodParameters:
Name Flags
children final
startNode final
}
Signature: <T:Ljava/lang/Object;>Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
SourceFile: "ConfigurationNodeIteratorChildren.java"