public class org.apache.xpath.functions.FuncPosition extends org.apache.xpath.functions.Function
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.functions.FuncPosition
  super_class: org.apache.xpath.functions.Function
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -9092846348197271582

  private boolean m_isTopLevel;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FuncPosition this
         0: .line 35
            aload 0 /* this */
            invokespecial org.apache.xpath.functions.Function.<init>:()V
            return
        end local 0 // org.apache.xpath.functions.FuncPosition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FuncPosition;

  public void postCompileStep(org.apache.xpath.compiler.Compiler);
    descriptor: (Lorg/apache/xpath/compiler/Compiler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.functions.FuncPosition this
        start local 1 // org.apache.xpath.compiler.Compiler compiler
         0: .line 46
            aload 0 /* this */
            aload 1 /* compiler */
            invokevirtual org.apache.xpath.compiler.Compiler.getLocationPathDepth:()I
            iconst_m1
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.apache.xpath.functions.FuncPosition
         1: iconst_0
      StackMap locals: org.apache.xpath.functions.FuncPosition org.apache.xpath.compiler.Compiler
      StackMap stack: org.apache.xpath.functions.FuncPosition int
         2: putfield org.apache.xpath.functions.FuncPosition.m_isTopLevel:Z
         3: .line 47
            return
        end local 1 // org.apache.xpath.compiler.Compiler compiler
        end local 0 // org.apache.xpath.functions.FuncPosition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/xpath/functions/FuncPosition;
            0    4     1  compiler  Lorg/apache/xpath/compiler/Compiler;
    MethodParameters:
          Name  Flags
      compiler  

  public int getPositionInContextNodeList(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.xpath.functions.FuncPosition this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 62
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncPosition.m_isTopLevel:Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getSubContextList:()Lorg/apache/xpath/axes/SubContextList;
      StackMap locals:
      StackMap stack: org.apache.xpath.axes.SubContextList
         2: astore 2 /* iter */
        start local 2 // org.apache.xpath.axes.SubContextList iter
         3: .line 64
            aload 2 /* iter */
            ifnull 6
         4: .line 66
            aload 2 /* iter */
            aload 1 /* xctxt */
            invokeinterface org.apache.xpath.axes.SubContextList.getProximityPosition:(Lorg/apache/xpath/XPathContext;)I
            istore 3 /* prox */
        start local 3 // int prox
         5: .line 69
            iload 3 /* prox */
            ireturn
        end local 3 // int prox
         6: .line 72
      StackMap locals: org.apache.xpath.axes.SubContextList
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getContextNodeList:()Lorg/apache/xml/dtm/DTMIterator;
            astore 3 /* cnl */
        start local 3 // org.apache.xml.dtm.DTMIterator cnl
         7: .line 74
            aload 3 /* cnl */
            ifnull 22
         8: .line 76
            aload 3 /* cnl */
            invokeinterface org.apache.xml.dtm.DTMIterator.getCurrentNode:()I
            istore 4 /* n */
        start local 4 // int n
         9: .line 77
            iload 4 /* n */
            iconst_m1
            if_icmpne 21
        10: .line 79
            aload 3 /* cnl */
            invokeinterface org.apache.xml.dtm.DTMIterator.getCurrentPos:()I
            ifne 12
        11: .line 80
            iconst_0
            ireturn
        12: .line 89
      StackMap locals: org.apache.xml.dtm.DTMIterator int
      StackMap stack:
            aload 3 /* cnl */
            invokeinterface org.apache.xml.dtm.DTMIterator.cloneWithReset:()Lorg/apache/xml/dtm/DTMIterator;
            astore 3 /* cnl */
        13: .line 90
            goto 16
        14: .line 91
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 5 /* cnse */
        start local 5 // java.lang.CloneNotSupportedException cnse
        15: .line 93
            new org.apache.xml.utils.WrappedRuntimeException
            dup
            aload 5 /* cnse */
            invokespecial org.apache.xml.utils.WrappedRuntimeException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 5 // java.lang.CloneNotSupportedException cnse
        16: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getContextNode:()I
            istore 5 /* currentNode */
        start local 5 // int currentNode
        17: .line 97
            goto 20
        18: .line 99
      StackMap locals: int
      StackMap stack:
            iload 4 /* n */
            iload 5 /* currentNode */
            if_icmpne 20
        19: .line 100
            goto 21
        20: .line 97
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 3 /* cnl */
            invokeinterface org.apache.xml.dtm.DTMIterator.nextNode:()I
            dup
            istore 4 /* n */
            if_icmpne 18
        end local 5 // int currentNode
        21: .line 105
      StackMap locals:
      StackMap stack:
            aload 3 /* cnl */
            invokeinterface org.apache.xml.dtm.DTMIterator.getCurrentPos:()I
            ireturn
        end local 4 // int n
        22: .line 109
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 3 // org.apache.xml.dtm.DTMIterator cnl
        end local 2 // org.apache.xpath.axes.SubContextList iter
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.functions.FuncPosition this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lorg/apache/xpath/functions/FuncPosition;
            0   23     1        xctxt  Lorg/apache/xpath/XPathContext;
            3   23     2         iter  Lorg/apache/xpath/axes/SubContextList;
            5    6     3         prox  I
            7   23     3          cnl  Lorg/apache/xml/dtm/DTMIterator;
            9   22     4            n  I
           15   16     5         cnse  Ljava/lang/CloneNotSupportedException;
           17   21     5  currentNode  I
      Exception table:
        from    to  target  type
          12    13      14  Class java.lang.CloneNotSupportedException
    MethodParameters:
       Name  Flags
      xctxt  

  public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.xpath.functions.FuncPosition this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 122
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.functions.FuncPosition.getPositionInContextNodeList:(Lorg/apache/xpath/XPathContext;)I
            i2d
            dstore 2 /* pos */
        start local 2 // double pos
         1: .line 124
            new org.apache.xpath.objects.XNumber
            dup
            dload 2 /* pos */
            invokespecial org.apache.xpath.objects.XNumber.<init>:(D)V
            areturn
        end local 2 // double pos
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.functions.FuncPosition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xpath/functions/FuncPosition;
            0    2     1  xctxt  Lorg/apache/xpath/XPathContext;
            1    2     2    pos  D
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void fixupVariables(java.util.Vector, int);
    descriptor: (Ljava/util/Vector;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.xpath.functions.FuncPosition this
        start local 1 // java.util.Vector vars
        start local 2 // int globalsSize
         0: .line 133
            return
        end local 2 // int globalsSize
        end local 1 // java.util.Vector vars
        end local 0 // org.apache.xpath.functions.FuncPosition this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/xpath/functions/FuncPosition;
            0    1     1         vars  Ljava/util/Vector;
            0    1     2  globalsSize  I
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  
}
SourceFile: "FuncPosition.java"