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

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

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncGenerateId this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 48
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncGenerateId.getArg0AsNode:(Lcom/sun/org/apache/xpath/internal/XPathContext;)I
            istore 2 /* which */
        start local 2 // int which
         1: .line 50
            iconst_m1
            iload 2 /* which */
            if_icmpeq 3
         2: .line 58
            new com.sun.org.apache.xpath.internal.objects.XString
            dup
            new java.lang.StringBuilder
            dup
            ldc "N"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* which */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.org.apache.xpath.internal.objects.XString.<init>:(Ljava/lang/String;)V
            areturn
         3: .line 61
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
        end local 2 // int which
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncGenerateId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xpath/internal/functions/FuncGenerateId;
            0    4     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1    4     2  which  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncGenerateId.java"