public class org.apache.xpath.objects.XStringForFSB extends org.apache.xpath.objects.XString
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.objects.XStringForFSB
  super_class: org.apache.xpath.objects.XString
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1533039186550674548

  int m_start;
    descriptor: I
    flags: (0x0000) 

  int m_length;
    descriptor: I
    flags: (0x0000) 

  protected java.lang.String m_strCache;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected int m_hash;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.apache.xml.utils.FastStringBuffer, int, int);
    descriptor: (Lorg/apache/xml/utils/FastStringBuffer;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xml.utils.FastStringBuffer val
        start local 2 // int start
        start local 3 // int length
         0: .line 59
            aload 0 /* this */
            aload 1 /* val */
            invokespecial org.apache.xpath.objects.XString.<init>:(Ljava/lang/Object;)V
         1: .line 44
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.objects.XStringForFSB.m_strCache:Ljava/lang/String;
         2: .line 47
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.objects.XStringForFSB.m_hash:I
         3: .line 61
            aload 0 /* this */
            iload 2 /* start */
            putfield org.apache.xpath.objects.XStringForFSB.m_start:I
         4: .line 62
            aload 0 /* this */
            iload 3 /* length */
            putfield org.apache.xpath.objects.XStringForFSB.m_length:I
         5: .line 64
            aload 1 /* val */
            ifnonnull 9
         6: .line 65
            new java.lang.IllegalArgumentException
            dup
         7: .line 66
            ldc "ER_FASTSTRINGBUFFER_CANNOT_BE_NULL"
            aconst_null
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         8: .line 65
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 67
      StackMap locals: org.apache.xpath.objects.XStringForFSB org.apache.xml.utils.FastStringBuffer int int
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int start
        end local 1 // org.apache.xml.utils.FastStringBuffer val
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/apache/xpath/objects/XStringForFSB;
            0   10     1     val  Lorg/apache/xml/utils/FastStringBuffer;
            0   10     2   start  I
            0   10     3  length  I
    MethodParameters:
        Name  Flags
      val     
      start   
      length  

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // java.lang.String val
         0: .line 77
            aload 0 /* this */
            aload 1 /* val */
            invokespecial org.apache.xpath.objects.XString.<init>:(Ljava/lang/String;)V
         1: .line 44
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.objects.XStringForFSB.m_strCache:Ljava/lang/String;
         2: .line 47
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.objects.XStringForFSB.m_hash:I
         3: .line 79
            new java.lang.IllegalArgumentException
            dup
         4: .line 80
            ldc "ER_FSB_CANNOT_TAKE_STRING"
            aconst_null
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 79
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String val
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0    6     1   val  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      val   

  public org.apache.xml.utils.FastStringBuffer fsb();
    descriptor: ()Lorg/apache/xml/utils/FastStringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 90
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_obj:Ljava/lang/Object;
            checkcast org.apache.xml.utils.FastStringBuffer
            areturn
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/objects/XStringForFSB;

  public void appendToFsb(org.apache.xml.utils.FastStringBuffer);
    descriptor: (Lorg/apache/xml/utils/FastStringBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xml.utils.FastStringBuffer fsb
         0: .line 101
            aload 1 /* fsb */
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.str:()Ljava/lang/String;
            invokevirtual org.apache.xml.utils.FastStringBuffer.append:(Ljava/lang/String;)V
         1: .line 102
            return
        end local 1 // org.apache.xml.utils.FastStringBuffer fsb
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0    2     1   fsb  Lorg/apache/xml/utils/FastStringBuffer;
    MethodParameters:
      Name  Flags
      fsb   

  public boolean hasString();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 111
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_strCache:Ljava/lang/String;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/objects/XStringForFSB;

  public java.lang.Object object();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 128
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.str:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/objects/XStringForFSB;

  public java.lang.String str();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 139
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_strCache:Ljava/lang/String;
            ifnonnull 2
         1: .line 141
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            invokevirtual org.apache.xml.utils.FastStringBuffer.getString:(II)Ljava/lang/String;
            putfield org.apache.xpath.objects.XStringForFSB.m_strCache:Ljava/lang/String;
         2: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_strCache:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/objects/XStringForFSB;

  public void dispatchCharactersEvents(org.xml.sax.ContentHandler);
    descriptor: (Lorg/xml/sax/ContentHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.xml.sax.ContentHandler ch
         0: .line 184
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            aload 1 /* ch */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            invokevirtual org.apache.xml.utils.FastStringBuffer.sendSAXcharacters:(Lorg/xml/sax/ContentHandler;II)V
         1: .line 185
            return
        end local 1 // org.xml.sax.ContentHandler ch
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0    2     1    ch  Lorg/xml/sax/ContentHandler;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      ch    

  public void dispatchAsComment(org.xml.sax.ext.LexicalHandler);
    descriptor: (Lorg/xml/sax/ext/LexicalHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.xml.sax.ext.LexicalHandler lh
         0: .line 199
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            aload 1 /* lh */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            invokevirtual org.apache.xml.utils.FastStringBuffer.sendSAXComment:(Lorg/xml/sax/ext/LexicalHandler;II)V
         1: .line 200
            return
        end local 1 // org.xml.sax.ext.LexicalHandler lh
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0    2     1    lh  Lorg/xml/sax/ext/LexicalHandler;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      lh    

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 210
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            ireturn
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/objects/XStringForFSB;

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // int index
         0: .line 228
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iload 1 /* index */
            iadd
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            ireturn
        end local 1 // int index
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/objects/XStringForFSB;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void getChars(int, int, char[], int);
    descriptor: (II[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // int srcBegin
        start local 2 // int srcEnd
        start local 3 // char[] dst
        start local 4 // int dstBegin
         0: .line 257
            iload 2 /* srcEnd */
            iload 1 /* srcBegin */
            isub
            istore 5 /* n */
        start local 5 // int n
         1: .line 259
            iload 5 /* n */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmple 3
         2: .line 260
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            istore 5 /* n */
         3: .line 262
      StackMap locals: int
      StackMap stack:
            iload 5 /* n */
            aload 3 /* dst */
            arraylength
            iload 4 /* dstBegin */
            isub
            if_icmple 5
         4: .line 263
            aload 3 /* dst */
            arraylength
            iload 4 /* dstBegin */
            isub
            istore 5 /* n */
         5: .line 265
      StackMap locals:
      StackMap stack:
            iload 1 /* srcBegin */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iadd
            iload 5 /* n */
            iadd
            istore 6 /* end */
        start local 6 // int end
         6: .line 266
            iload 4 /* dstBegin */
            istore 7 /* d */
        start local 7 // int d
         7: .line 267
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 8 /* fsb */
        start local 8 // org.apache.xml.utils.FastStringBuffer fsb
         8: .line 269
            iload 1 /* srcBegin */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iadd
            istore 9 /* i */
        start local 9 // int i
         9: goto 12
        10: .line 271
      StackMap locals: org.apache.xpath.objects.XStringForFSB int int char[] int int int int org.apache.xml.utils.FastStringBuffer int
      StackMap stack:
            aload 3 /* dst */
            iload 7 /* d */
            iinc 7 /* d */ 1
            aload 8 /* fsb */
            iload 9 /* i */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            castore
        11: .line 269
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* i */
            iload 6 /* end */
            if_icmplt 10
        end local 9 // int i
        13: .line 273
            return
        end local 8 // org.apache.xml.utils.FastStringBuffer fsb
        end local 7 // int d
        end local 6 // int end
        end local 5 // int n
        end local 4 // int dstBegin
        end local 3 // char[] dst
        end local 2 // int srcEnd
        end local 1 // int srcBegin
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/apache/xpath/objects/XStringForFSB;
            0   14     1  srcBegin  I
            0   14     2    srcEnd  I
            0   14     3       dst  [C
            0   14     4  dstBegin  I
            1   14     5         n  I
            6   14     6       end  I
            7   14     7         d  I
            8   14     8       fsb  Lorg/apache/xml/utils/FastStringBuffer;
            9   13     9         i  I
    MethodParameters:
          Name  Flags
      srcBegin  
      srcEnd    
      dst       
      dstBegin  

  public boolean equals(org.apache.xml.utils.XMLString);
    descriptor: (Lorg/apache/xml/utils/XMLString;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xml.utils.XMLString obj2
         0: .line 292
            aload 0 /* this */
            aload 1 /* obj2 */
            if_acmpne 2
         1: .line 294
            iconst_1
            ireturn
         2: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            istore 2 /* n */
        start local 2 // int n
         3: .line 299
            iload 2 /* n */
            aload 1 /* obj2 */
            invokeinterface org.apache.xml.utils.XMLString.length:()I
            if_icmpne 14
         4: .line 301
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 3 /* fsb */
        start local 3 // org.apache.xml.utils.FastStringBuffer fsb
         5: .line 302
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            istore 4 /* i */
        start local 4 // int i
         6: .line 303
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         7: .line 305
            goto 12
         8: .line 307
      StackMap locals: org.apache.xpath.objects.XStringForFSB org.apache.xml.utils.XMLString int org.apache.xml.utils.FastStringBuffer int int
      StackMap stack:
            aload 3 /* fsb */
            iload 4 /* i */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            aload 1 /* obj2 */
            iload 5 /* j */
            invokeinterface org.apache.xml.utils.XMLString.charAt:(I)C
            if_icmpeq 10
         9: .line 309
            iconst_0
            ireturn
        10: .line 312
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
        11: .line 313
            iinc 5 /* j */ 1
        12: .line 305
      StackMap locals:
      StackMap stack:
            iload 2 /* n */
            iinc 2 /* n */ -1
            ifne 8
        13: .line 316
            iconst_1
            ireturn
        end local 5 // int j
        end local 4 // int i
        end local 3 // org.apache.xml.utils.FastStringBuffer fsb
        14: .line 319
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int n
        end local 1 // org.apache.xml.utils.XMLString obj2
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0   15     1  obj2  Lorg/apache/xml/utils/XMLString;
            3   15     2     n  I
            5   14     3   fsb  Lorg/apache/xml/utils/FastStringBuffer;
            6   14     4     i  I
            7   14     5     j  I
    MethodParameters:
      Name  Flags
      obj2  

  public boolean equals(org.apache.xpath.objects.XObject);
    descriptor: (Lorg/apache/xpath/objects/XObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xpath.objects.XObject obj2
         0: .line 334
            aload 0 /* this */
            aload 1 /* obj2 */
            if_acmpne 2
         1: .line 336
            iconst_1
            ireturn
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 1 /* obj2 */
            invokevirtual org.apache.xpath.objects.XObject.getType:()I
            iconst_2
            if_icmpne 4
         3: .line 339
            aload 1 /* obj2 */
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XObject.equals:(Lorg/apache/xpath/objects/XObject;)Z
            ireturn
         4: .line 341
      StackMap locals:
      StackMap stack:
            aload 1 /* obj2 */
            invokevirtual org.apache.xpath.objects.XObject.str:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
         5: .line 342
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            istore 3 /* n */
        start local 3 // int n
         6: .line 344
            iload 3 /* n */
            aload 2 /* str */
            invokevirtual java.lang.String.length:()I
            if_icmpne 17
         7: .line 346
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 4 /* fsb */
        start local 4 // org.apache.xml.utils.FastStringBuffer fsb
         8: .line 347
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            istore 5 /* i */
        start local 5 // int i
         9: .line 348
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        10: .line 350
            goto 15
        11: .line 352
      StackMap locals: org.apache.xpath.objects.XStringForFSB org.apache.xpath.objects.XObject java.lang.String int org.apache.xml.utils.FastStringBuffer int int
      StackMap stack:
            aload 4 /* fsb */
            iload 5 /* i */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            aload 2 /* str */
            iload 6 /* j */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 13
        12: .line 354
            iconst_0
            ireturn
        13: .line 357
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        14: .line 358
            iinc 6 /* j */ 1
        15: .line 350
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iinc 3 /* n */ -1
            ifne 11
        16: .line 361
            iconst_1
            ireturn
        end local 6 // int j
        end local 5 // int i
        end local 4 // org.apache.xml.utils.FastStringBuffer fsb
        17: .line 364
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int n
        end local 2 // java.lang.String str
        end local 1 // org.apache.xpath.objects.XObject obj2
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0   18     1  obj2  Lorg/apache/xpath/objects/XObject;
            5   18     2   str  Ljava/lang/String;
            6   18     3     n  I
            8   17     4   fsb  Lorg/apache/xml/utils/FastStringBuffer;
            9   17     5     i  I
           10   17     6     j  I
    MethodParameters:
      Name  Flags
      obj2  

  public boolean equals(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // java.lang.String anotherString
         0: .line 379
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            istore 2 /* n */
        start local 2 // int n
         1: .line 381
            iload 2 /* n */
            aload 1 /* anotherString */
            invokevirtual java.lang.String.length:()I
            if_icmpne 12
         2: .line 383
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 3 /* fsb */
        start local 3 // org.apache.xml.utils.FastStringBuffer fsb
         3: .line 384
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            istore 4 /* i */
        start local 4 // int i
         4: .line 385
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         5: .line 387
            goto 10
         6: .line 389
      StackMap locals: org.apache.xpath.objects.XStringForFSB java.lang.String int org.apache.xml.utils.FastStringBuffer int int
      StackMap stack:
            aload 3 /* fsb */
            iload 4 /* i */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            aload 1 /* anotherString */
            iload 5 /* j */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 8
         7: .line 391
            iconst_0
            ireturn
         8: .line 394
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
         9: .line 395
            iinc 5 /* j */ 1
        10: .line 387
      StackMap locals:
      StackMap stack:
            iload 2 /* n */
            iinc 2 /* n */ -1
            ifne 6
        11: .line 398
            iconst_1
            ireturn
        end local 5 // int j
        end local 4 // int i
        end local 3 // org.apache.xml.utils.FastStringBuffer fsb
        12: .line 401
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int n
        end local 1 // java.lang.String anotherString
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/apache/xpath/objects/XStringForFSB;
            0   13     1  anotherString  Ljava/lang/String;
            1   13     2              n  I
            3   12     3            fsb  Lorg/apache/xml/utils/FastStringBuffer;
            4   12     4              i  I
            5   12     5              j  I
    MethodParameters:
               Name  Flags
      anotherString  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // java.lang.Object obj2
         0: .line 421
            aload 1 /* obj2 */
            ifnonnull 2
         1: .line 422
            iconst_0
            ireturn
         2: .line 424
      StackMap locals:
      StackMap stack:
            aload 1 /* obj2 */
            instanceof org.apache.xpath.objects.XNumber
            ifeq 4
         3: .line 425
            aload 1 /* obj2 */
            aload 0 /* this */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 430
      StackMap locals:
      StackMap stack:
            aload 1 /* obj2 */
            instanceof org.apache.xpath.objects.XNodeSet
            ifeq 6
         5: .line 431
            aload 1 /* obj2 */
            aload 0 /* this */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
         6: .line 432
      StackMap locals:
      StackMap stack:
            aload 1 /* obj2 */
            instanceof org.apache.xpath.objects.XStringForFSB
            ifeq 8
         7: .line 433
            aload 0 /* this */
            aload 1 /* obj2 */
            checkcast org.apache.xml.utils.XMLString
            invokevirtual org.apache.xpath.objects.XStringForFSB.equals:(Lorg/apache/xml/utils/XMLString;)Z
            ireturn
         8: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj2 */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual org.apache.xpath.objects.XStringForFSB.equals:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.Object obj2
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0    9     1  obj2  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj2  

  public boolean equalsIgnoreCase(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // java.lang.String anotherString
         0: .line 455
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            aload 1 /* anotherString */
            invokevirtual java.lang.String.length:()I
            if_icmpne 2
         1: .line 456
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.str:()Ljava/lang/String;
            aload 1 /* anotherString */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
         3: .line 455
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // java.lang.String anotherString
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/apache/xpath/objects/XStringForFSB;
            0    4     1  anotherString  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      anotherString  

  public int compareTo(org.apache.xml.utils.XMLString);
    descriptor: (Lorg/apache/xml/utils/XMLString;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=10, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xml.utils.XMLString xstr
         0: .line 475
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            istore 2 /* len1 */
        start local 2 // int len1
         1: .line 476
            aload 1 /* xstr */
            invokeinterface org.apache.xml.utils.XMLString.length:()I
            istore 3 /* len2 */
        start local 3 // int len2
         2: .line 477
            iload 2 /* len1 */
            iload 3 /* len2 */
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* n */
        start local 4 // int n
         3: .line 478
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 5 /* fsb */
        start local 5 // org.apache.xml.utils.FastStringBuffer fsb
         4: .line 479
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            istore 6 /* i */
        start local 6 // int i
         5: .line 480
            iconst_0
            istore 7 /* j */
        start local 7 // int j
         6: .line 482
            goto 13
         7: .line 484
      StackMap locals: org.apache.xpath.objects.XStringForFSB org.apache.xml.utils.XMLString int int int org.apache.xml.utils.FastStringBuffer int int
      StackMap stack:
            aload 5 /* fsb */
            iload 6 /* i */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            istore 8 /* c1 */
        start local 8 // char c1
         8: .line 485
            aload 1 /* xstr */
            iload 7 /* j */
            invokeinterface org.apache.xml.utils.XMLString.charAt:(I)C
            istore 9 /* c2 */
        start local 9 // char c2
         9: .line 487
            iload 8 /* c1 */
            iload 9 /* c2 */
            if_icmpeq 11
        10: .line 489
            iload 8 /* c1 */
            iload 9 /* c2 */
            isub
            ireturn
        11: .line 492
      StackMap locals: int int
      StackMap stack:
            iinc 6 /* i */ 1
        12: .line 493
            iinc 7 /* j */ 1
        end local 9 // char c2
        end local 8 // char c1
        13: .line 482
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iinc 4 /* n */ -1
            ifne 7
        14: .line 496
            iload 2 /* len1 */
            iload 3 /* len2 */
            isub
            ireturn
        end local 7 // int j
        end local 6 // int i
        end local 5 // org.apache.xml.utils.FastStringBuffer fsb
        end local 4 // int n
        end local 3 // int len2
        end local 2 // int len1
        end local 1 // org.apache.xml.utils.XMLString xstr
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0   15     1  xstr  Lorg/apache/xml/utils/XMLString;
            1   15     2  len1  I
            2   15     3  len2  I
            3   15     4     n  I
            4   15     5   fsb  Lorg/apache/xml/utils/FastStringBuffer;
            5   15     6     i  I
            6   15     7     j  I
            8   13     8    c1  C
            9   13     9    c2  C
    MethodParameters:
      Name  Flags
      xstr  

  public int compareToIgnoreCase(org.apache.xml.utils.XMLString);
    descriptor: (Lorg/apache/xml/utils/XMLString;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=10, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xml.utils.XMLString xstr
         0: .line 521
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            istore 2 /* len1 */
        start local 2 // int len1
         1: .line 522
            aload 1 /* xstr */
            invokeinterface org.apache.xml.utils.XMLString.length:()I
            istore 3 /* len2 */
        start local 3 // int len2
         2: .line 523
            iload 2 /* len1 */
            iload 3 /* len2 */
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* n */
        start local 4 // int n
         3: .line 524
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 5 /* fsb */
        start local 5 // org.apache.xml.utils.FastStringBuffer fsb
         4: .line 525
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            istore 6 /* i */
        start local 6 // int i
         5: .line 526
            iconst_0
            istore 7 /* j */
        start local 7 // int j
         6: .line 528
            goto 13
         7: .line 530
      StackMap locals: org.apache.xpath.objects.XStringForFSB org.apache.xml.utils.XMLString int int int org.apache.xml.utils.FastStringBuffer int int
      StackMap stack:
            aload 5 /* fsb */
            iload 6 /* i */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            istore 8 /* c1 */
        start local 8 // char c1
         8: .line 531
            aload 1 /* xstr */
            iload 7 /* j */
            invokeinterface org.apache.xml.utils.XMLString.charAt:(I)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            istore 9 /* c2 */
        start local 9 // char c2
         9: .line 533
            iload 8 /* c1 */
            iload 9 /* c2 */
            if_icmpeq 11
        10: .line 535
            iload 8 /* c1 */
            iload 9 /* c2 */
            isub
            ireturn
        11: .line 538
      StackMap locals: int int
      StackMap stack:
            iinc 6 /* i */ 1
        12: .line 539
            iinc 7 /* j */ 1
        end local 9 // char c2
        end local 8 // char c1
        13: .line 528
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iinc 4 /* n */ -1
            ifne 7
        14: .line 542
            iload 2 /* len1 */
            iload 3 /* len2 */
            isub
            ireturn
        end local 7 // int j
        end local 6 // int i
        end local 5 // org.apache.xml.utils.FastStringBuffer fsb
        end local 4 // int n
        end local 3 // int len2
        end local 2 // int len1
        end local 1 // org.apache.xml.utils.XMLString xstr
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0   15     1  xstr  Lorg/apache/xml/utils/XMLString;
            1   15     2  len1  I
            2   15     3  len2  I
            3   15     4     n  I
            4   15     5   fsb  Lorg/apache/xml/utils/FastStringBuffer;
            5   15     6     i  I
            6   15     7     j  I
            8   13     8    c1  C
            9   13     9    c2  C
    MethodParameters:
      Name  Flags
      xstr  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 586
            aload 0 /* this */
            invokespecial org.apache.xpath.objects.XString.hashCode:()I
            ireturn
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/objects/XStringForFSB;

  public boolean startsWith(org.apache.xml.utils.XMLString, int);
    descriptor: (Lorg/apache/xml/utils/XMLString;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xml.utils.XMLString prefix
        start local 2 // int toffset
         0: .line 611
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 3 /* fsb */
        start local 3 // org.apache.xml.utils.FastStringBuffer fsb
         1: .line 612
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iload 2 /* toffset */
            iadd
            istore 4 /* to */
        start local 4 // int to
         2: .line 614
            iconst_0
            istore 5 /* po */
        start local 5 // int po
         3: .line 615
            aload 1 /* prefix */
            invokeinterface org.apache.xml.utils.XMLString.length:()I
            istore 6 /* pc */
        start local 6 // int pc
         4: .line 618
            iload 2 /* toffset */
            iflt 5
            iload 2 /* toffset */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            iload 6 /* pc */
            isub
            if_icmple 10
         5: .line 620
      StackMap locals: org.apache.xpath.objects.XStringForFSB org.apache.xml.utils.XMLString int org.apache.xml.utils.FastStringBuffer int int int
      StackMap stack:
            iconst_0
            ireturn
         6: .line 625
      StackMap locals:
      StackMap stack:
            aload 3 /* fsb */
            iload 4 /* to */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            aload 1 /* prefix */
            iload 5 /* po */
            invokeinterface org.apache.xml.utils.XMLString.charAt:(I)C
            if_icmpeq 8
         7: .line 627
            iconst_0
            ireturn
         8: .line 630
      StackMap locals:
      StackMap stack:
            iinc 4 /* to */ 1
         9: .line 631
            iinc 5 /* po */ 1
        10: .line 623
      StackMap locals:
      StackMap stack:
            iinc 6 /* pc */ -1
            iload 6 /* pc */
            ifge 6
        11: .line 634
            iconst_1
            ireturn
        end local 6 // int pc
        end local 5 // int po
        end local 4 // int to
        end local 3 // org.apache.xml.utils.FastStringBuffer fsb
        end local 2 // int toffset
        end local 1 // org.apache.xml.utils.XMLString prefix
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/apache/xpath/objects/XStringForFSB;
            0   12     1   prefix  Lorg/apache/xml/utils/XMLString;
            0   12     2  toffset  I
            1   12     3      fsb  Lorg/apache/xml/utils/FastStringBuffer;
            2   12     4       to  I
            3   12     5       po  I
            4   12     6       pc  I
    MethodParameters:
         Name  Flags
      prefix   
      toffset  

  public boolean startsWith(org.apache.xml.utils.XMLString);
    descriptor: (Lorg/apache/xml/utils/XMLString;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // org.apache.xml.utils.XMLString prefix
         0: .line 654
            aload 0 /* this */
            aload 1 /* prefix */
            iconst_0
            invokevirtual org.apache.xpath.objects.XStringForFSB.startsWith:(Lorg/apache/xml/utils/XMLString;I)Z
            ireturn
        end local 1 // org.apache.xml.utils.XMLString prefix
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/xpath/objects/XStringForFSB;
            0    1     1  prefix  Lorg/apache/xml/utils/XMLString;
    MethodParameters:
        Name  Flags
      prefix  

  public int indexOf(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // int ch
         0: .line 676
            aload 0 /* this */
            iload 1 /* ch */
            iconst_0
            invokevirtual org.apache.xpath.objects.XStringForFSB.indexOf:(II)I
            ireturn
        end local 1 // int ch
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0    1     1    ch  I
    MethodParameters:
      Name  Flags
      ch    

  public int indexOf(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // int ch
        start local 2 // int fromIndex
         0: .line 710
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            iadd
            istore 3 /* max */
        start local 3 // int max
         1: .line 711
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 4 /* fsb */
        start local 4 // org.apache.xml.utils.FastStringBuffer fsb
         2: .line 713
            iload 2 /* fromIndex */
            ifge 5
         3: .line 715
            iconst_0
            istore 2 /* fromIndex */
         4: .line 716
            goto 7
         5: .line 717
      StackMap locals: int org.apache.xml.utils.FastStringBuffer
      StackMap stack:
            iload 2 /* fromIndex */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmplt 7
         6: .line 721
            iconst_m1
            ireturn
         7: .line 724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iload 2 /* fromIndex */
            iadd
            istore 5 /* i */
        start local 5 // int i
         8: goto 12
         9: .line 726
      StackMap locals: int
      StackMap stack:
            aload 4 /* fsb */
            iload 5 /* i */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            iload 1 /* ch */
            if_icmpne 11
        10: .line 728
            iload 5 /* i */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            isub
            ireturn
        11: .line 724
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 3 /* max */
            if_icmplt 9
        end local 5 // int i
        13: .line 732
            iconst_m1
            ireturn
        end local 4 // org.apache.xml.utils.FastStringBuffer fsb
        end local 3 // int max
        end local 2 // int fromIndex
        end local 1 // int ch
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/apache/xpath/objects/XStringForFSB;
            0   14     1         ch  I
            0   14     2  fromIndex  I
            1   14     3        max  I
            2   14     4        fsb  Lorg/apache/xml/utils/FastStringBuffer;
            8   13     5          i  I
    MethodParameters:
           Name  Flags
      ch         
      fromIndex  

  public org.apache.xml.utils.XMLString substring(int);
    descriptor: (I)Lorg/apache/xml/utils/XMLString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // int beginIndex
         0: .line 755
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            iload 1 /* beginIndex */
            isub
            istore 2 /* len */
        start local 2 // int len
         1: .line 757
            iload 2 /* len */
            ifgt 3
         2: .line 758
            getstatic org.apache.xpath.objects.XString.EMPTYSTRING:Lorg/apache/xpath/objects/XString;
            areturn
         3: .line 761
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iload 1 /* beginIndex */
            iadd
            istore 3 /* start */
        start local 3 // int start
         4: .line 763
            new org.apache.xpath.objects.XStringForFSB
            dup
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            iload 3 /* start */
            iload 2 /* len */
            invokespecial org.apache.xpath.objects.XStringForFSB.<init>:(Lorg/apache/xml/utils/FastStringBuffer;II)V
            areturn
        end local 3 // int start
        end local 2 // int len
        end local 1 // int beginIndex
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/apache/xpath/objects/XStringForFSB;
            0    5     1  beginIndex  I
            1    5     2         len  I
            4    5     3       start  I
    MethodParameters:
            Name  Flags
      beginIndex  

  public org.apache.xml.utils.XMLString substring(int, int);
    descriptor: (II)Lorg/apache/xml/utils/XMLString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 786
            iload 2 /* endIndex */
            iload 1 /* beginIndex */
            isub
            istore 3 /* len */
        start local 3 // int len
         1: .line 788
            iload 3 /* len */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmple 3
         2: .line 789
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            istore 3 /* len */
         3: .line 791
      StackMap locals: int
      StackMap stack:
            iload 3 /* len */
            ifgt 5
         4: .line 792
            getstatic org.apache.xpath.objects.XString.EMPTYSTRING:Lorg/apache/xpath/objects/XString;
            areturn
         5: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iload 1 /* beginIndex */
            iadd
            istore 4 /* start */
        start local 4 // int start
         6: .line 797
            new org.apache.xpath.objects.XStringForFSB
            dup
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            iload 4 /* start */
            iload 3 /* len */
            invokespecial org.apache.xpath.objects.XStringForFSB.<init>:(Lorg/apache/xml/utils/FastStringBuffer;II)V
            areturn
        end local 4 // int start
        end local 3 // int len
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/apache/xpath/objects/XStringForFSB;
            0    7     1  beginIndex  I
            0    7     2    endIndex  I
            1    7     3         len  I
            6    7     4       start  I
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  public org.apache.xml.utils.XMLString concat(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/xml/utils/XMLString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // java.lang.String str
         0: .line 815
            new org.apache.xpath.objects.XString
            dup
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.str:()Ljava/lang/String;
            aload 1 /* str */
            invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial org.apache.xpath.objects.XString.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String str
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/objects/XStringForFSB;
            0    1     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public org.apache.xml.utils.XMLString trim();
    descriptor: ()Lorg/apache/xml/utils/XMLString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 825
            aload 0 /* this */
            iconst_1
            iconst_1
            iconst_0
            invokevirtual org.apache.xpath.objects.XStringForFSB.fixWhiteSpace:(ZZZ)Lorg/apache/xml/utils/XMLString;
            areturn
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/objects/XStringForFSB;

  private static boolean isSpace(char);
    descriptor: (C)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // char ch
         0: .line 837
            iload 0 /* ch */
            invokestatic org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace:(C)Z
            ireturn
        end local 0 // char ch
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ch  C
    MethodParameters:
      Name  Flags
      ch    

  public org.apache.xml.utils.XMLString fixWhiteSpace(boolean, boolean, boolean);
    descriptor: (ZZZ)Lorg/apache/xml/utils/XMLString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // org.apache.xpath.objects.XStringForFSB this
        start local 1 // boolean trimHead
        start local 2 // boolean trimTail
        start local 3 // boolean doublePunctuationSpaces
         0: .line 858
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            iadd
            istore 4 /* end */
        start local 4 // int end
         1: .line 859
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            newarray 5
            astore 5 /* buf */
        start local 5 // char[] buf
         2: .line 860
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            astore 6 /* fsb */
        start local 6 // org.apache.xml.utils.FastStringBuffer fsb
         3: .line 861
            iconst_0
            istore 7 /* edit */
        start local 7 // boolean edit
         4: .line 864
            iconst_0
            istore 8 /* d */
        start local 8 // int d
         5: .line 865
            iconst_0
            istore 9 /* pres */
        start local 9 // boolean pres
         6: .line 867
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            istore 10 /* s */
        start local 10 // int s
         7: goto 28
         8: .line 869
      StackMap locals: org.apache.xpath.objects.XStringForFSB int int int int char[] org.apache.xml.utils.FastStringBuffer int int int int
      StackMap stack:
            aload 6 /* fsb */
            iload 10 /* s */
            invokevirtual org.apache.xml.utils.FastStringBuffer.charAt:(I)C
            istore 11 /* c */
        start local 11 // char c
         9: .line 871
            iload 11 /* c */
            invokestatic org.apache.xpath.objects.XStringForFSB.isSpace:(C)Z
            ifeq 25
        10: .line 873
            iload 9 /* pres */
            ifne 22
        11: .line 875
            bipush 32
            iload 11 /* c */
            if_icmpeq 13
        12: .line 877
            iconst_1
            istore 7 /* edit */
        13: .line 880
      StackMap locals: int
      StackMap stack:
            aload 5 /* buf */
            iload 8 /* d */
            iinc 8 /* d */ 1
            bipush 32
            castore
        14: .line 882
            iload 3 /* doublePunctuationSpaces */
            ifeq 20
            iload 8 /* d */
            ifeq 20
        15: .line 884
            aload 5 /* buf */
            iload 8 /* d */
            iconst_1
            isub
            caload
            istore 12 /* prevChar */
        start local 12 // char prevChar
        16: .line 886
            iload 12 /* prevChar */
            bipush 46
            if_icmpeq 27
            iload 12 /* prevChar */
            bipush 33
            if_icmpeq 27
        17: .line 887
            iload 12 /* prevChar */
            bipush 63
            if_icmpeq 27
        18: .line 889
            iconst_1
            istore 9 /* pres */
        end local 12 // char prevChar
        19: .line 891
            goto 27
        20: .line 894
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* pres */
        21: .line 896
            goto 27
        22: .line 899
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* edit */
        23: .line 900
            iconst_1
            istore 9 /* pres */
        24: .line 902
            goto 27
        25: .line 905
      StackMap locals:
      StackMap stack:
            aload 5 /* buf */
            iload 8 /* d */
            iinc 8 /* d */ 1
            iload 11 /* c */
            castore
        26: .line 906
            iconst_0
            istore 9 /* pres */
        end local 11 // char c
        27: .line 867
      StackMap locals:
      StackMap stack:
            iinc 10 /* s */ 1
      StackMap locals:
      StackMap stack:
        28: iload 10 /* s */
            iload 4 /* end */
            if_icmplt 8
        end local 10 // int s
        29: .line 910
            iload 2 /* trimTail */
            ifeq 32
            iconst_1
            iload 8 /* d */
            if_icmpgt 32
            bipush 32
            aload 5 /* buf */
            iload 8 /* d */
            iconst_1
            isub
            caload
            if_icmpne 32
        30: .line 912
            iconst_1
            istore 7 /* edit */
        31: .line 914
            iinc 8 /* d */ -1
        32: .line 917
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* start */
        start local 10 // int start
        33: .line 919
            iload 1 /* trimHead */
            ifeq 36
            iload 8 /* d */
            ifle 36
            bipush 32
            aload 5 /* buf */
            iconst_0
            caload
            if_icmpne 36
        34: .line 921
            iconst_1
            istore 7 /* edit */
        35: .line 923
            iinc 10 /* start */ 1
        36: .line 926
      StackMap locals: int
      StackMap stack:
            invokestatic org.apache.xpath.objects.XMLStringFactoryImpl.getFactory:()Lorg/apache/xml/utils/XMLStringFactory;
            astore 11 /* xsf */
        start local 11 // org.apache.xml.utils.XMLStringFactory xsf
        37: .line 928
            iload 7 /* edit */
            ifeq 38
            aload 11 /* xsf */
            aload 5 /* buf */
            iload 10 /* start */
            iload 8 /* d */
            iload 10 /* start */
            isub
            invokevirtual org.apache.xml.utils.XMLStringFactory.newstr:([CII)Lorg/apache/xml/utils/XMLString;
            goto 39
      StackMap locals: org.apache.xml.utils.XMLStringFactory
      StackMap stack:
        38: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.apache.xml.utils.XMLString
        39: areturn
        end local 11 // org.apache.xml.utils.XMLStringFactory xsf
        end local 10 // int start
        end local 9 // boolean pres
        end local 8 // int d
        end local 7 // boolean edit
        end local 6 // org.apache.xml.utils.FastStringBuffer fsb
        end local 5 // char[] buf
        end local 4 // int end
        end local 3 // boolean doublePunctuationSpaces
        end local 2 // boolean trimTail
        end local 1 // boolean trimHead
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   40     0                     this  Lorg/apache/xpath/objects/XStringForFSB;
            0   40     1                 trimHead  Z
            0   40     2                 trimTail  Z
            0   40     3  doublePunctuationSpaces  Z
            1   40     4                      end  I
            2   40     5                      buf  [C
            3   40     6                      fsb  Lorg/apache/xml/utils/FastStringBuffer;
            4   40     7                     edit  Z
            5   40     8                        d  I
            6   40     9                     pres  Z
            7   29    10                        s  I
            9   27    11                        c  C
           16   19    12                 prevChar  C
           33   40    10                    start  I
           37   40    11                      xsf  Lorg/apache/xml/utils/XMLStringFactory;
    MethodParameters:
                         Name  Flags
      trimHead                 
      trimTail                 
      doublePunctuationSpaces  

  public double toDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.xpath.objects.XStringForFSB this
         0: .line 949
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            ifne 2
         1: .line 950
            ldc NaN
            dreturn
         2: .line 953
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.objects.XStringForFSB.fsb:()Lorg/apache/xml/utils/FastStringBuffer;
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_start:I
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            invokevirtual org.apache.xml.utils.FastStringBuffer.getString:(II)Ljava/lang/String;
            astore 3 /* valueString */
        start local 3 // java.lang.String valueString
         3: .line 962
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: goto 8
         5: .line 963
      StackMap locals: org.apache.xpath.objects.XStringForFSB int top java.lang.String
      StackMap stack:
            aload 3 /* valueString */
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace:(C)Z
            ifne 7
         6: .line 964
            goto 9
         7: .line 962
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmplt 5
         9: .line 965
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmpne 10
            ldc NaN
            dreturn
        10: .line 966
      StackMap locals:
      StackMap stack:
            aload 3 /* valueString */
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 45
            if_icmpne 17
        11: .line 967
            iinc 1 /* i */ 1
        12: .line 968
            goto 17
        13: .line 969
      StackMap locals:
      StackMap stack:
            aload 3 /* valueString */
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* c */
        start local 2 // char c
        14: .line 970
            iload 2 /* c */
            bipush 46
            if_icmpeq 16
            iload 2 /* c */
            bipush 48
            if_icmplt 22
            iload 2 /* c */
            bipush 57
            if_icmple 16
        15: .line 971
            goto 22
        16: .line 968
      StackMap locals: org.apache.xpath.objects.XStringForFSB int int java.lang.String
      StackMap stack:
            iinc 1 /* i */ 1
        end local 2 // char c
      StackMap locals: org.apache.xpath.objects.XStringForFSB int top java.lang.String
      StackMap stack:
        17: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmplt 13
        18: .line 973
            goto 22
        19: .line 974
      StackMap locals:
      StackMap stack:
            aload 3 /* valueString */
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace:(C)Z
            ifne 21
        20: .line 975
            goto 23
        21: .line 973
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmplt 19
        23: .line 976
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.xpath.objects.XStringForFSB.m_length:I
            if_icmpeq 25
        24: .line 977
            ldc NaN
            dreturn
        25: .line 980
      StackMap locals:
      StackMap stack:
            new java.lang.Double
            dup
            aload 3 /* valueString */
            invokespecial java.lang.Double.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.Double.doubleValue:()D
        26: dreturn
        27: .line 981
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
            pop
        28: .line 983
            ldc NaN
            dreturn
        end local 3 // java.lang.String valueString
        end local 1 // int i
        end local 0 // org.apache.xpath.objects.XStringForFSB this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   29     0         this  Lorg/apache/xpath/objects/XStringForFSB;
            4   29     1            i  I
           14   17     2            c  C
            3   29     3  valueString  Ljava/lang/String;
      Exception table:
        from    to  target  type
          25    26      27  Class java.lang.NumberFormatException
}
SourceFile: "XStringForFSB.java"