public class com.sun.org.apache.xpath.internal.functions.FuncSubstringAfter 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.FuncSubstringAfter
super_class: com.sun.org.apache.xpath.internal.functions.Function2Args
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -8119731889862512194
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.FuncSubstringAfter this
0: .line 33
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.FuncSubstringAfter this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncSubstringAfter;
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=5, args_size=2
start local 0 // com.sun.org.apache.xpath.internal.functions.FuncSubstringAfter this
start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
0: .line 48
aload 0 /* this */
getfield com.sun.org.apache.xpath.internal.functions.FuncSubstringAfter.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;
astore 2 /* s1 */
start local 2 // com.sun.org.apache.xml.internal.utils.XMLString s1
1: .line 49
aload 0 /* this */
getfield com.sun.org.apache.xpath.internal.functions.FuncSubstringAfter.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;
astore 3 /* s2 */
start local 3 // com.sun.org.apache.xml.internal.utils.XMLString s2
2: .line 50
aload 2 /* s1 */
aload 3 /* s2 */
invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.indexOf:(Lcom/sun/org/apache/xml/internal/utils/XMLString;)I
istore 4 /* index */
start local 4 // int index
3: .line 52
iconst_m1
iload 4 /* index */
if_icmpne 5
4: .line 53
getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
goto 6
5: .line 54
StackMap locals: com.sun.org.apache.xml.internal.utils.XMLString com.sun.org.apache.xml.internal.utils.XMLString int
StackMap stack:
aload 2 /* s1 */
iload 4 /* index */
aload 3 /* s2 */
invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.length:()I
iadd
invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.substring:(I)Lcom/sun/org/apache/xml/internal/utils/XMLString;
checkcast com.sun.org.apache.xpath.internal.objects.XString
6: .line 52
StackMap locals:
StackMap stack: com.sun.org.apache.xpath.internal.objects.XString
areturn
end local 4 // int index
end local 3 // com.sun.org.apache.xml.internal.utils.XMLString s2
end local 2 // com.sun.org.apache.xml.internal.utils.XMLString s1
end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
end local 0 // com.sun.org.apache.xpath.internal.functions.FuncSubstringAfter this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncSubstringAfter;
0 7 1 xctxt Lcom/sun/org/apache/xpath/internal/XPathContext;
1 7 2 s1 Lcom/sun/org/apache/xml/internal/utils/XMLString;
2 7 3 s2 Lcom/sun/org/apache/xml/internal/utils/XMLString;
3 7 4 index I
Exceptions:
throws javax.xml.transform.TransformerException
MethodParameters:
Name Flags
xctxt
}
SourceFile: "FuncSubstringAfter.java"