public abstract class com.sun.org.apache.xpath.internal.functions.Function extends com.sun.org.apache.xpath.internal.Expression
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xpath.internal.functions.Function
  super_class: com.sun.org.apache.xpath.internal.Expression
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6927661240854599768

  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.Function this
         0: .line 42
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.Expression.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/Function;

  public void setArg(com.sun.org.apache.xpath.internal.Expression, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
        start local 1 // com.sun.org.apache.xpath.internal.Expression arg
        start local 2 // int argNum
         0: .line 60
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.Function.reportWrongNumberArgs:()V
         1: .line 61
            return
        end local 2 // int argNum
        end local 1 // com.sun.org.apache.xpath.internal.Expression arg
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/xpath/internal/functions/Function;
            0    2     1     arg  Lcom/sun/org/apache/xpath/internal/Expression;
            0    2     2  argNum  I
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
    MethodParameters:
        Name  Flags
      arg     
      argNum  

  public void checkNumberArgs(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
        start local 1 // int argNum
         0: .line 75
            iload 1 /* argNum */
            ifeq 2
         1: .line 76
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.Function.reportWrongNumberArgs:()V
         2: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xpath/internal/functions/Function;
            0    3     1  argNum  I
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
    MethodParameters:
        Name  Flags
      argNum  

  protected void reportWrongNumberArgs();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
         0: .line 87
            new com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
            dup
            ldc "zero"
            aconst_null
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/Function;
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException

  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=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 102
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Error! Function.execute should not be called!"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 104
            aconst_null
            areturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/org/apache/xpath/internal/functions/Function;
            0    2     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void callArgVisitors(com.sun.org.apache.xpath.internal.XPathVisitor);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
        start local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 112
            return
        end local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/org/apache/xpath/internal/functions/Function;
            0    1     1  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public void callVisitors(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.XPathVisitor);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 120
            aload 2 /* visitor */
            aload 1 /* owner */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.XPathVisitor.visitFunction:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/functions/Function;)Z
            ifeq 2
         1: .line 122
            aload 0 /* this */
            aload 2 /* visitor */
            invokevirtual com.sun.org.apache.xpath.internal.functions.Function.callArgVisitors:(Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         2: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xpath/internal/functions/Function;
            0    3     1    owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    3     2  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
    MethodParameters:
         Name  Flags
      owner    
      visitor  

  public boolean deepEquals(com.sun.org.apache.xpath.internal.Expression);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
        start local 1 // com.sun.org.apache.xpath.internal.Expression expr
         0: .line 131
            aload 0 /* this */
            aload 1 /* expr */
            invokevirtual com.sun.org.apache.xpath.internal.functions.Function.isSameClass:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 2
         1: .line 132
            iconst_0
            ireturn
         2: .line 134
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // com.sun.org.apache.xpath.internal.Expression expr
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/functions/Function;
            0    3     1  expr  Lcom/sun/org/apache/xpath/internal/Expression;
    MethodParameters:
      Name  Flags
      expr  

  public void postCompileStep(com.sun.org.apache.xpath.internal.compiler.Compiler);
    descriptor: (Lcom/sun/org/apache/xpath/internal/compiler/Compiler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function this
        start local 1 // com.sun.org.apache.xpath.internal.compiler.Compiler compiler
         0: .line 144
            return
        end local 1 // com.sun.org.apache.xpath.internal.compiler.Compiler compiler
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/org/apache/xpath/internal/functions/Function;
            0    1     1  compiler  Lcom/sun/org/apache/xpath/internal/compiler/Compiler;
    MethodParameters:
          Name  Flags
      compiler  
}
SourceFile: "Function.java"