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

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

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

  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=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionOneArg this
        start local 1 // com.sun.org.apache.xpath.internal.Expression arg
        start local 2 // int argNum
         0: .line 65
            iload 2 /* argNum */
            ifne 4
         1: .line 67
            aload 0 /* this */
            aload 1 /* arg */
            putfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
         2: .line 68
            aload 1 /* arg */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         3: .line 69
            goto 5
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FunctionOneArg.reportWrongNumberArgs:()V
         5: .line 72
      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.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
            0    6     1     arg  Lcom/sun/org/apache/xpath/internal/Expression;
            0    6     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.FunctionOneArg this
        start local 1 // int argNum
         0: .line 84
            iload 1 /* argNum */
            iconst_1
            if_icmpeq 2
         1: .line 85
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FunctionOneArg.reportWrongNumberArgs:()V
         2: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
            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.FunctionOneArg this
         0: .line 95
            new com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
            dup
            ldc "one"
            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.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
    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.FunctionOneArg this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            invokevirtual com.sun.org.apache.xpath.internal.Expression.canTraverseOutsideSubtree:()Z
            ireturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/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 // com.sun.org.apache.xpath.internal.functions.FunctionOneArg this
        start local 1 // java.util.Vector vars
        start local 2 // int globalsSize
         0: .line 121
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 2
         1: .line 122
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.fixupVariables:(Ljava/util/Vector;I)V
         2: .line 123
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int globalsSize
        end local 1 // java.util.Vector vars
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
            0    3     1         vars  Ljava/util/Vector;
            0    3     2  globalsSize  I
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  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=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionOneArg this
        start local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 130
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 2
         1: .line 131
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 0 /* this */
            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
         2: .line 132
      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.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
            0    3     1  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
    MethodParameters:
         Name  Flags
      visitor  

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

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

  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.FunctionOneArg this
        start local 1 // com.sun.org.apache.xpath.internal.Expression expr
         0: .line 157
            aload 0 /* this */
            aload 1 /* expr */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 2
         1: .line 158
            iconst_0
            ireturn
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 7
         3: .line 162
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.functions.FunctionOneArg
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 5
         4: .line 163
            iconst_0
            ireturn
         5: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.functions.FunctionOneArg
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0: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 166
            iconst_0
            ireturn
         7: .line 168
      StackMap locals:
      StackMap stack:
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.functions.FunctionOneArg
            getfield com.sun.org.apache.xpath.internal.functions.FunctionOneArg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 9
         8: .line 169
            iconst_0
            ireturn
         9: .line 171
      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.FunctionOneArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionOneArg;
            0   10     1  expr  Lcom/sun/org/apache/xpath/internal/Expression;
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "FunctionOneArg.java"