public class com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs extends com.sun.org.apache.xpath.internal.functions.Function3Args
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs
  super_class: com.sun.org.apache.xpath.internal.functions.Function3Args
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7117257746138417181

  com.sun.org.apache.xpath.internal.Expression[] m_args;
    descriptor: [Lcom/sun/org/apache/xpath/internal/Expression;
    flags: (0x0000) 

  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.FunctionMultiArgs this
         0: .line 37
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function3Args.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;

  public com.sun.org.apache.xpath.internal.Expression[] getArgs();
    descriptor: ()[Lcom/sun/org/apache/xpath/internal/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
         0: .line 52
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;

  public void setArg(com.sun.org.apache.xpath.internal.Expression, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
        start local 1 // com.sun.org.apache.xpath.internal.Expression arg
        start local 2 // int argNum
         0: .line 69
            iload 2 /* argNum */
            iconst_3
            if_icmpge 2
         1: .line 70
            aload 0 /* this */
            aload 1 /* arg */
            iload 2 /* argNum */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function3Args.setArg:(Lcom/sun/org/apache/xpath/internal/Expression;I)V
            goto 11
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 6
         3: .line 75
            aload 0 /* this */
            iconst_1
            anewarray com.sun.org.apache.xpath.internal.Expression
            putfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
         4: .line 76
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iconst_0
            aload 1 /* arg */
            aastore
         5: .line 77
            goto 10
         6: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            iconst_1
            iadd
            anewarray com.sun.org.apache.xpath.internal.Expression
            astore 3 /* args */
        start local 3 // com.sun.org.apache.xpath.internal.Expression[] args
         7: .line 84
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iconst_0
            aload 3 /* args */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 86
            aload 3 /* args */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            aload 1 /* arg */
            aastore
         9: .line 87
            aload 0 /* this */
            aload 3 /* args */
            putfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
        end local 3 // com.sun.org.apache.xpath.internal.Expression[] args
        10: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
        11: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int argNum
        end local 1 // com.sun.org.apache.xpath.internal.Expression arg
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            0   12     1     arg  Lcom/sun/org/apache/xpath/internal/Expression;
            0   12     2  argNum  I
            7   10     3    args  [Lcom/sun/org/apache/xpath/internal/Expression;
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
    MethodParameters:
        Name  Flags
      arg     
      argNum  

  public void fixupVariables(java.util.List<com.sun.org.apache.xml.internal.utils.QName>, );
    descriptor: (Ljava/util/List;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 105
            aload 0 /* this */
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function3Args.fixupVariables:(Ljava/util/List;I)V
         1: .line 106
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 7
         2: .line 108
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 110
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 3 /* i */
            aaload
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.fixupVariables:(Ljava/util/List;I)V
         5: .line 108
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int globalsSize
        end local 1 // java.util.List vars
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            0    8     1         vars  Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0    8     2  globalsSize  I
            3    7     3            i  I
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public void checkNumberArgs(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
        start local 1 // int argNum
         0: .line 123
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            0    1     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=5, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
         0: .line 134
            ldc "ER_INCORRECT_PROGRAMMER_ASSERTION"
         1: .line 135
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Programmer's assertion:  the method FunctionMultiArgs.reportWrongNumberArgs() should never be called."
            aastore
         2: .line 133
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 1 /* fMsg */
        start local 1 // java.lang.String fMsg
         3: .line 137
            new java.lang.RuntimeException
            dup
            aload 1 /* fMsg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String fMsg
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            3    4     1  fMsg  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException

  public boolean canTraverseOutsideSubtree();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
         0: .line 149
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function3Args.canTraverseOutsideSubtree:()Z
            ifeq 2
         1: .line 150
            iconst_1
            ireturn
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            istore 1 /* n */
        start local 1 // int n
         3: .line 155
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 157
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 2 /* i */
            aaload
            invokevirtual com.sun.org.apache.xpath.internal.Expression.canTraverseOutsideSubtree:()Z
            ifeq 7
         6: .line 158
            iconst_1
            ireturn
         7: .line 155
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 5
        end local 2 // int i
         9: .line 161
            iconst_0
            ireturn
        end local 1 // int n
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            3   10     1     n  I
            4    9     2     i  I

  public void callArgVisitors(com.sun.org.apache.xpath.internal.XPathVisitor);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
        start local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 199
            aload 0 /* this */
            aload 1 /* visitor */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function3Args.callArgVisitors:(Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         1: .line 200
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 8
         2: .line 202
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 203
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 205
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 3 /* i */
            aaload
            new com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs$ArgMultiOwner
            dup
            aload 0 /* this */
            iload 3 /* i */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs$ArgMultiOwner.<init>:(Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;I)V
            aload 1 /* visitor */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.callVisitors:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         6: .line 203
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 5
        end local 3 // int i
        end local 2 // int n
         8: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            0    9     1  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            3    8     2        n  I
            4    8     3        i  I
    MethodParameters:
         Name  Flags
      visitor  

  public boolean deepEquals(com.sun.org.apache.xpath.internal.Expression);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
        start local 1 // com.sun.org.apache.xpath.internal.Expression expr
         0: .line 215
            aload 0 /* this */
            aload 1 /* expr */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function3Args.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 2
         1: .line 216
            iconst_0
            ireturn
         2: .line 218
      StackMap locals:
      StackMap stack:
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs
            astore 2 /* fma */
        start local 2 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs fma
         3: .line 219
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 14
         4: .line 221
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            istore 3 /* n */
        start local 3 // int n
         5: .line 222
            aload 2 /* fma */
            ifnull 6
            aload 2 /* fma */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            iload 3 /* n */
            if_icmpeq 7
         6: .line 223
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs int
      StackMap stack:
            iconst_0
            ireturn
         7: .line 225
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 12
         9: .line 227
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 4 /* i */
            aaload
            aload 2 /* fma */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 4 /* i */
            aaload
            invokevirtual com.sun.org.apache.xpath.internal.Expression.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 11
        10: .line 228
            iconst_0
            ireturn
        11: .line 225
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 9
        end local 4 // int i
        end local 3 // int n
        13: .line 231
            goto 16
        14: .line 232
      StackMap locals:
      StackMap stack:
            aload 2 /* fma */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs.m_args:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 16
        15: .line 234
            iconst_0
            ireturn
        16: .line 237
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs fma
        end local 1 // com.sun.org.apache.xpath.internal.Expression expr
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            0   17     1  expr  Lcom/sun/org/apache/xpath/internal/Expression;
            3   17     2   fma  Lcom/sun/org/apache/xpath/internal/functions/FunctionMultiArgs;
            5   13     3     n  I
            8   13     4     i  I
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "FunctionMultiArgs.java"
NestMembers:
  com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs$ArgMultiOwner
InnerClasses:
  ArgMultiOwner = com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs$ArgMultiOwner of com.sun.org.apache.xpath.internal.functions.FunctionMultiArgs