public class com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg 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.FunctionDef1Arg
  super_class: com.sun.org.apache.xpath.internal.functions.FunctionOneArg
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2325189412814149264

  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.FunctionDef1Arg this
         0: .line 36
            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.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;

  protected int getArg0AsNode(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 56
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 2
         1: .line 57
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.asNode:(Lcom/sun/org/apache/xpath/internal/XPathContext;)I
         3: .line 56
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;
            0    4     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public boolean Arg0IsNodesetExpr();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
         0: .line 66
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            invokevirtual com.sun.org.apache.xpath.internal.Expression.isNodesetExpr:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;

  protected com.sun.org.apache.xml.internal.utils.XMLString getArg0AsString(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xml/internal/utils/XMLString;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 85
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 6
         1: .line 87
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            istore 2 /* currentNode */
        start local 2 // int currentNode
         2: .line 88
            iconst_m1
            iload 2 /* currentNode */
            if_icmpne 4
         3: .line 89
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
         4: .line 92
      StackMap locals: int
      StackMap stack:
            aload 1 /* xctxt */
            iload 2 /* currentNode */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 3 /* dtm */
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         5: .line 93
            aload 3 /* dtm */
            iload 2 /* currentNode */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getStringValue:(I)Lcom/sun/org/apache/xml/internal/utils/XMLString;
            areturn
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int currentNode
         6: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.xstr:()Lcom/sun/org/apache/xml/internal/utils/XMLString;
            areturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;
            0    7     1        xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            2    6     2  currentNode  I
            5    6     3          dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  protected double getArg0AsNumber(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 118
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 7
         1: .line 120
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            istore 2 /* currentNode */
        start local 2 // int currentNode
         2: .line 121
            iconst_m1
            iload 2 /* currentNode */
            if_icmpne 4
         3: .line 122
            dconst_0
            dreturn
         4: .line 125
      StackMap locals: int
      StackMap stack:
            aload 1 /* xctxt */
            iload 2 /* currentNode */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 3 /* dtm */
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         5: .line 126
            aload 3 /* dtm */
            iload 2 /* currentNode */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getStringValue:(I)Lcom/sun/org/apache/xml/internal/utils/XMLString;
            astore 4 /* str */
        start local 4 // com.sun.org.apache.xml.internal.utils.XMLString str
         6: .line 127
            aload 4 /* str */
            invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.toDouble:()D
            dreturn
        end local 4 // com.sun.org.apache.xml.internal.utils.XMLString str
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int currentNode
         7: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
            dreturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;
            0    8     1        xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            2    7     2  currentNode  I
            5    7     3          dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            6    7     4          str  Lcom/sun/org/apache/xml/internal/utils/XMLString;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  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.FunctionDef1Arg this
        start local 1 // int argNum
         0: .line 144
            iload 1 /* argNum */
            iconst_1
            if_icmple 2
         1: .line 145
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.reportWrongNumberArgs:()V
         2: .line 146
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;
            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.FunctionDef1Arg this
         0: .line 155
            new com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
            dup
            ldc "ER_ZERO_OR_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.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;
    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.FunctionDef1Arg this
         0: .line 166
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.canTraverseOutsideSubtree:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/functions/FunctionDef1Arg;
}
SourceFile: "FunctionDef1Arg.java"