public class org.apache.fop.fo.FOText extends org.apache.fop.fo.FONode implements java.lang.CharSequence, org.apache.fop.fonts.TextFragment
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.FOText
  super_class: org.apache.fop.fo.FONode
{
  private java.nio.CharBuffer charBuffer;
    descriptor: Ljava/nio/CharBuffer;
    flags: (0x0002) ACC_PRIVATE

  private java.text.CharacterIterator charIterator;
    descriptor: Ljava/text/CharacterIterator;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.CommonFont commonFont;
    descriptor: Lorg/apache/fop/fo/properties/CommonFont;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.CommonHyphenation commonHyphenation;
    descriptor: Lorg/apache/fop/fo/properties/CommonHyphenation;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Color color;
    descriptor: Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.KeepProperty keepTogether;
    descriptor: Lorg/apache/fop/fo/properties/KeepProperty;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.Property letterSpacing;
    descriptor: Lorg/apache/fop/fo/properties/Property;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.SpaceProperty lineHeight;
    descriptor: Lorg/apache/fop/fo/properties/SpaceProperty;
    flags: (0x0002) ACC_PRIVATE

  private int whiteSpaceTreatment;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int whiteSpaceCollapse;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int textTransform;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.Property wordSpacing;
    descriptor: Lorg/apache/fop/fo/properties/Property;
    flags: (0x0002) ACC_PRIVATE

  private int wrapOption;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.datatypes.Length baselineShift;
    descriptor: Lorg/apache/fop/datatypes/Length;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String country;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String language;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String script;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.FOText prevFOTextThisBlock;
    descriptor: Lorg/apache/fop/fo/FOText;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.FOText nextFOTextThisBlock;
    descriptor: Lorg/apache/fop/fo/FOText;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.flow.Block ancestorBlock;
    descriptor: Lorg/apache/fop/fo/flow/Block;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.CommonTextDecoration textDecoration;
    descriptor: Lorg/apache/fop/fo/properties/CommonTextDecoration;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.accessibility.StructureTreeElement structureTreeElement;
    descriptor: Lorg/apache/fop/accessibility/StructureTreeElement;
    flags: (0x0002) ACC_PRIVATE

  private int[] bidiLevels;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private static final int IS_WORD_CHAR_FALSE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int IS_WORD_CHAR_TRUE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int IS_WORD_CHAR_MAYBE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 48
            ldc Lorg/apache/fop/fo/FOText;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.fop.fo.FOText.$assertionsDisabled:Z
         3: .line 103
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.fop.fo.FONode);
    descriptor: (Lorg/apache/fop/fo/FONode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // org.apache.fop.fo.FONode parent
         0: .line 111
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.apache.fop.fo.FONode.<init>:(Lorg/apache/fop/fo/FONode;)V
         1: .line 112
            return
        end local 1 // org.apache.fop.fo.FONode parent
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/fop/fo/FOText;
            0    2     1  parent  Lorg/apache/fop/fo/FONode;
    MethodParameters:
        Name  Flags
      parent  

  protected void characters(char[], int, int, org.apache.fop.fo.PropertyList, org.xml.sax.Locator);
    descriptor: ([CIILorg/apache/fop/fo/PropertyList;Lorg/xml/sax/Locator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=6
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // char[] data
        start local 2 // int start
        start local 3 // int length
        start local 4 // org.apache.fop.fo.PropertyList list
        start local 5 // org.xml.sax.Locator locator
         0: .line 117
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            ifnonnull 6
         1: .line 119
            iload 3 /* length */
            bipush 16
            if_icmpge 2
            bipush 16
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 3 /* length */
      StackMap locals:
      StackMap stack: int
         3: istore 6 /* newLength */
        start local 6 // int newLength
         4: .line 120
            aload 0 /* this */
            iload 6 /* newLength */
            invokestatic java.nio.CharBuffer.allocate:(I)Ljava/nio/CharBuffer;
            putfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
        end local 6 // int newLength
         5: .line 121
            goto 16
         6: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.position:()I
            iload 3 /* length */
            iadd
            istore 6 /* requires */
        start local 6 // int requires
         7: .line 124
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.capacity:()I
            istore 7 /* capacity */
        start local 7 // int capacity
         8: .line 125
            iload 6 /* requires */
            iload 7 /* capacity */
            if_icmple 16
         9: .line 126
            iload 7 /* capacity */
            iconst_2
            imul
            istore 8 /* newCapacity */
        start local 8 // int newCapacity
        10: .line 127
            iload 6 /* requires */
            iload 8 /* newCapacity */
            if_icmple 12
        11: .line 128
            iload 6 /* requires */
            istore 8 /* newCapacity */
        12: .line 130
      StackMap locals: int int int
      StackMap stack:
            iload 8 /* newCapacity */
            invokestatic java.nio.CharBuffer.allocate:(I)Ljava/nio/CharBuffer;
            astore 9 /* newBuffer */
        start local 9 // java.nio.CharBuffer newBuffer
        13: .line 131
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
        14: .line 132
            aload 9 /* newBuffer */
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.put:(Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
            pop
        15: .line 133
            aload 0 /* this */
            aload 9 /* newBuffer */
            putfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
        end local 9 // java.nio.CharBuffer newBuffer
        end local 8 // int newCapacity
        end local 7 // int capacity
        end local 6 // int requires
        16: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.capacity:()I
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        17: .line 139
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            aload 1 /* data */
            iload 2 /* start */
            iload 3 /* length */
            invokevirtual java.nio.CharBuffer.put:([CII)Ljava/nio/CharBuffer;
            pop
        18: .line 141
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.position:()I
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        19: .line 142
            return
        end local 5 // org.xml.sax.Locator locator
        end local 4 // org.apache.fop.fo.PropertyList list
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] data
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lorg/apache/fop/fo/FOText;
            0   20     1         data  [C
            0   20     2        start  I
            0   20     3       length  I
            0   20     4         list  Lorg/apache/fop/fo/PropertyList;
            0   20     5      locator  Lorg/xml/sax/Locator;
            4    5     6    newLength  I
            7   16     6     requires  I
            8   16     7     capacity  I
           10   16     8  newCapacity  I
           13   16     9    newBuffer  Ljava/nio/CharBuffer;
    Exceptions:
      throws org.apache.fop.apps.FOPException
    MethodParameters:
         Name  Flags
      data     
      start    
      length   
      list     
      locator  

  public java.lang.CharSequence getCharSequence();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 150
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            ifnonnull 2
         1: .line 151
            aconst_null
            areturn
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         3: .line 154
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.asReadOnlyBuffer:()Ljava/nio/CharBuffer;
            iconst_0
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.limit:()I
            invokevirtual java.nio.CharBuffer.subSequence:(II)Ljava/nio/CharBuffer;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.fo.FONode clone(org.apache.fop.fo.FONode, boolean);
    descriptor: (Lorg/apache/fop/fo/FONode;Z)Lorg/apache/fop/fo/FONode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // org.apache.fop.fo.FONode parent
        start local 2 // boolean removeChildren
         0: .line 160
            aload 0 /* this */
            aload 1 /* parent */
            iload 2 /* removeChildren */
            invokespecial org.apache.fop.fo.FONode.clone:(Lorg/apache/fop/fo/FONode;Z)Lorg/apache/fop/fo/FONode;
            checkcast org.apache.fop.fo.FOText
            astore 3 /* ft */
        start local 3 // org.apache.fop.fo.FOText ft
         1: .line 161
            iload 2 /* removeChildren */
            ifeq 7
         2: .line 164
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            ifnull 7
         3: .line 165
            aload 3 /* ft */
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.limit:()I
            invokestatic java.nio.CharBuffer.allocate:(I)Ljava/nio/CharBuffer;
            putfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
         4: .line 166
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         5: .line 167
            aload 3 /* ft */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.put:(Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
            pop
         6: .line 168
            aload 3 /* ft */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         7: .line 171
      StackMap locals: org.apache.fop.fo.FOText
      StackMap stack:
            aload 3 /* ft */
            aconst_null
            putfield org.apache.fop.fo.FOText.prevFOTextThisBlock:Lorg/apache/fop/fo/FOText;
         8: .line 172
            aload 3 /* ft */
            aconst_null
            putfield org.apache.fop.fo.FOText.nextFOTextThisBlock:Lorg/apache/fop/fo/FOText;
         9: .line 173
            aload 3 /* ft */
            aconst_null
            putfield org.apache.fop.fo.FOText.ancestorBlock:Lorg/apache/fop/fo/flow/Block;
        10: .line 174
            aload 3 /* ft */
            areturn
        end local 3 // org.apache.fop.fo.FOText ft
        end local 2 // boolean removeChildren
        end local 1 // org.apache.fop.fo.FONode parent
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/apache/fop/fo/FOText;
            0   11     1          parent  Lorg/apache/fop/fo/FONode;
            0   11     2  removeChildren  Z
            1   11     3              ft  Lorg/apache/fop/fo/FOText;
    Exceptions:
      throws org.apache.fop.apps.FOPException
    MethodParameters:
                Name  Flags
      parent          
      removeChildren  

  public void bind(org.apache.fop.fo.PropertyList);
    descriptor: (Lorg/apache/fop/fo/PropertyList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // org.apache.fop.fo.PropertyList pList
         0: .line 179
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getFontProps:()Lorg/apache/fop/fo/properties/CommonFont;
            putfield org.apache.fop.fo.FOText.commonFont:Lorg/apache/fop/fo/properties/CommonFont;
         1: .line 180
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getHyphenationProps:()Lorg/apache/fop/fo/properties/CommonHyphenation;
            putfield org.apache.fop.fo.FOText.commonHyphenation:Lorg/apache/fop/fo/properties/CommonHyphenation;
         2: .line 181
            aload 0 /* this */
            aload 1 /* pList */
            bipush 72
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.getUserAgent:()Lorg/apache/fop/apps/FOUserAgent;
            invokevirtual org.apache.fop.fo.properties.Property.getColor:(Lorg/apache/fop/apps/FOUserAgent;)Ljava/awt/Color;
            putfield org.apache.fop.fo.FOText.color:Ljava/awt/Color;
         3: .line 182
            aload 0 /* this */
            aload 1 /* pList */
            sipush 131
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getKeep:()Lorg/apache/fop/fo/properties/KeepProperty;
            putfield org.apache.fop.fo.FOText.keepTogether:Lorg/apache/fop/fo/properties/KeepProperty;
         4: .line 183
            aload 0 /* this */
            aload 1 /* pList */
            sipush 144
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getSpace:()Lorg/apache/fop/fo/properties/SpaceProperty;
            putfield org.apache.fop.fo.FOText.lineHeight:Lorg/apache/fop/fo/properties/SpaceProperty;
         5: .line 184
            aload 0 /* this */
            aload 1 /* pList */
            sipush 141
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            putfield org.apache.fop.fo.FOText.letterSpacing:Lorg/apache/fop/fo/properties/Property;
         6: .line 185
            aload 0 /* this */
            aload 1 /* pList */
            sipush 261
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getEnum:()I
            putfield org.apache.fop.fo.FOText.whiteSpaceCollapse:I
         7: .line 186
            aload 0 /* this */
            aload 1 /* pList */
            sipush 262
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getEnum:()I
            putfield org.apache.fop.fo.FOText.whiteSpaceTreatment:I
         8: .line 187
            aload 0 /* this */
            aload 1 /* pList */
            sipush 252
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getEnum:()I
            putfield org.apache.fop.fo.FOText.textTransform:I
         9: .line 188
            aload 0 /* this */
            aload 1 /* pList */
            sipush 265
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            putfield org.apache.fop.fo.FOText.wordSpacing:Lorg/apache/fop/fo/properties/Property;
        10: .line 189
            aload 0 /* this */
            aload 1 /* pList */
            sipush 266
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getEnum:()I
            putfield org.apache.fop.fo.FOText.wrapOption:I
        11: .line 190
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getTextDecorationProps:()Lorg/apache/fop/fo/properties/CommonTextDecoration;
            putfield org.apache.fop.fo.FOText.textDecoration:Lorg/apache/fop/fo/properties/CommonTextDecoration;
        12: .line 191
            aload 0 /* this */
            aload 1 /* pList */
            bipush 15
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getLength:()Lorg/apache/fop/datatypes/Length;
            putfield org.apache.fop.fo.FOText.baselineShift:Lorg/apache/fop/datatypes/Length;
        13: .line 192
            aload 0 /* this */
            aload 1 /* pList */
            bipush 81
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getString:()Ljava/lang/String;
            putfield org.apache.fop.fo.FOText.country:Ljava/lang/String;
        14: .line 193
            aload 0 /* this */
            aload 1 /* pList */
            sipush 134
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getString:()Ljava/lang/String;
            putfield org.apache.fop.fo.FOText.language:Ljava/lang/String;
        15: .line 194
            aload 0 /* this */
            aload 1 /* pList */
            sipush 218
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getString:()Ljava/lang/String;
            putfield org.apache.fop.fo.FOText.script:Ljava/lang/String;
        16: .line 195
            return
        end local 1 // org.apache.fop.fo.PropertyList pList
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/apache/fop/fo/FOText;
            0   17     1  pList  Lorg/apache/fop/fo/PropertyList;
    Exceptions:
      throws org.apache.fop.apps.FOPException
    MethodParameters:
       Name  Flags
      pList  

  public void endOfNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 199
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            ifnull 2
         1: .line 200
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.apache.fop.fo.FONode.endOfNode:()V
         3: .line 203
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.getFOEventHandler:()Lorg/apache/fop/fo/FOEventHandler;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOEventHandler.characters:(Lorg/apache/fop/fo/FOText;)V
         4: .line 204
            return
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/fo/FOText;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  public void finalizeNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 208
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.textTransform:()V
         1: .line 209
            return
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/fo/FOText;

  public boolean willCreateArea();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 221
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.whiteSpaceCollapse:I
            bipush 48
            if_icmpne 3
         1: .line 222
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.limit:()I
            ifle 3
         2: .line 223
            iconst_1
            ireturn
         3: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         4: .line 228
            goto 12
         5: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.get:()C
            istore 1 /* ch */
        start local 1 // char ch
         6: .line 230
            iload 1 /* ch */
            bipush 32
            if_icmpeq 12
         7: .line 231
            iload 1 /* ch */
            bipush 10
            if_icmpeq 12
         8: .line 232
            iload 1 /* ch */
            bipush 13
            if_icmpeq 12
         9: .line 233
            iload 1 /* ch */
            bipush 9
            if_icmpeq 12
        10: .line 235
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
        11: .line 236
            iconst_1
            ireturn
        end local 1 // char ch
        12: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 5
        13: .line 239
            iconst_0
            ireturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/fop/fo/FOText;
            6   12     1    ch  C

  public org.apache.fop.fo.CharIterator charIterator();
    descriptor: ()Lorg/apache/fop/fo/CharIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 246
            new org.apache.fop.fo.FOText$TextCharIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.fop.fo.FOText$TextCharIterator.<init>:(Lorg/apache/fop/fo/FOText;)V
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  protected void createBlockPointers(org.apache.fop.fo.flow.Block);
    descriptor: (Lorg/apache/fop/fo/flow/Block;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // org.apache.fop.fo.flow.Block ancestorBlock
         0: .line 255
            aload 0 /* this */
            aload 1 /* ancestorBlock */
            putfield org.apache.fop.fo.FOText.ancestorBlock:Lorg/apache/fop/fo/flow/Block;
         1: .line 257
            aload 1 /* ancestorBlock */
            getfield org.apache.fop.fo.flow.Block.lastFOTextProcessed:Lorg/apache/fop/fo/FOText;
            ifnull 9
         2: .line 258
            aload 1 /* ancestorBlock */
            getfield org.apache.fop.fo.flow.Block.lastFOTextProcessed:Lorg/apache/fop/fo/FOText;
            getfield org.apache.fop.fo.FOText.ancestorBlock:Lorg/apache/fop/fo/flow/Block;
         3: .line 259
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.ancestorBlock:Lorg/apache/fop/fo/flow/Block;
         4: .line 258
            if_acmpne 8
         5: .line 260
            aload 0 /* this */
            aload 1 /* ancestorBlock */
            getfield org.apache.fop.fo.flow.Block.lastFOTextProcessed:Lorg/apache/fop/fo/FOText;
            putfield org.apache.fop.fo.FOText.prevFOTextThisBlock:Lorg/apache/fop/fo/FOText;
         6: .line 261
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.prevFOTextThisBlock:Lorg/apache/fop/fo/FOText;
            aload 0 /* this */
            putfield org.apache.fop.fo.FOText.nextFOTextThisBlock:Lorg/apache/fop/fo/FOText;
         7: .line 262
            goto 9
         8: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.fop.fo.FOText.prevFOTextThisBlock:Lorg/apache/fop/fo/FOText;
         9: .line 266
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.fop.fo.flow.Block ancestorBlock
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/apache/fop/fo/FOText;
            0   10     1  ancestorBlock  Lorg/apache/fop/fo/flow/Block;
    MethodParameters:
               Name  Flags
      ancestorBlock  

  private void textTransform();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 273
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.getBuilderContext:()Lorg/apache/fop/fo/FOTreeBuilderContext;
            invokevirtual org.apache.fop.fo.FOTreeBuilderContext.inMarker:()Z
            ifne 2
         1: .line 274
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.textTransform:I
            bipush 95
            if_icmpne 3
         2: .line 275
      StackMap locals:
      StackMap stack:
            return
         3: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         4: .line 279
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.slice:()Ljava/nio/CharBuffer;
            astore 1 /* tmp */
        start local 1 // java.nio.CharBuffer tmp
         5: .line 281
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.limit:()I
            istore 3 /* lim */
        start local 3 // int lim
         6: .line 282
            iconst_m1
            istore 4 /* pos */
        start local 4 // int pos
         7: .line 283
            goto 20
         8: .line 284
      StackMap locals: org.apache.fop.fo.FOText java.nio.CharBuffer top int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.get:()C
            istore 2 /* c */
        start local 2 // char c
         9: .line 285
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.textTransform:I
            lookupswitch { // 3
                   22: 14
                   78: 12
                  155: 10
              default: 19
          }
        10: .line 287
      StackMap locals: org.apache.fop.fo.FOText java.nio.CharBuffer int int int
      StackMap stack:
            aload 1 /* tmp */
            iload 2 /* c */
            invokestatic java.lang.Character.toUpperCase:(C)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        11: .line 288
            goto 20
        12: .line 290
      StackMap locals:
      StackMap stack:
            aload 1 /* tmp */
            iload 2 /* c */
            invokestatic java.lang.Character.toLowerCase:(C)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        13: .line 291
            goto 20
        14: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual org.apache.fop.fo.FOText.isStartOfWord:(I)Z
            ifeq 17
        15: .line 300
            aload 1 /* tmp */
            iload 2 /* c */
            invokestatic java.lang.Character.toTitleCase:(C)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        16: .line 301
            goto 20
        17: .line 302
      StackMap locals:
      StackMap stack:
            aload 1 /* tmp */
            iload 2 /* c */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        18: .line 304
            goto 20
        19: .line 307
      StackMap locals:
      StackMap stack:
            getstatic org.apache.fop.fo.FOText.$assertionsDisabled:Z
            ifne 20
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 2 // char c
        20: .line 283
      StackMap locals: org.apache.fop.fo.FOText java.nio.CharBuffer top int int
      StackMap stack:
            iinc 4 /* pos */ 1
            iload 4 /* pos */
            iload 3 /* lim */
            if_icmplt 8
        21: .line 311
            return
        end local 4 // int pos
        end local 3 // int lim
        end local 1 // java.nio.CharBuffer tmp
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lorg/apache/fop/fo/FOText;
            5   22     1   tmp  Ljava/nio/CharBuffer;
            9   20     2     c  C
            6   22     3   lim  I
            7   22     4   pos  I

  private boolean isStartOfWord(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int i
         0: .line 326
            aload 0 /* this */
            iload 1 /* i */
            iconst_m1
            invokevirtual org.apache.fop.fo.FOText.getRelativeCharInBlock:(II)C
            istore 2 /* prevChar */
        start local 2 // char prevChar
         1: .line 331
            iload 2 /* prevChar */
            invokestatic org.apache.fop.fo.FOText.isWordChar:(C)I
            tableswitch { // 0 - 2
                    0: 3
                    1: 2
                    2: 4
              default: 10
          }
         2: .line 333
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 335
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            bipush -2
            invokevirtual org.apache.fop.fo.FOText.getRelativeCharInBlock:(II)C
            istore 3 /* prevPrevChar */
        start local 3 // char prevPrevChar
         5: .line 342
            iload 3 /* prevPrevChar */
            invokestatic org.apache.fop.fo.FOText.isWordChar:(C)I
            tableswitch { // 0 - 2
                    0: 7
                    1: 6
                    2: 8
              default: 9
          }
         6: .line 344
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         7: .line 346
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         8: .line 348
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         9: .line 350
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // char prevPrevChar
        10: .line 353
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // char prevChar
        end local 1 // int i
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/apache/fop/fo/FOText;
            0   11     1             i  I
            1   11     2      prevChar  C
            5   10     3  prevPrevChar  C
    MethodParameters:
      Name  Flags
      i     

  private char getRelativeCharInBlock(int, int);
    descriptor: (II)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int i
        start local 2 // int offset
         0: .line 373
            iload 1 /* i */
            iload 2 /* offset */
            iadd
            istore 3 /* charIndex */
        start local 3 // int charIndex
         1: .line 375
            iload 3 /* charIndex */
            iflt 3
            iload 3 /* charIndex */
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.length:()I
            if_icmpge 3
         2: .line 376
            aload 0 /* this */
            iload 1 /* i */
            iload 2 /* offset */
            iadd
            invokevirtual org.apache.fop.fo.FOText.charAt:(I)C
            ireturn
         3: .line 380
      StackMap locals: int
      StackMap stack:
            iload 2 /* offset */
            ifle 5
         4: .line 381
            iconst_0
            ireturn
         5: .line 385
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* foundChar */
        start local 4 // boolean foundChar
         6: .line 386
            iconst_0
            istore 5 /* charToReturn */
        start local 5 // char charToReturn
         7: .line 387
            aload 0 /* this */
            astore 6 /* nodeToTest */
        start local 6 // org.apache.fop.fo.FOText nodeToTest
         8: .line 388
            iload 2 /* offset */
            iload 1 /* i */
            iadd
            istore 7 /* remainingOffset */
        start local 7 // int remainingOffset
         9: .line 389
            goto 19
        10: .line 390
      StackMap locals: org.apache.fop.fo.FOText int int int int int org.apache.fop.fo.FOText int
      StackMap stack:
            aload 6 /* nodeToTest */
            getfield org.apache.fop.fo.FOText.prevFOTextThisBlock:Lorg/apache/fop/fo/FOText;
            ifnonnull 12
        11: .line 391
            goto 20
        12: .line 393
      StackMap locals:
      StackMap stack:
            aload 6 /* nodeToTest */
            getfield org.apache.fop.fo.FOText.prevFOTextThisBlock:Lorg/apache/fop/fo/FOText;
            astore 6 /* nodeToTest */
        13: .line 394
            aload 6 /* nodeToTest */
            invokevirtual org.apache.fop.fo.FOText.length:()I
            iload 7 /* remainingOffset */
            iadd
            iconst_1
            isub
            istore 8 /* diff */
        start local 8 // int diff
        14: .line 395
            iload 8 /* diff */
            iflt 18
        15: .line 396
            aload 6 /* nodeToTest */
            iload 8 /* diff */
            invokevirtual org.apache.fop.fo.FOText.charAt:(I)C
            istore 5 /* charToReturn */
        16: .line 397
            iconst_1
            istore 4 /* foundChar */
        17: .line 398
            goto 19
        18: .line 399
      StackMap locals: int
      StackMap stack:
            iload 7 /* remainingOffset */
            iload 8 /* diff */
            iadd
            istore 7 /* remainingOffset */
        end local 8 // int diff
        19: .line 389
      StackMap locals:
      StackMap stack:
            iload 4 /* foundChar */
            ifeq 10
        20: .line 402
      StackMap locals:
      StackMap stack:
            iload 5 /* charToReturn */
            ireturn
        end local 7 // int remainingOffset
        end local 6 // org.apache.fop.fo.FOText nodeToTest
        end local 5 // char charToReturn
        end local 4 // boolean foundChar
        end local 3 // int charIndex
        end local 2 // int offset
        end local 1 // int i
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   21     0             this  Lorg/apache/fop/fo/FOText;
            0   21     1                i  I
            0   21     2           offset  I
            1   21     3        charIndex  I
            6   21     4        foundChar  Z
            7   21     5     charToReturn  C
            8   21     6       nodeToTest  Lorg/apache/fop/fo/FOText;
            9   21     7  remainingOffset  I
           14   19     8             diff  I
    MethodParameters:
        Name  Flags
      i       
      offset  

  private static int isWordChar(char);
    descriptor: (C)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // char inputChar
         0: .line 442
            iload 0 /* inputChar */
            invokestatic java.lang.Character.getType:(C)I
            tableswitch { // 0 - 28
                    0: 33
                    1: 34
                    2: 16
                    3: 32
                    4: 18
                    5: 21
                    6: 20
                    7: 9
                    8: 1
                    9: 8
                   10: 14
                   11: 22
                   12: 29
                   13: 15
                   14: 27
                   15: 3
                   16: 13
                   17: 35
                   18: 28
                   19: 31
                   20: 5
                   21: 30
                   22: 10
                   23: 2
                   24: 23
                   25: 17
                   26: 4
                   27: 19
                   28: 26
              default: 35
          }
         1: .line 444
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 446
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 448
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 450
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 452
      StackMap locals:
      StackMap stack:
            iload 0 /* inputChar */
            bipush 45
            if_icmpne 7
         6: .line 453
            iconst_1
            ireturn
         7: .line 455
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         8: .line 457
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         9: .line 459
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 461
      StackMap locals:
      StackMap stack:
            iload 0 /* inputChar */
            sipush 8217
            if_icmpne 12
        11: .line 462
            iconst_2
            ireturn
        12: .line 464
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 466
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        14: .line 468
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        15: .line 470
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        16: .line 472
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 474
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        18: .line 476
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        19: .line 478
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        20: .line 480
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        21: .line 482
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        22: .line 484
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        23: .line 486
      StackMap locals:
      StackMap stack:
            iload 0 /* inputChar */
            bipush 39
            if_icmpne 25
        24: .line 487
            iconst_2
            ireturn
        25: .line 489
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        26: .line 491
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        27: .line 493
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        28: .line 495
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        29: .line 497
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        30: .line 499
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        31: .line 501
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        32: .line 503
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        33: .line 505
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        34: .line 507
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        35: .line 509
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // char inputChar
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0  inputChar  C
    MethodParameters:
           Name  Flags
      inputChar  

  public org.apache.fop.fo.properties.CommonFont getCommonFont();
    descriptor: ()Lorg/apache/fop/fo/properties/CommonFont;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 583
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.commonFont:Lorg/apache/fop/fo/properties/CommonFont;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.fo.properties.CommonHyphenation getCommonHyphenation();
    descriptor: ()Lorg/apache/fop/fo/properties/CommonHyphenation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 590
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.commonHyphenation:Lorg/apache/fop/fo/properties/CommonHyphenation;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public java.awt.Color getColor();
    descriptor: ()Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 597
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.color:Ljava/awt/Color;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.fo.properties.KeepProperty getKeepTogether();
    descriptor: ()Lorg/apache/fop/fo/properties/KeepProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 604
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.keepTogether:Lorg/apache/fop/fo/properties/KeepProperty;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.fo.properties.Property getLetterSpacing();
    descriptor: ()Lorg/apache/fop/fo/properties/Property;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 611
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.letterSpacing:Lorg/apache/fop/fo/properties/Property;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.fo.properties.SpaceProperty getLineHeight();
    descriptor: ()Lorg/apache/fop/fo/properties/SpaceProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 618
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.lineHeight:Lorg/apache/fop/fo/properties/SpaceProperty;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public int getWhitespaceTreatment();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 625
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.whiteSpaceTreatment:I
            ireturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.fo.properties.Property getWordSpacing();
    descriptor: ()Lorg/apache/fop/fo/properties/Property;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 632
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.wordSpacing:Lorg/apache/fop/fo/properties/Property;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public int getWrapOption();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 639
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.wrapOption:I
            ireturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.fo.properties.CommonTextDecoration getTextDecoration();
    descriptor: ()Lorg/apache/fop/fo/properties/CommonTextDecoration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 644
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.textDecoration:Lorg/apache/fop/fo/properties/CommonTextDecoration;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public org.apache.fop.datatypes.Length getBaseLineShift();
    descriptor: ()Lorg/apache/fop/datatypes/Length;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 649
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.baselineShift:Lorg/apache/fop/datatypes/Length;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public java.lang.String getCountry();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 654
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.country:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public synchronized java.text.CharacterIterator getIterator();
    descriptor: ()Ljava/text/CharacterIterator;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 659
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charIterator:Ljava/text/CharacterIterator;
            ifnull 2
         1: .line 660
            aload 0 /* this */
            new java.text.StringCharacterIterator
            dup
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.toString:()Ljava/lang/String;
            invokespecial java.text.StringCharacterIterator.<init>:(Ljava/lang/String;)V
            putfield org.apache.fop.fo.FOText.charIterator:Ljava/text/CharacterIterator;
         2: .line 662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charIterator:Ljava/text/CharacterIterator;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/FOText;

  public int getBeginIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 667
            iconst_0
            ireturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public int getEndIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 672
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.length:()I
            ireturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public java.lang.String getLanguage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 677
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.language:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public java.lang.String getScript();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 682
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.script:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public int getBidiLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 687
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.length:()I
            ifle 1
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.fop.fo.FOText.bidiLevelAt:(I)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_m1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/FOText;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 692
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            ifnonnull 2
         1: .line 693
            ldc ""
            areturn
         2: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.duplicate:()Ljava/nio/CharBuffer;
            astore 1 /* cb */
        start local 1 // java.nio.CharBuffer cb
         3: .line 696
            aload 1 /* cb */
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         4: .line 697
            aload 1 /* cb */
            invokevirtual java.nio.CharBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.nio.CharBuffer cb
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/fo/FOText;
            3    5     1    cb  Ljava/nio/CharBuffer;

  public java.lang.String getLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 703
            ldc "#PCDATA"
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public java.lang.String getNormalNamespacePrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 708
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  protected java.lang.String gatherContextInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 713
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.locator:Lorg/xml/sax/Locator;
            ifnull 2
         1: .line 714
            aload 0 /* this */
            invokespecial org.apache.fop.fo.FONode.gatherContextInfo:()Ljava/lang/String;
            areturn
         2: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/FOText;

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int position
         0: .line 722
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            iload 1 /* position */
            invokevirtual java.nio.CharBuffer.get:(I)C
            ireturn
        end local 1 // int position
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/fop/fo/FOText;
            0    1     1  position  I
    MethodParameters:
          Name  Flags
      position  

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int start
        start local 2 // int end
         0: .line 727
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            iload 1 /* start */
            iload 2 /* end */
            invokevirtual java.nio.CharBuffer.subSequence:(II)Ljava/nio/CharBuffer;
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/fop/fo/FOText;
            0    1     1  start  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 732
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.limit:()I
            ireturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public void resetBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 739
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            ifnull 2
         1: .line 740
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/Buffer;
            pop
         2: .line 742
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/FOText;

  public boolean isDelimitedTextRangeBoundary(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int boundary
         0: .line 746
            iconst_0
            ireturn
        end local 1 // int boundary
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/fop/fo/FOText;
            0    1     1  boundary  I
    MethodParameters:
          Name  Flags
      boundary  

  public void setStructureTreeElement(org.apache.fop.accessibility.StructureTreeElement);
    descriptor: (Lorg/apache/fop/accessibility/StructureTreeElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // org.apache.fop.accessibility.StructureTreeElement structureTreeElement
         0: .line 751
            aload 0 /* this */
            aload 1 /* structureTreeElement */
            putfield org.apache.fop.fo.FOText.structureTreeElement:Lorg/apache/fop/accessibility/StructureTreeElement;
         1: .line 752
            return
        end local 1 // org.apache.fop.accessibility.StructureTreeElement structureTreeElement
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/apache/fop/fo/FOText;
            0    2     1  structureTreeElement  Lorg/apache/fop/accessibility/StructureTreeElement;
    MethodParameters:
                      Name  Flags
      structureTreeElement  

  public org.apache.fop.accessibility.StructureTreeElement getStructureTreeElement();
    descriptor: ()Lorg/apache/fop/accessibility/StructureTreeElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 756
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.structureTreeElement:Lorg/apache/fop/accessibility/StructureTreeElement;
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public void setBidiLevel(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int level
        start local 2 // int start
        start local 3 // int end
         0: .line 766
            iload 2 /* start */
            iload 3 /* end */
            if_icmpge 12
         1: .line 767
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.bidiLevels:[I
            ifnonnull 3
         2: .line 768
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.length:()I
            newarray 10
            putfield org.apache.fop.fo.FOText.bidiLevels:[I
         3: .line 770
      StackMap locals:
      StackMap stack:
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         4: iload 3 /* end */
            istore 5 /* n */
        start local 5 // int n
         5: goto 8
         6: .line 771
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.bidiLevels:[I
            iload 4 /* i */
            iload 1 /* level */
            iastore
         7: .line 770
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 5 /* n */
            if_icmplt 6
        end local 5 // int n
        end local 4 // int i
         9: .line 773
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.parent:Lorg/apache/fop/fo/FONode;
            ifnull 13
        10: .line 774
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.parent:Lorg/apache/fop/fo/FONode;
            checkcast org.apache.fop.fo.FObj
            iload 1 /* level */
            invokevirtual org.apache.fop.fo.FObj.setBidiLevel:(I)V
        11: .line 776
            goto 13
        12: .line 777
      StackMap locals:
      StackMap stack:
            getstatic org.apache.fop.fo.FOText.$assertionsDisabled:Z
            ifne 13
            iload 2 /* start */
            iload 3 /* end */
            if_icmplt 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 779
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int end
        end local 2 // int start
        end local 1 // int level
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/apache/fop/fo/FOText;
            0   14     1  level  I
            0   14     2  start  I
            0   14     3    end  I
            4    9     4      i  I
            5    9     5      n  I
    MethodParameters:
       Name  Flags
      level  
      start  
      end    

  public int[] getBidiLevels();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText this
         0: .line 788
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.bidiLevels:[I
            areturn
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText;

  public int[] getBidiLevels(int, int);
    descriptor: (II)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int start
        start local 2 // int end
         0: .line 800
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.bidiLevels:[I
            ifnull 6
         1: .line 801
            getstatic org.apache.fop.fo.FOText.$assertionsDisabled:Z
            ifne 2
            iload 1 /* start */
            iload 2 /* end */
            if_icmple 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 802
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 3 /* n */
        start local 3 // int n
         3: .line 803
            iload 3 /* n */
            newarray 10
            astore 4 /* bidiLevels */
        start local 4 // int[] bidiLevels
         4: .line 804
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.bidiLevels:[I
            iload 1 /* start */
            iconst_0
            iadd
            aload 4 /* bidiLevels */
            iconst_0
            iload 3 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 805
            aload 4 /* bidiLevels */
            areturn
        end local 4 // int[] bidiLevels
        end local 3 // int n
         6: .line 807
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/apache/fop/fo/FOText;
            0    7     1       start  I
            0    7     2         end  I
            3    6     3           n  I
            4    6     4  bidiLevels  [I
    MethodParameters:
       Name  Flags
      start  
      end    

  public int bidiLevelAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // int position
         0: .line 821
            iload 1 /* position */
            iflt 1
            iload 1 /* position */
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.length:()I
            if_icmplt 2
         1: .line 822
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.bidiLevels:[I
            ifnull 4
         3: .line 824
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText.bidiLevels:[I
            iload 1 /* position */
            iaload
            ireturn
         4: .line 826
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // int position
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/fop/fo/FOText;
            0    5     1  position  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
          Name  Flags
      position  

  protected java.util.Stack<org.apache.fop.complexscripts.bidi.DelimitedTextRange> collectDelimitedTextRanges(java.util.Stack<org.apache.fop.complexscripts.bidi.DelimitedTextRange>, org.apache.fop.complexscripts.bidi.DelimitedTextRange);
    descriptor: (Ljava/util/Stack;Lorg/apache/fop/complexscripts/bidi/DelimitedTextRange;)Ljava/util/Stack;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.fop.fo.FOText this
        start local 1 // java.util.Stack ranges
        start local 2 // org.apache.fop.complexscripts.bidi.DelimitedTextRange currentRange
         0: .line 833
            aload 2 /* currentRange */
            ifnull 2
         1: .line 834
            aload 2 /* currentRange */
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOText.charIterator:()Lorg/apache/fop/fo/CharIterator;
            aload 0 /* this */
            invokevirtual org.apache.fop.complexscripts.bidi.DelimitedTextRange.append:(Lorg/apache/fop/fo/CharIterator;Lorg/apache/fop/fo/FONode;)V
         2: .line 836
      StackMap locals:
      StackMap stack:
            aload 1 /* ranges */
            areturn
        end local 2 // org.apache.fop.complexscripts.bidi.DelimitedTextRange currentRange
        end local 1 // java.util.Stack ranges
        end local 0 // org.apache.fop.fo.FOText this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/fop/fo/FOText;
            0    3     1        ranges  Ljava/util/Stack<Lorg/apache/fop/complexscripts/bidi/DelimitedTextRange;>;
            0    3     2  currentRange  Lorg/apache/fop/complexscripts/bidi/DelimitedTextRange;
    Signature: (Ljava/util/Stack<Lorg/apache/fop/complexscripts/bidi/DelimitedTextRange;>;Lorg/apache/fop/complexscripts/bidi/DelimitedTextRange;)Ljava/util/Stack<Lorg/apache/fop/complexscripts/bidi/DelimitedTextRange;>;
    MethodParameters:
              Name  Flags
      ranges        
      currentRange  
}
SourceFile: "FOText.java"
NestMembers:
  org.apache.fop.fo.FOText$MapRange  org.apache.fop.fo.FOText$TextCharIterator
InnerClasses:
  private MapRange = org.apache.fop.fo.FOText$MapRange of org.apache.fop.fo.FOText
  private TextCharIterator = org.apache.fop.fo.FOText$TextCharIterator of org.apache.fop.fo.FOText