public class com.sun.org.apache.xpath.internal.functions.FuncConcat extends com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xpath.internal.functions.FuncConcat
super_class: com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1737228885202314413
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.FunctionMultiArgs.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncConcat;
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=4, args_size=2
start local 0 start local 1 0: new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 2
start local 2 1: aload 2
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
aload 1
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.str:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
2: aload 2
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
aload 1
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.str:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
3: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_arg2:Lcom/sun/org/apache/xpath/internal/Expression;
ifnull 5
4: aload 2
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_arg2:Lcom/sun/org/apache/xpath/internal/Expression;
aload 1
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.str:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
5: StackMap locals: java.lang.StringBuffer
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
ifnull 11
6: iconst_0
istore 3
start local 3 7: goto 10
8: StackMap locals: int
StackMap stack:
aload 2
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
iload 3
aaload
aload 1
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.str:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
9: iinc 3 1
StackMap locals:
StackMap stack:
10: iload 3
aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
arraylength
if_icmplt 8
end local 3 11: StackMap locals:
StackMap stack:
new com.sun.org.apache.xpath.internal.objects.XString
dup
aload 2
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
invokespecial com.sun.org.apache.xpath.internal.objects.XString.<init>:(Ljava/lang/String;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncConcat;
0 12 1 xctxt Lcom/sun/org/apache/xpath/internal/XPathContext;
1 12 2 sb Ljava/lang/StringBuffer;
7 11 3 i I
Exceptions:
throws javax.xml.transform.TransformerException
MethodParameters:
Name Flags
xctxt
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_2
if_icmpge 2
1: aload 0
invokevirtual com.sun.org.apache.xpath.internal.functions.FuncConcat.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/FuncConcat;
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 "gtone"
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/FuncConcat;
Exceptions:
throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
}
SourceFile: "FuncConcat.java"