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

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

  public com.sun.org.apache.xpath.internal.Expression getArg1();
    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.Function2Args this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;

  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=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 66
            aload 0 /* this */
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.fixupVariables:(Ljava/util/List;I)V
         1: .line 67
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 3
         2: .line 68
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.fixupVariables:(Ljava/util/List;I)V
         3: .line 69
      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.Function2Args this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;
            0    4     1         vars  Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0    4     2  globalsSize  I
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  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=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
        start local 1 // com.sun.org.apache.xpath.internal.Expression arg
        start local 2 // int argNum
         0: .line 86
            iload 2 /* argNum */
            ifne 2
         1: .line 87
            aload 0 /* this */
            aload 1 /* arg */
            iload 2 /* argNum */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.setArg:(Lcom/sun/org/apache/xpath/internal/Expression;I)V
            goto 7
         2: .line 88
      StackMap locals:
      StackMap stack:
            iconst_1
            iload 2 /* argNum */
            if_icmpne 6
         3: .line 90
            aload 0 /* this */
            aload 1 /* arg */
            putfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
         4: .line 91
            aload 1 /* arg */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         5: .line 92
            goto 7
         6: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.Function2Args.reportWrongNumberArgs:()V
         7: .line 95
      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.Function2Args this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;
            0    8     1     arg  Lcom/sun/org/apache/xpath/internal/Expression;
            0    8     2  argNum  I
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
    MethodParameters:
        Name  Flags
      arg     
      argNum  

  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.Function2Args this
        start local 1 // int argNum
         0: .line 107
            iload 1 /* argNum */
            iconst_2
            if_icmpeq 2
         1: .line 108
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.Function2Args.reportWrongNumberArgs:()V
         2: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;
            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.Function2Args this
         0: .line 118
            new com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
            dup
            ldc "two"
            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.Function2Args this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException

  public boolean canTraverseOutsideSubtree();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
         0: .line 129
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.canTraverseOutsideSubtree:()Z
            ifeq 2
         1: .line 130
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            invokevirtual com.sun.org.apache.xpath.internal.Expression.canTraverseOutsideSubtree:()Z
         3: .line 129
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;

  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=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
        start local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 160
            aload 0 /* this */
            aload 1 /* visitor */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.callArgVisitors:(Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         1: .line 161
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 3
         2: .line 162
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            new com.sun.org.apache.xpath.internal.functions.Function2Args$Arg1Owner
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function2Args$Arg1Owner.<init>:(Lcom/sun/org/apache/xpath/internal/functions/Function2Args;)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
         3: .line 163
      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.Function2Args this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;
            0    4     1  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
    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=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
        start local 1 // com.sun.org.apache.xpath.internal.Expression expr
         0: .line 170
            aload 0 /* this */
            aload 1 /* expr */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 2
         1: .line 171
            iconst_0
            ireturn
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 7
         3: .line 175
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.functions.Function2Args
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 5
         4: .line 176
            iconst_0
            ireturn
         5: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.functions.Function2Args
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            invokevirtual com.sun.org.apache.xpath.internal.Expression.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 9
         6: .line 179
            iconst_0
            ireturn
         7: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.functions.Function2Args
            getfield com.sun.org.apache.xpath.internal.functions.Function2Args.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 9
         8: .line 182
            iconst_0
            ireturn
         9: .line 184
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // com.sun.org.apache.xpath.internal.Expression expr
        end local 0 // com.sun.org.apache.xpath.internal.functions.Function2Args this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xpath/internal/functions/Function2Args;
            0   10     1  expr  Lcom/sun/org/apache/xpath/internal/Expression;
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "Function2Args.java"
NestMembers:
  com.sun.org.apache.xpath.internal.functions.Function2Args$Arg1Owner
InnerClasses:
  Arg1Owner = com.sun.org.apache.xpath.internal.functions.Function2Args$Arg1Owner of com.sun.org.apache.xpath.internal.functions.Function2Args