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

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

  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=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncStringLength this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 46
            new com.sun.org.apache.xpath.internal.objects.XNumber
            dup
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncStringLength.getArg0AsString:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xml/internal/utils/XMLString;
            invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.length:()I
            i2d
            invokespecial com.sun.org.apache.xpath.internal.objects.XNumber.<init>:(D)V
            areturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncStringLength this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/functions/FuncStringLength;
            0    1     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncStringLength.java"