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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncCount this
         0: .line 33
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncCount;

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncCount this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 59
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncCount.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            invokevirtual com.sun.org.apache.xpath.internal.Expression.asIterator:(Lcom/sun/org/apache/xpath/internal/XPathContext;I)Lcom/sun/org/apache/xml/internal/dtm/DTMIterator;
            astore 2 /* nl */
        start local 2 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
         1: .line 60
            aload 2 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.getLength:()I
            istore 3 /* i */
        start local 3 // int i
         2: .line 61
            aload 2 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.detach:()V
         3: .line 63
            new com.sun.org.apache.xpath.internal.objects.XNumber
            dup
            iload 3 /* i */
            i2d
            invokespecial com.sun.org.apache.xpath.internal.objects.XNumber.<init>:(D)V
            areturn
        end local 3 // int i
        end local 2 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncCount this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xpath/internal/functions/FuncCount;
            0    4     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1    4     2     nl  Lcom/sun/org/apache/xml/internal/dtm/DTMIterator;
            2    4     3      i  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncCount.java"