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

  com.sun.org.apache.xpath.internal.Expression m_functionExpr;
    descriptor: Lcom/sun/org/apache/xpath/internal/Expression;
    flags: (0x0000) 

  public void <init>(com.sun.org.apache.xpath.internal.Expression, int, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.Expression expr
        start local 2 // int axis
        start local 3 // int predaxis
         0: .line 52
            aload 0 /* this */
            iconst_0
            aconst_null
            aconst_null
            iload 2 /* axis */
            iload 3 /* predaxis */
            invokespecial com.sun.org.apache.xpath.internal.patterns.StepPattern.<init>:(ILjava/lang/String;Ljava/lang/String;II)V
         1: .line 54
            aload 0 /* this */
            aload 1 /* expr */
            putfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_functionExpr:Lcom/sun/org/apache/xpath/internal/Expression;
         2: .line 55
            return
        end local 3 // int predaxis
        end local 2 // int axis
        end local 1 // com.sun.org.apache.xpath.internal.Expression expr
        end local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;
            0    3     1      expr  Lcom/sun/org/apache/xpath/internal/Expression;
            0    3     2      axis  I
            0    3     3  predaxis  I
    MethodParameters:
          Name  Flags
      expr      
      axis      
      predaxis  

  public final void calcScore();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
         0: .line 63
            aload 0 /* this */
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            putfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_score:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
         1: .line 65
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_targetString:Ljava/lang/String;
            ifnonnull 3
         2: .line 66
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.FunctionPattern.calcTargetString:()V
         3: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;

  public void fixupVariables(java.util.List<com.sun.org.apache.xml.internal.utils.QName>, );
    descriptor: (Ljava/util/List;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 87
            aload 0 /* this */
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokespecial com.sun.org.apache.xpath.internal.patterns.StepPattern.fixupVariables:(Ljava/util/List;I)V
         1: .line 88
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_functionExpr:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.fixupVariables:(Ljava/util/List;I)V
         2: .line 89
            return
        end local 2 // int globalsSize
        end local 1 // java.util.List vars
        end local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;
            0    3     1         vars  Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0    3     2  globalsSize  I
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int context
         0: .line 109
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_functionExpr:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            iload 2 /* context */
            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 3 /* nl */
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
         1: .line 110
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            astore 4 /* score */
        start local 4 // com.sun.org.apache.xpath.internal.objects.XNumber score
         2: .line 112
            aload 3 /* nl */
            ifnull 12
         3: .line 116
            goto 10
        start local 5 // int n
         4: .line 118
      StackMap locals: com.sun.org.apache.xml.internal.dtm.DTMIterator com.sun.org.apache.xpath.internal.objects.XNumber int
      StackMap stack:
            iload 5 /* n */
            iload 2 /* context */
            if_icmpne 5
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            goto 6
      StackMap locals:
      StackMap stack:
         5: getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
      StackMap locals:
      StackMap stack: com.sun.org.apache.xpath.internal.objects.XNumber
         6: astore 4 /* score */
         7: .line 120
            aload 4 /* score */
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            if_acmpne 10
         8: .line 122
            iload 5 /* n */
            istore 2 /* context */
         9: .line 124
            goto 12
        end local 5 // int n
        10: .line 116
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 3 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.nextNode:()I
            dup
            istore 5 /* n */
        start local 5 // int n
        11: if_icmpne 4
        end local 5 // int n
        12: .line 130
      StackMap locals:
      StackMap stack:
            aload 3 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.detach:()V
        13: .line 132
            aload 4 /* score */
            areturn
        end local 4 // com.sun.org.apache.xpath.internal.objects.XNumber score
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
        end local 2 // int context
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;
            0   14     1    xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   14     2  context  I
            1   14     3       nl  Lcom/sun/org/apache/xml/internal/dtm/DTMIterator;
            2   14     4    score  Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            4   10     5        n  I
           11   12     5        n  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
         Name  Flags
      xctxt    
      context  

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext, int, com.sun.org.apache.xml.internal.dtm.DTM, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;ILcom/sun/org/apache/xml/internal/dtm/DTM;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=5
        start local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int context
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        start local 4 // int expType
         0: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_functionExpr:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            iload 2 /* context */
            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 5 /* nl */
        start local 5 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
         1: .line 154
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            astore 6 /* score */
        start local 6 // com.sun.org.apache.xpath.internal.objects.XNumber score
         2: .line 156
            aload 5 /* nl */
            ifnull 13
         3: .line 160
            goto 10
        start local 7 // int n
         4: .line 162
      StackMap locals: com.sun.org.apache.xml.internal.dtm.DTMIterator com.sun.org.apache.xpath.internal.objects.XNumber int
      StackMap stack:
            iload 7 /* n */
            iload 2 /* context */
            if_icmpne 5
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            goto 6
      StackMap locals:
      StackMap stack:
         5: getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
      StackMap locals:
      StackMap stack: com.sun.org.apache.xpath.internal.objects.XNumber
         6: astore 6 /* score */
         7: .line 164
            aload 6 /* score */
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            if_acmpne 10
         8: .line 166
            iload 7 /* n */
            istore 2 /* context */
         9: .line 168
            goto 12
        end local 7 // int n
        10: .line 160
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 5 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.nextNode:()I
            dup
            istore 7 /* n */
        start local 7 // int n
        11: if_icmpne 4
        12: .line 172
      StackMap locals: int
      StackMap stack:
            aload 5 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.detach:()V
        end local 7 // int n
        13: .line 175
      StackMap locals:
      StackMap stack:
            aload 6 /* score */
            areturn
        end local 6 // com.sun.org.apache.xpath.internal.objects.XNumber score
        end local 5 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
        end local 4 // int expType
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int context
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;
            0   14     1    xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   14     2  context  I
            0   14     3      dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            0   14     4  expType  I
            1   14     5       nl  Lcom/sun/org/apache/xml/internal/dtm/DTMIterator;
            2   14     6    score  Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            4   10     7        n  I
           11   13     7        n  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
         Name  Flags
      xctxt    
      context  
      dtm      
      expType  

  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=3, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 195
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            istore 2 /* context */
        start local 2 // int context
         1: .line 196
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_functionExpr:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            iload 2 /* context */
            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 3 /* nl */
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
         2: .line 197
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            astore 4 /* score */
        start local 4 // com.sun.org.apache.xpath.internal.objects.XNumber score
         3: .line 199
            aload 3 /* nl */
            ifnull 14
         4: .line 203
            goto 11
        start local 5 // int n
         5: .line 205
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.FunctionPattern com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTMIterator com.sun.org.apache.xpath.internal.objects.XNumber int
      StackMap stack:
            iload 5 /* n */
            iload 2 /* context */
            if_icmpne 6
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            goto 7
      StackMap locals:
      StackMap stack:
         6: getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
      StackMap locals:
      StackMap stack: com.sun.org.apache.xpath.internal.objects.XNumber
         7: astore 4 /* score */
         8: .line 207
            aload 4 /* score */
            getstatic com.sun.org.apache.xpath.internal.patterns.FunctionPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            if_acmpne 11
         9: .line 209
            iload 5 /* n */
            istore 2 /* context */
        10: .line 211
            goto 13
        end local 5 // int n
        11: .line 203
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 3 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.nextNode:()I
            dup
            istore 5 /* n */
        start local 5 // int n
        12: if_icmpne 5
        13: .line 215
      StackMap locals: int
      StackMap stack:
            aload 3 /* nl */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.detach:()V
        end local 5 // int n
        14: .line 218
      StackMap locals:
      StackMap stack:
            aload 4 /* score */
            areturn
        end local 4 // com.sun.org.apache.xpath.internal.objects.XNumber score
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTMIterator nl
        end local 2 // int context
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;
            0   15     1    xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1   15     2  context  I
            2   15     3       nl  Lcom/sun/org/apache/xml/internal/dtm/DTMIterator;
            3   15     4    score  Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            5   11     5        n  I
           12   14     5        n  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  protected void callSubtreeVisitors(com.sun.org.apache.xpath.internal.XPathVisitor);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 247
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.FunctionPattern.m_functionExpr:Lcom/sun/org/apache/xpath/internal/Expression;
            new com.sun.org.apache.xpath.internal.patterns.FunctionPattern$FunctionOwner
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.patterns.FunctionPattern$FunctionOwner.<init>:(Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;)V
            aload 1 /* visitor */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.callVisitors:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         1: .line 248
            aload 0 /* this */
            aload 1 /* visitor */
            invokespecial com.sun.org.apache.xpath.internal.patterns.StepPattern.callSubtreeVisitors:(Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         2: .line 249
            return
        end local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
        end local 0 // com.sun.org.apache.xpath.internal.patterns.FunctionPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xpath/internal/patterns/FunctionPattern;
            0    3     1  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "FunctionPattern.java"
NestMembers:
  com.sun.org.apache.xpath.internal.patterns.FunctionPattern$FunctionOwner
InnerClasses:
  FunctionOwner = com.sun.org.apache.xpath.internal.patterns.FunctionPattern$FunctionOwner of com.sun.org.apache.xpath.internal.patterns.FunctionPattern