public class com.sun.org.apache.xpath.internal.functions.FuncFloor 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.FuncFloor
super_class: com.sun.org.apache.xpath.internal.functions.FunctionOneArg
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2326752233236309265
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.FuncFloor this
0: .line 32
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.FuncFloor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncFloor;
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=2, args_size=2
start local 0 // com.sun.org.apache.xpath.internal.functions.FuncFloor this
start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
0: .line 46
new com.sun.org.apache.xpath.internal.objects.XNumber
dup
aload 0 /* this */
getfield com.sun.org.apache.xpath.internal.functions.FuncFloor.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
aload 1 /* xctxt */
invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
invokestatic java.lang.Math.floor:(D)D
invokespecial com.sun.org.apache.xpath.internal.objects.XNumber.<init>:(D)V
areturn
end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
end local 0 // com.sun.org.apache.xpath.internal.functions.FuncFloor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncFloor;
0 1 1 xctxt Lcom/sun/org/apache/xpath/internal/XPathContext;
Exceptions:
throws javax.xml.transform.TransformerException
MethodParameters:
Name Flags
xctxt
}
SourceFile: "FuncFloor.java"