public class org.apache.xpath.functions.FunctionOneArg extends org.apache.xpath.functions.Function implements org.apache.xpath.ExpressionOwner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.functions.FunctionOneArg
  super_class: org.apache.xpath.functions.Function
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -5180174180765609758

  org.apache.xpath.Expression m_arg0;
    descriptor: Lorg/apache/xpath/Expression;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
         0: .line 32
            aload 0 /* this */
            invokespecial org.apache.xpath.functions.Function.<init>:()V
            return
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FunctionOneArg;

  public org.apache.xpath.Expression getArg0();
    descriptor: ()Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            areturn
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FunctionOneArg;

  public void setArg(org.apache.xpath.Expression, int);
    descriptor: (Lorg/apache/xpath/Expression;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
        start local 1 // org.apache.xpath.Expression arg
        start local 2 // int argNum
         0: .line 64
            iload 2 /* argNum */
            ifne 4
         1: .line 66
            aload 0 /* this */
            aload 1 /* arg */
            putfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
         2: .line 67
            aload 1 /* arg */
            aload 0 /* this */
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         3: .line 68
            goto 5
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.functions.FunctionOneArg.reportWrongNumberArgs:()V
         5: .line 71
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int argNum
        end local 1 // org.apache.xpath.Expression arg
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/xpath/functions/FunctionOneArg;
            0    6     1     arg  Lorg/apache/xpath/Expression;
            0    6     2  argNum  I
    Exceptions:
      throws org.apache.xpath.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 // org.apache.xpath.functions.FunctionOneArg this
        start local 1 // int argNum
         0: .line 83
            iload 1 /* argNum */
            iconst_1
            if_icmpeq 2
         1: .line 84
            aload 0 /* this */
            invokevirtual org.apache.xpath.functions.FunctionOneArg.reportWrongNumberArgs:()V
         2: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int argNum
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/xpath/functions/FunctionOneArg;
            0    3     1  argNum  I
    Exceptions:
      throws org.apache.xpath.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 // org.apache.xpath.functions.FunctionOneArg this
         0: .line 94
            new org.apache.xpath.functions.WrongNumberArgsException
            dup
            ldc "one"
            aconst_null
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.apache.xpath.functions.WrongNumberArgsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FunctionOneArg;
    Exceptions:
      throws org.apache.xpath.functions.WrongNumberArgsException

  public boolean canTraverseOutsideSubtree();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
         0: .line 105
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            invokevirtual org.apache.xpath.Expression.canTraverseOutsideSubtree:()Z
            ireturn
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FunctionOneArg;

  public void fixupVariables(java.util.Vector, int);
    descriptor: (Ljava/util/Vector;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
        start local 1 // java.util.Vector vars
        start local 2 // int globalsSize
         0: .line 120
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            ifnull 2
         1: .line 121
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual org.apache.xpath.Expression.fixupVariables:(Ljava/util/Vector;I)V
         2: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int globalsSize
        end local 1 // java.util.Vector vars
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/xpath/functions/FunctionOneArg;
            0    3     1         vars  Ljava/util/Vector;
            0    3     2  globalsSize  I
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public void callArgVisitors(org.apache.xpath.XPathVisitor);
    descriptor: (Lorg/apache/xpath/XPathVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
        start local 1 // org.apache.xpath.XPathVisitor visitor
         0: .line 129
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            ifnull 2
         1: .line 130
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            aload 0 /* this */
            aload 1 /* visitor */
            invokevirtual org.apache.xpath.Expression.callVisitors:(Lorg/apache/xpath/ExpressionOwner;Lorg/apache/xpath/XPathVisitor;)V
         2: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.xpath.XPathVisitor visitor
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/xpath/functions/FunctionOneArg;
            0    3     1  visitor  Lorg/apache/xpath/XPathVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public org.apache.xpath.Expression getExpression();
    descriptor: ()Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
         0: .line 139
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            areturn
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FunctionOneArg;

  public void setExpression(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
        start local 1 // org.apache.xpath.Expression exp
         0: .line 147
            aload 1 /* exp */
            aload 0 /* this */
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         1: .line 148
            aload 0 /* this */
            aload 1 /* exp */
            putfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
         2: .line 149
            return
        end local 1 // org.apache.xpath.Expression exp
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/functions/FunctionOneArg;
            0    3     1   exp  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      exp   

  public boolean deepEquals(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.functions.FunctionOneArg this
        start local 1 // org.apache.xpath.Expression expr
         0: .line 156
            aload 0 /* this */
            aload 1 /* expr */
            invokespecial org.apache.xpath.functions.Function.deepEquals:(Lorg/apache/xpath/Expression;)Z
            ifne 2
         1: .line 157
            iconst_0
            ireturn
         2: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            ifnull 7
         3: .line 161
            aload 1 /* expr */
            checkcast org.apache.xpath.functions.FunctionOneArg
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            ifnonnull 5
         4: .line 162
            iconst_0
            ireturn
         5: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            aload 1 /* expr */
            checkcast org.apache.xpath.functions.FunctionOneArg
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            invokevirtual org.apache.xpath.Expression.deepEquals:(Lorg/apache/xpath/Expression;)Z
            ifne 9
         6: .line 165
            iconst_0
            ireturn
         7: .line 167
      StackMap locals:
      StackMap stack:
            aload 1 /* expr */
            checkcast org.apache.xpath.functions.FunctionOneArg
            getfield org.apache.xpath.functions.FunctionOneArg.m_arg0:Lorg/apache/xpath/Expression;
            ifnull 9
         8: .line 168
            iconst_0
            ireturn
         9: .line 170
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.apache.xpath.Expression expr
        end local 0 // org.apache.xpath.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/xpath/functions/FunctionOneArg;
            0   10     1  expr  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "FunctionOneArg.java"