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 0: aload 0
invokespecial com.sun.org.apache.xpath.internal.Expression.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 0
invokevirtual com.sun.org.apache.xpath.internal.functions.Function.reportWrongNumberArgs:()V
1: return
end local 2 end local 1 end local 0 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 start local 1 0: iload 1
ifeq 2
1: aload 0
invokevirtual com.sun.org.apache.xpath.internal.functions.Function.reportWrongNumberArgs:()V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: 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 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 start local 1 0: 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: aconst_null
areturn
end local 1 end local 0 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 start local 1 0: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 2
aload 1
aload 0
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: aload 0
aload 2
invokevirtual com.sun.org.apache.xpath.internal.functions.Function.callArgVisitors:(Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
2: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xpath.internal.functions.Function.isSameClass:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 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 start local 1 0: return
end local 1 end local 0 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"