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 35
            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 51
            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 67
            iload 2 /* argNum */
            ifne 4
         1: .line 69
            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 70
            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 71
            goto 5
         4: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FunctionOneArg.reportWrongNumberArgs:()V
         5: .line 74
      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 86
            iload 1 /* argNum */
            iconst_1
            if_icmpeq 2
         1: .line 87
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FunctionOneArg.reportWrongNumberArgs:()V
         2: .line 88
      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 97
            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 108
            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.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.FunctionOneArg this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 123
            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 124
            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/List;I)V
         2: .line 125
      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.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/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0    3     2  globalsSize  I
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    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 132
            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 133
            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 134
      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 142
            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 150
            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 151
            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 152
            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 159
            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 160
            iconst_0
            ireturn
         2: .line 162
      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 164
            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 165
            iconst_0
            ireturn
         5: .line 167
      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 168
            iconst_0
            ireturn
         7: .line 170
      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 171
            iconst_0
            ireturn
         9: .line 173
      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"