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 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
        start local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        start local 2 // org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest
        start local 3 // boolean reverse
        start local 4 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer startsWith
         0: .line 58
            aload 0 /* this */
            aload 1 /* parent */
            iload 3 /* reverse */
            invokespecial org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.<init>:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Z)V
         1: .line 59
            aload 1 /* parent */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getConfigurationNode:()Ljava/lang/Object;
            astore 5 /* root */
        start local 5 // java.lang.Object root
         2: .line 60
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* root */
            aload 2 /* nodeTest */
            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: .line 62
            aload 4 /* startsWith */
            ifnull 8
         4: .line 64
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.subNodes:Ljava/util/List;
         5: .line 65
            aload 4 /* startsWith */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getConfigurationNode:()Ljava/lang/Object;
         6: .line 64
            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: .line 66
            goto 10
         8: .line 69
      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 /* reverse */
            ifeq 10
         9: .line 71
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.size:()I
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.setStartOffset:(I)V
        10: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.Object root
        end local 4 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer startsWith
        end local 3 // boolean reverse
        end local 2 // org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest
        end local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
      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 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
        start local 1 // int position
         0: .line 85
            new org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getParent:()Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.subNodes:Ljava/util/List;
         1: .line 86
            iload 1 /* position */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
         2: .line 85
            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 // int position
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
      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 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
         0: .line 98
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.subNodes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
      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 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
        start local 1 // java.lang.Object node
        start local 2 // org.apache.commons.jxpath.ri.compiler.NodeTest test
         0: .line 112
            aload 2 /* test */
            ifnonnull 2
         1: .line 114
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
            aload 1 /* node */
            invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
            areturn
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 2 /* test */
            instanceof org.apache.commons.jxpath.ri.compiler.NodeNameTest
            ifeq 11
         3: .line 118
            aload 2 /* test */
            checkcast org.apache.commons.jxpath.ri.compiler.NodeNameTest
            astore 3 /* nameTest */
        start local 3 // org.apache.commons.jxpath.ri.compiler.NodeNameTest nameTest
         4: .line 119
            aload 3 /* nameTest */
            invokevirtual org.apache.commons.jxpath.ri.compiler.NodeNameTest.getNodeName:()Lorg/apache/commons/jxpath/ri/QName;
            astore 4 /* name */
        start local 4 // org.apache.commons.jxpath.ri.QName name
         5: .line 120
            aload 3 /* nameTest */
            invokevirtual org.apache.commons.jxpath.ri.compiler.NodeNameTest.isWildcard:()Z
            ifeq 9
            aload 0 /* this */
         6: .line 121
            aload 1 /* node */
            aload 4 /* name */
         7: .line 120
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.createSubNodeListForWildcardName:(Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
         8: .line 121
            goto 10
      StackMap locals: org.apache.commons.jxpath.ri.compiler.NodeNameTest org.apache.commons.jxpath.ri.QName
      StackMap stack:
         9: aload 0 /* this */
            aload 1 /* node */
            aload 4 /* name */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.createSubNodeListForName:(Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
        10: .line 120
      StackMap locals:
      StackMap stack: java.util.List
            areturn
        end local 4 // org.apache.commons.jxpath.ri.QName name
        end local 3 // org.apache.commons.jxpath.ri.compiler.NodeNameTest nameTest
        11: .line 124
      StackMap locals:
      StackMap stack:
            aload 2 /* test */
            instanceof org.apache.commons.jxpath.ri.compiler.NodeTypeTest
            ifeq 16
        12: .line 126
            aload 2 /* test */
            checkcast org.apache.commons.jxpath.ri.compiler.NodeTypeTest
            astore 3 /* typeTest */
        start local 3 // org.apache.commons.jxpath.ri.compiler.NodeTypeTest typeTest
        13: .line 127
            aload 3 /* typeTest */
            invokevirtual org.apache.commons.jxpath.ri.compiler.NodeTypeTest.getNodeType:()I
            iconst_1
            if_icmpeq 15
        14: .line 128
            aload 3 /* typeTest */
            invokevirtual org.apache.commons.jxpath.ri.compiler.NodeTypeTest.getNodeType:()I
            iconst_2
            if_icmpne 16
        15: .line 130
      StackMap locals: org.apache.commons.jxpath.ri.compiler.NodeTypeTest
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
            aload 1 /* node */
            invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 3 // org.apache.commons.jxpath.ri.compiler.NodeTypeTest typeTest
        16: .line 134
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 2 // org.apache.commons.jxpath.ri.compiler.NodeTest test
        end local 1 // java.lang.Object node
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
      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 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
        start local 1 // java.lang.Object node
        start local 2 // org.apache.commons.jxpath.ri.QName name
         0: .line 147
            aload 2 /* name */
            invokestatic org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.qualifiedName:(Lorg/apache/commons/jxpath/ri/QName;)Ljava/lang/String;
            astore 3 /* compareName */
        start local 3 // java.lang.String compareName
         1: .line 148
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* result */
        start local 4 // java.util.List result
         2: .line 149
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
            aload 1 /* node */
            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 /* child */
        start local 5 // java.lang.Object child
         4: .line 151
            aload 3 /* compareName */
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
         5: .line 152
            aload 5 /* child */
            invokeinterface org.apache.commons.configuration2.tree.NodeHandler.nodeName:(Ljava/lang/Object;)Ljava/lang/String;
         6: .line 151
            invokestatic org.apache.commons.lang3.StringUtils.equals:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
         7: .line 152
            ifeq 9
         8: .line 154
            aload 4 /* result */
            aload 5 /* child */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.lang.Object child
         9: .line 149
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 157
            aload 4 /* result */
            areturn
        end local 4 // java.util.List result
        end local 3 // java.lang.String compareName
        end local 2 // org.apache.commons.jxpath.ri.QName name
        end local 1 // java.lang.Object node
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
      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 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
        start local 1 // java.lang.Object node
        start local 2 // org.apache.commons.jxpath.ri.QName name
         0: .line 170
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
            aload 1 /* node */
            invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getChildren:(Ljava/lang/Object;)Ljava/util/List;
            astore 3 /* children */
        start local 3 // java.util.List children
         1: .line 171
            aload 2 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getPrefix:()Ljava/lang/String;
            ifnonnull 3
         2: .line 173
            aload 3 /* children */
            areturn
         3: .line 175
      StackMap locals: java.util.List
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 3 /* children */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* prefixChildren */
        start local 4 // java.util.List prefixChildren
         4: .line 176
            aload 2 /* name */
            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 /* prefix */
        start local 5 // java.lang.String prefix
         5: .line 177
            aload 3 /* children */
            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 /* child */
        start local 6 // java.lang.Object child
         7: .line 179
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
            aload 6 /* child */
            invokeinterface org.apache.commons.configuration2.tree.NodeHandler.nodeName:(Ljava/lang/Object;)Ljava/lang/String;
         8: .line 180
            aload 5 /* prefix */
         9: .line 179
            invokestatic org.apache.commons.lang3.StringUtils.startsWith:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
        10: .line 180
            ifeq 12
        11: .line 182
            aload 4 /* prefixChildren */
            aload 6 /* child */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // java.lang.Object child
        12: .line 177
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        13: .line 185
            aload 4 /* prefixChildren */
            areturn
        end local 5 // java.lang.String prefix
        end local 4 // java.util.List prefixChildren
        end local 3 // java.util.List children
        end local 2 // org.apache.commons.jxpath.ri.QName name
        end local 1 // java.lang.Object node
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
      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 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
        start local 1 // java.util.List children
        start local 2 // java.lang.Object startNode
         0: .line 198
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         1: .line 199
            aload 1 /* children */
            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 /* child */
        start local 4 // java.lang.Object child
         3: .line 201
            aload 4 /* child */
            aload 2 /* startNode */
            if_acmpne 5
         4: .line 203
            iload 3 /* index */
            ireturn
         5: .line 205
      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 /* index */ 1
        end local 4 // java.lang.Object child
         6: .line 199
      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: .line 208
            iconst_m1
            ireturn
        end local 3 // int index
        end local 2 // java.lang.Object startNode
        end local 1 // java.util.List children
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren this
      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"