abstract class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase<T> implements org.apache.commons.jxpath.ri.model.NodeIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
  super_class: java.lang.Object
{
  private static final java.lang.String PREFIX_SEPARATOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ":"

  private static final java.lang.String FMT_NAMESPACE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "%s:%s"

  private final org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T> parent;
    descriptor: Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;

  private int position;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int startOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final boolean reverse;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T>, );
    descriptor: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
        start local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        start local 2 // boolean reverse
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.parent:Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
         2: .line 69
            aload 0 /* this */
            iload 2 /* reverse */
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.reverse:Z
         3: .line 70
            return
        end local 2 // boolean reverse
        end local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
            0    4     1   parent  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;
            0    4     2  reverse  Z
    Signature: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;Z)V
    MethodParameters:
         Name  Flags
      parent   final
      reverse  final

  public int getPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.position:I
            ireturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;

  public boolean setPosition(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
        start local 1 // int pos
         0: .line 92
            aload 0 /* this */
            iload 1 /* pos */
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.position:I
         1: .line 93
            iload 1 /* pos */
            iconst_1
            if_icmplt 2
            iload 1 /* pos */
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.getMaxPosition:()I
            if_icmpgt 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int pos
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
            0    3     1   pos  I
    MethodParameters:
      Name  Flags
      pos   final

  public org.apache.commons.jxpath.ri.model.NodePointer getNodePointer();
    descriptor: ()Lorg/apache/commons/jxpath/ri/model/NodePointer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
         0: .line 104
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.getPosition:()I
            iconst_1
            if_icmpge 2
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.setPosition:(I)Z
            ifne 2
         1: .line 106
            aconst_null
            areturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.getPosition:()I
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.positionToIndex:(I)I
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.createNodePointer:(I)Lorg/apache/commons/jxpath/ri/model/NodePointer;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;

  protected org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T> getParent();
    descriptor: ()Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
         0: .line 119
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.parent:Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
    Signature: ()Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;

  protected org.apache.commons.configuration2.tree.NodeHandler<T> getNodeHandler();
    descriptor: ()Lorg/apache/commons/configuration2/tree/NodeHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
         0: .line 130
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.getParent:()Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
            areturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
    Signature: ()Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;

  protected int getStartOffset();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
         0: .line 140
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.startOffset:I
            ireturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;

  protected void setStartOffset(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
        start local 1 // int startOffset
         0: .line 151
            aload 0 /* this */
            iload 1 /* startOffset */
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.startOffset:I
         1: .line 152
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.reverse:Z
            ifeq 4
         2: .line 154
            aload 0 /* this */
            dup
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.startOffset:I
            iconst_1
            isub
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.startOffset:I
         3: .line 155
            goto 5
         4: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.startOffset:I
            iconst_1
            iadd
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.startOffset:I
         5: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int startOffset
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
            0    6     1  startOffset  I
    MethodParameters:
             Name  Flags
      startOffset  final

  protected int getMaxPosition();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
         0: .line 169
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.reverse:Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.getStartOffset:()I
            iconst_1
            iadd
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.size:()I
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.getStartOffset:()I
            isub
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;

  protected int positionToIndex(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
        start local 1 // int pos
         0: .line 181
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.reverse:Z
            ifeq 1
            iconst_1
            iload 1 /* pos */
            isub
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 1 /* pos */
            iconst_1
            isub
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.getStartOffset:()I
            iadd
            ireturn
        end local 1 // int pos
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
            0    3     1   pos  I
    MethodParameters:
      Name  Flags
      pos   final

  protected abstract org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(int);
    descriptor: (I)Lorg/apache/commons/jxpath/ri/model/NodePointer;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      position  

  protected abstract int size();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected static java.lang.String prefixName(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String prefix
        start local 1 // java.lang.String name
         0: .line 210
            ldc "%s:%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* prefix */
            aastore
            dup
            iconst_1
         1: .line 211
            aload 1 /* name */
            invokestatic org.apache.commons.lang3.StringUtils.defaultString:(Ljava/lang/String;)Ljava/lang/String;
            aastore
         2: .line 210
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // java.lang.String prefix
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  prefix  Ljava/lang/String;
            0    3     1    name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  final
      name    final

  protected static java.lang.String qualifiedName(org.apache.commons.jxpath.ri.QName);
    descriptor: (Lorg/apache/commons/jxpath/ri/QName;)Ljava/lang/String;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.jxpath.ri.QName name
         0: .line 224
            aload 0 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getPrefix:()Ljava/lang/String;
            ifnonnull 1
            aload 0 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getName:()Ljava/lang/String;
            goto 3
         1: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getPrefix:()Ljava/lang/String;
            aload 0 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getName:()Ljava/lang/String;
         2: .line 224
            invokestatic org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.prefixName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 0 // org.apache.commons.jxpath.ri.QName name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  name  Lorg/apache/commons/jxpath/ri/QName;
    MethodParameters:
      Name  Flags
      name  final
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/apache/commons/jxpath/ri/model/NodeIterator;
SourceFile: "ConfigurationNodeIteratorBase.java"