public class com.sun.org.apache.xpath.internal.functions.FunctionOneArg extends com.sun.org.apache.xpath.internal.functions.Function implements com.sun.org.apache.xpath.internal.ExpressionOwner
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xpath.internal.functions.FunctionOneArg
super_class: com.sun.org.apache.xpath.internal.functions.Function
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -5180174180765609758
com.sun.org.apache.xpath.internal.Expression m_arg0;
descriptor: Lcom/sun/org/apache/xpath/internal/Expression;
flags: (0x0000)
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.functions.Function.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
public com.sun.org.apache.xpath.internal.Expression getArg0();
descriptor: ()Lcom/sun/org/apache/xpath/internal/Expression;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
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=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ifne 4
1: aload 0
aload 1
putfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
2: aload 1
aload 0
invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.org.apache.xpath.internal.functions.FunctionOneArg.reportWrongNumberArgs:()V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
0 6 1 arg Lcom/sun/org/apache/xpath/internal/Expression;
0 6 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=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
if_icmpeq 2
1: aload 0
invokevirtual com.sun.org.apache.xpath.internal.functions.FunctionOneArg.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/FunctionOneArg;
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 "one"
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/FunctionOneArg;
Exceptions:
throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
public boolean canTraverseOutsideSubtree();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
invokevirtual com.sun.org.apache.xpath.internal.Expression.canTraverseOutsideSubtree:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
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 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
ifnull 2
1: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
aload 1
iload 2
invokevirtual com.sun.org.apache.xpath.internal.Expression.fixupVariables:(Ljava/util/List;I)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/FunctionOneArg;
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 void callArgVisitors(com.sun.org.apache.xpath.internal.XPathVisitor);
descriptor: (Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
ifnull 2
1: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
aload 0
aload 1
invokevirtual com.sun.org.apache.xpath.internal.Expression.callVisitors:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)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/FunctionOneArg;
0 3 1 visitor Lcom/sun/org/apache/xpath/internal/XPathVisitor;
MethodParameters:
Name Flags
visitor
public com.sun.org.apache.xpath.internal.Expression getExpression();
descriptor: ()Lcom/sun/org/apache/xpath/internal/Expression;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
public void setExpression(com.sun.org.apache.xpath.internal.Expression);
descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
1: aload 0
aload 1
putfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
0 3 1 exp Lcom/sun/org/apache/xpath/internal/Expression;
MethodParameters:
Name Flags
exp
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
invokespecial com.sun.org.apache.xpath.internal.functions.Function.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
ifnull 7
3: aload 1
checkcast com.sun.org.apache.xpath.internal.functions.FunctionOneArg
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
ifnonnull 5
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
aload 1
checkcast com.sun.org.apache.xpath.internal.functions.FunctionOneArg
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
invokevirtual com.sun.org.apache.xpath.internal.Expression.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
ifne 9
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.org.apache.xpath.internal.functions.FunctionOneArg
getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
ifnull 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
0 10 1 expr Lcom/sun/org/apache/xpath/internal/Expression;
MethodParameters:
Name Flags
expr
}
SourceFile: "FunctionOneArg.java"