public class com.sun.org.apache.xpath.internal.functions.FuncStartsWith extends com.sun.org.apache.xpath.internal.functions.Function2Args
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xpath.internal.functions.FuncStartsWith
super_class: com.sun.org.apache.xpath.internal.functions.Function2Args
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2194585774699567928
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.FuncStartsWith this
0: .line 32
aload 0 /* this */
invokespecial com.sun.org.apache.xpath.internal.functions.Function2Args.<init>:()V
return
end local 0 // com.sun.org.apache.xpath.internal.functions.FuncStartsWith this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncStartsWith;
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=2, args_size=2
start local 0 // com.sun.org.apache.xpath.internal.functions.FuncStartsWith this
start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
0: .line 46
aload 0 /* this */
getfield com.sun.org.apache.xpath.internal.functions.FuncStartsWith.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.xstr:()Lcom/sun/org/apache/xml/internal/utils/XMLString;
aload 0 /* this */
getfield com.sun.org.apache.xpath.internal.functions.FuncStartsWith.m_arg1: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.xstr:()Lcom/sun/org/apache/xml/internal/utils/XMLString;
invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.startsWith:(Lcom/sun/org/apache/xml/internal/utils/XMLString;)Z
ifeq 2
1: .line 47
getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_TRUE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
goto 3
StackMap locals:
StackMap stack:
2: getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_FALSE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
3: .line 46
StackMap locals:
StackMap stack: com.sun.org.apache.xpath.internal.objects.XBoolean
areturn
end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
end local 0 // com.sun.org.apache.xpath.internal.functions.FuncStartsWith this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncStartsWith;
0 4 1 xctxt Lcom/sun/org/apache/xpath/internal/XPathContext;
Exceptions:
throws javax.xml.transform.TransformerException
MethodParameters:
Name Flags
xctxt
}
SourceFile: "FuncStartsWith.java"