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

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

  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=11, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncSubstring this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 50
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncSubstring.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;
            astore 2 /* s1 */
        start local 2 // com.sun.org.apache.xml.internal.utils.XMLString s1
         1: .line 51
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncSubstring.m_arg1: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
            dstore 3 /* start */
        start local 3 // double start
         2: .line 52
            aload 2 /* s1 */
            invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.length:()I
            istore 5 /* lenOfS1 */
        start local 5 // int lenOfS1
         3: .line 55
            iload 5 /* lenOfS1 */
            ifgt 5
         4: .line 56
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
         5: .line 61
      StackMap locals: com.sun.org.apache.xml.internal.utils.XMLString double int
      StackMap stack:
            dload 3 /* start */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 9
         6: .line 66
            ldc -1000000.0
            dstore 3 /* start */
         7: .line 67
            iconst_0
            istore 7 /* startIndex */
        start local 7 // int startIndex
         8: .line 68
            goto 13
        end local 7 // int startIndex
         9: .line 71
      StackMap locals:
      StackMap stack:
            dload 3 /* start */
            invokestatic java.lang.Math.round:(D)J
            l2d
            dstore 3 /* start */
        10: .line 72
            dload 3 /* start */
            dconst_0
            dcmpl
            ifle 11
            dload 3 /* start */
            d2i
            iconst_1
            isub
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 7 /* startIndex */
        start local 7 // int startIndex
        13: .line 75
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncSubstring com.sun.org.apache.xpath.internal.XPathContext com.sun.org.apache.xml.internal.utils.XMLString double int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncSubstring.m_arg2:Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 24
        14: .line 77
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncSubstring.m_arg2:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.num:(Lcom/sun/org/apache/xpath/internal/XPathContext;)D
            dstore 8 /* len */
        start local 8 // double len
        15: .line 78
            dload 8 /* len */
            invokestatic java.lang.Math.round:(D)J
            l2d
            dload 3 /* start */
            dadd
            d2i
            iconst_1
            isub
            istore 10 /* end */
        start local 10 // int end
        16: .line 81
            iload 10 /* end */
            ifge 18
        17: .line 82
            iconst_0
            istore 10 /* end */
            goto 20
        18: .line 83
      StackMap locals: double int
      StackMap stack:
            iload 10 /* end */
            iload 5 /* lenOfS1 */
            if_icmple 20
        19: .line 84
            iload 5 /* lenOfS1 */
            istore 10 /* end */
        20: .line 86
      StackMap locals:
      StackMap stack:
            iload 7 /* startIndex */
            iload 5 /* lenOfS1 */
            if_icmple 22
        21: .line 87
            iload 5 /* lenOfS1 */
            istore 7 /* startIndex */
        22: .line 89
      StackMap locals:
      StackMap stack:
            aload 2 /* s1 */
            iload 7 /* startIndex */
            iload 10 /* end */
            invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.substring:(II)Lcom/sun/org/apache/xml/internal/utils/XMLString;
            astore 6 /* substr */
        end local 10 // int end
        end local 8 // double len
        start local 6 // com.sun.org.apache.xml.internal.utils.XMLString substr
        23: .line 90
            goto 27
        end local 6 // com.sun.org.apache.xml.internal.utils.XMLString substr
        24: .line 93
      StackMap locals:
      StackMap stack:
            iload 7 /* startIndex */
            iload 5 /* lenOfS1 */
            if_icmple 26
        25: .line 94
            iload 5 /* lenOfS1 */
            istore 7 /* startIndex */
        26: .line 95
      StackMap locals:
      StackMap stack:
            aload 2 /* s1 */
            iload 7 /* startIndex */
            invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.substring:(I)Lcom/sun/org/apache/xml/internal/utils/XMLString;
            astore 6 /* substr */
        end local 7 // int startIndex
        start local 6 // com.sun.org.apache.xml.internal.utils.XMLString substr
        27: .line 99
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncSubstring com.sun.org.apache.xpath.internal.XPathContext com.sun.org.apache.xml.internal.utils.XMLString double int com.sun.org.apache.xml.internal.utils.XMLString
      StackMap stack:
            aload 6 /* substr */
            checkcast com.sun.org.apache.xpath.internal.objects.XString
            areturn
        end local 6 // com.sun.org.apache.xml.internal.utils.XMLString substr
        end local 5 // int lenOfS1
        end local 3 // double start
        end local 2 // com.sun.org.apache.xml.internal.utils.XMLString s1
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncSubstring this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Lcom/sun/org/apache/xpath/internal/functions/FuncSubstring;
            0   28     1       xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1   28     2          s1  Lcom/sun/org/apache/xml/internal/utils/XMLString;
            2   28     3       start  D
            3   28     5     lenOfS1  I
           23   24     6      substr  Lcom/sun/org/apache/xml/internal/utils/XMLString;
           27   28     6      substr  Lcom/sun/org/apache/xml/internal/utils/XMLString;
            8    9     7  startIndex  I
           13   27     7  startIndex  I
           15   23     8         len  D
           16   23    10         end  I
    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.FuncSubstring this
        start local 1 // int argNum
         0: .line 112
            iload 1 /* argNum */
            iconst_2
            if_icmpge 2
         1: .line 113
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncSubstring.reportWrongNumberArgs:()V
         2: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncSubstring this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xpath/internal/functions/FuncSubstring;
            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.FuncSubstring this
         0: .line 123
            new com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
            dup
            ldc "ER_TWO_OR_THREE"
            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.FuncSubstring this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncSubstring;
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
}
SourceFile: "FuncSubstring.java"