public class org.apache.fop.fo.flow.Character extends org.apache.fop.fo.FObj implements org.apache.fop.fo.properties.StructureTreeElementHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.flow.Character
  super_class: org.apache.fop.fo.FObj
{
  private org.apache.fop.fo.properties.CommonBorderPaddingBackground commonBorderPaddingBackground;
    descriptor: Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;
    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 org.apache.fop.datatypes.Length alignmentAdjust;
    descriptor: Lorg/apache/fop/datatypes/Length;
    flags: (0x0002) ACC_PRIVATE

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

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

  private char character;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private org.apache.fop.fo.properties.KeepProperty keepWithPrevious;
    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 org.apache.fop.fo.properties.CommonTextDecoration textDecoration;
    descriptor: Lorg/apache/fop/fo/properties/CommonTextDecoration;
    flags: (0x0002) ACC_PRIVATE

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

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

  public static final int OK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int DOESNOT_FIT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  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.flow.Character this
        start local 1 // org.apache.fop.fo.FONode parent
         0: .line 94
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.apache.fop.fo.FObj.<init>:(Lorg/apache/fop/fo/FONode;)V
         1: .line 95
            return
        end local 1 // org.apache.fop.fo.FONode parent
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/fop/fo/flow/Character;
            0    2     1  parent  Lorg/apache/fop/fo/FONode;
    MethodParameters:
        Name  Flags
      parent  

  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.flow.Character this
        start local 1 // org.apache.fop.fo.PropertyList pList
         0: .line 99
            aload 0 /* this */
            aload 1 /* pList */
            invokespecial org.apache.fop.fo.FObj.bind:(Lorg/apache/fop/fo/PropertyList;)V
         1: .line 100
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getBorderPaddingBackgroundProps:()Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;
            putfield org.apache.fop.fo.flow.Character.commonBorderPaddingBackground:Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;
         2: .line 101
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getFontProps:()Lorg/apache/fop/fo/properties/CommonFont;
            putfield org.apache.fop.fo.flow.Character.commonFont:Lorg/apache/fop/fo/properties/CommonFont;
         3: .line 102
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getHyphenationProps:()Lorg/apache/fop/fo/properties/CommonHyphenation;
            putfield org.apache.fop.fo.flow.Character.commonHyphenation:Lorg/apache/fop/fo/properties/CommonHyphenation;
         4: .line 104
            aload 0 /* this */
            aload 1 /* pList */
            iconst_3
            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.flow.Character.alignmentAdjust:Lorg/apache/fop/datatypes/Length;
         5: .line 105
            aload 0 /* this */
            aload 1 /* pList */
            iconst_4
            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.flow.Character.alignmentBaseline:I
         6: .line 106
            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.flow.Character.baselineShift:Lorg/apache/fop/datatypes/Length;
         7: .line 107
            aload 0 /* this */
            aload 1 /* pList */
            bipush 69
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getCharacter:()C
            putfield org.apache.fop.fo.flow.Character.character:C
         8: .line 108
            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.flow.Character.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.flow.Character.color:Ljava/awt/Color;
         9: .line 109
            aload 0 /* this */
            aload 1 /* pList */
            bipush 88
            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.flow.Character.dominantBaseline:I
        10: .line 110
            aload 0 /* this */
            aload 1 /* pList */
            sipush 132
            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.flow.Character.keepWithNext:Lorg/apache/fop/fo/properties/KeepProperty;
        11: .line 111
            aload 0 /* this */
            aload 1 /* pList */
            sipush 133
            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.flow.Character.keepWithPrevious:Lorg/apache/fop/fo/properties/KeepProperty;
        12: .line 112
            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.flow.Character.letterSpacing:Lorg/apache/fop/fo/properties/Property;
        13: .line 113
            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.flow.Character.lineHeight:Lorg/apache/fop/fo/properties/SpaceProperty;
        14: .line 114
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getTextDecorationProps:()Lorg/apache/fop/fo/properties/CommonTextDecoration;
            putfield org.apache.fop.fo.flow.Character.textDecoration:Lorg/apache/fop/fo/properties/CommonTextDecoration;
        15: .line 115
            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.flow.Character.wordSpacing:Lorg/apache/fop/fo/properties/Property;
        16: .line 116
            return
        end local 1 // org.apache.fop.fo.PropertyList pList
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/apache/fop/fo/flow/Character;
            0   17     1  pList  Lorg/apache/fop/fo/PropertyList;
    Exceptions:
      throws org.apache.fop.apps.FOPException
    MethodParameters:
       Name  Flags
      pList  

  public void startOfNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Character this
         0: .line 120
            aload 0 /* this */
            invokespecial org.apache.fop.fo.FObj.startOfNode:()V
         1: .line 121
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.flow.Character.getFOEventHandler:()Lorg/apache/fop/fo/FOEventHandler;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOEventHandler.character:(Lorg/apache/fop/fo/flow/Character;)V
         2: .line 122
            return
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/flow/Character;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  protected void validateChildNode(org.xml.sax.Locator, java.lang.String, java.lang.String);
    descriptor: (Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.fop.fo.flow.Character this
        start local 1 // org.xml.sax.Locator loc
        start local 2 // java.lang.String nsURI
        start local 3 // java.lang.String localName
         0: .line 130
            ldc "http://www.w3.org/1999/XSL/Format"
            aload 2 /* nsURI */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 131
            aload 0 /* this */
            aload 1 /* loc */
            aload 2 /* nsURI */
            aload 3 /* localName */
            invokevirtual org.apache.fop.fo.flow.Character.invalidChildError:(Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String localName
        end local 2 // java.lang.String nsURI
        end local 1 // org.xml.sax.Locator loc
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/fop/fo/flow/Character;
            0    3     1        loc  Lorg/xml/sax/Locator;
            0    3     2      nsURI  Ljava/lang/String;
            0    3     3  localName  Ljava/lang/String;
    Exceptions:
      throws org.apache.fop.fo.ValidationException
    MethodParameters:
           Name  Flags
      loc        
      nsURI      
      localName  

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

  public org.apache.fop.fo.properties.CommonBorderPaddingBackground getCommonBorderPaddingBackground();
    descriptor: ()Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Character this
         0: .line 142
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.commonBorderPaddingBackground:Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
         0: .line 147
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.commonFont:Lorg/apache/fop/fo/properties/CommonFont;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
         0: .line 152
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.commonHyphenation:Lorg/apache/fop/fo/properties/CommonHyphenation;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  public char getCharacter();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Character this
         0: .line 157
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.character:C
            ireturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
         0: .line 162
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.color:Ljava/awt/Color;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  public org.apache.fop.datatypes.Length getAlignmentAdjust();
    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.flow.Character this
         0: .line 167
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.alignmentAdjust:Lorg/apache/fop/datatypes/Length;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

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

  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.flow.Character this
         0: .line 177
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.baselineShift:Lorg/apache/fop/datatypes/Length;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

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

  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.flow.Character this
         0: .line 187
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.letterSpacing:Lorg/apache/fop/fo/properties/Property;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
         0: .line 192
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.lineHeight:Lorg/apache/fop/fo/properties/SpaceProperty;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
         0: .line 197
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.textDecoration:Lorg/apache/fop/fo/properties/CommonTextDecoration;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
         0: .line 202
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.wordSpacing:Lorg/apache/fop/fo/properties/Property;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  public org.apache.fop.fo.properties.KeepProperty getKeepWithNext();
    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.flow.Character this
         0: .line 207
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.keepWithNext:Lorg/apache/fop/fo/properties/KeepProperty;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  public org.apache.fop.fo.properties.KeepProperty getKeepWithPrevious();
    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.flow.Character this
         0: .line 212
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.keepWithPrevious:Lorg/apache/fop/fo/properties/KeepProperty;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
        start local 1 // org.apache.fop.accessibility.StructureTreeElement structureTreeElement
         0: .line 217
            aload 0 /* this */
            aload 1 /* structureTreeElement */
            putfield org.apache.fop.fo.flow.Character.structureTreeElement:Lorg/apache/fop/accessibility/StructureTreeElement;
         1: .line 218
            return
        end local 1 // org.apache.fop.accessibility.StructureTreeElement structureTreeElement
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/apache/fop/fo/flow/Character;
            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.flow.Character this
         0: .line 222
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Character.structureTreeElement:Lorg/apache/fop/accessibility/StructureTreeElement;
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
         0: .line 227
            ldc "character"
            areturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  public int getNameId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Character this
         0: .line 235
            bipush 10
            ireturn
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Character;

  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.flow.Character this
        start local 1 // int boundary
         0: .line 240
            iconst_0
            ireturn
        end local 1 // int boundary
        end local 0 // org.apache.fop.fo.flow.Character this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/fop/fo/flow/Character;
            0    1     1  boundary  I
    MethodParameters:
          Name  Flags
      boundary  

  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.flow.Character this
        start local 1 // java.util.Stack ranges
        start local 2 // org.apache.fop.complexscripts.bidi.DelimitedTextRange currentRange
         0: .line 246
            aload 2 /* currentRange */
            ifnull 2
         1: .line 247
            aload 2 /* currentRange */
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.flow.Character.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 249
      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.flow.Character this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/fop/fo/flow/Character;
            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  

  static org.apache.fop.fo.FONode access$0(org.apache.fop.fo.flow.Character);
    descriptor: (Lorg/apache/fop/fo/flow/Character;)Lorg/apache/fop/fo/FONode;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 50
            aload 0
            getfield org.apache.fop.fo.flow.Character.parent:Lorg/apache/fop/fo/FONode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Character.java"
NestMembers:
  org.apache.fop.fo.flow.Character$FOCharIterator
InnerClasses:
  private FOCharIterator = org.apache.fop.fo.flow.Character$FOCharIterator of org.apache.fop.fo.flow.Character