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 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
         0: .line 33
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
      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 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 48
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuffer sb
         1: .line 51
            aload 2 /* sb */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.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.str:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 52
            aload 2 /* sb */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.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.str:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 54
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_arg2:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 5
         4: .line 55
            aload 2 /* sb */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_arg2: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.str:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 57
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 11
         6: .line 59
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 10
         8: .line 61
      StackMap locals: int
      StackMap stack:
            aload 2 /* sb */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncConcat.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 3 /* i */
            aaload
            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.str:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 59
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            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 // int i
        11: .line 65
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xpath.internal.objects.XString
            dup
            aload 2 /* sb */
            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 // java.lang.StringBuffer sb
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
      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 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
        start local 1 // int argNum
         0: .line 78
            iload 1 /* argNum */
            iconst_2
            if_icmpge 2
         1: .line 79
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncConcat.reportWrongNumberArgs:()V
         2: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
      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 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
         0: .line 89
            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 // com.sun.org.apache.xpath.internal.functions.FuncConcat this
      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"