public class org.apache.fop.fo.flow.Block extends org.apache.fop.fo.FObjMixed implements org.apache.fop.fo.properties.BreakPropertySet, org.apache.fop.fo.properties.CommonAccessibilityHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.flow.Block
  super_class: org.apache.fop.fo.FObjMixed
{
  private boolean blockOrInlineItemFound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean initialPropertySetFound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  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.fo.properties.CommonMarginBlock commonMarginBlock;
    descriptor: Lorg/apache/fop/fo/properties/CommonMarginBlock;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

  private int intrusionDisplace;
    descriptor: I
    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.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.datatypes.Length lastLineEndIndent;
    descriptor: Lorg/apache/fop/datatypes/Length;
    flags: (0x0002) ACC_PRIVATE

  private int linefeedTreatment;
    descriptor: I
    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 lineHeightShiftAdjustment;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

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

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

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

  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.Block this
        start local 1 // org.apache.fop.fo.FONode parent
         0: .line 103
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.apache.fop.fo.FObjMixed.<init>:(Lorg/apache/fop/fo/FONode;)V
         1: .line 104
            return
        end local 1 // org.apache.fop.fo.FONode parent
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/fop/fo/flow/Block;
            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.Block this
        start local 1 // org.apache.fop.fo.PropertyList pList
         0: .line 108
            aload 0 /* this */
            aload 1 /* pList */
            invokespecial org.apache.fop.fo.FObjMixed.bind:(Lorg/apache/fop/fo/PropertyList;)V
         1: .line 109
            aload 0 /* this */
            aload 1 /* pList */
            invokestatic org.apache.fop.fo.properties.CommonAccessibility.getInstance:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/properties/CommonAccessibility;
            putfield org.apache.fop.fo.flow.Block.commonAccessibility:Lorg/apache/fop/fo/properties/CommonAccessibility;
         2: .line 110
            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.Block.commonBorderPaddingBackground:Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;
         3: .line 111
            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.Block.commonFont:Lorg/apache/fop/fo/properties/CommonFont;
         4: .line 112
            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.Block.commonHyphenation:Lorg/apache/fop/fo/properties/CommonHyphenation;
         5: .line 113
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getMarginBlockProps:()Lorg/apache/fop/fo/properties/CommonMarginBlock;
            putfield org.apache.fop.fo.flow.Block.commonMarginBlock:Lorg/apache/fop/fo/properties/CommonMarginBlock;
         6: .line 114
            aload 0 /* this */
            aload 1 /* pList */
            invokevirtual org.apache.fop.fo.PropertyList.getRelativePositionProps:()Lorg/apache/fop/fo/properties/CommonRelativePosition;
            putfield org.apache.fop.fo.flow.Block.commonRelativePosition:Lorg/apache/fop/fo/properties/CommonRelativePosition;
         7: .line 116
            aload 0 /* this */
            aload 1 /* pList */
            bipush 58
            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.Block.breakAfter:I
         8: .line 117
            aload 0 /* this */
            aload 1 /* pList */
            bipush 59
            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.Block.breakBefore:I
         9: .line 118
            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.Block.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.Block.color:Ljava/awt/Color;
        10: .line 119
            aload 0 /* this */
            aload 1 /* pList */
            bipush 118
            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.Block.hyphenationKeep:I
        11: .line 120
            aload 0 /* this */
            aload 1 /* pList */
            bipush 119
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getNumeric:()Lorg/apache/fop/datatypes/Numeric;
            putfield org.apache.fop.fo.flow.Block.hyphenationLadderCount:Lorg/apache/fop/datatypes/Numeric;
        12: .line 121
            aload 0 /* this */
            aload 1 /* pList */
            sipush 130
            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.Block.intrusionDisplace:I
        13: .line 122
            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.flow.Block.keepTogether:Lorg/apache/fop/fo/properties/KeepProperty;
        14: .line 123
            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.Block.keepWithNext:Lorg/apache/fop/fo/properties/KeepProperty;
        15: .line 124
            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.Block.keepWithPrevious:Lorg/apache/fop/fo/properties/KeepProperty;
        16: .line 125
            aload 0 /* this */
            aload 1 /* pList */
            sipush 135
            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.Block.lastLineEndIndent:Lorg/apache/fop/datatypes/Length;
        17: .line 126
            aload 0 /* this */
            aload 1 /* pList */
            sipush 143
            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.Block.linefeedTreatment:I
        18: .line 127
            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.Block.lineHeight:Lorg/apache/fop/fo/properties/SpaceProperty;
        19: .line 128
            aload 0 /* this */
            aload 1 /* pList */
            sipush 145
            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.Block.lineHeightShiftAdjustment:I
        20: .line 129
            aload 0 /* this */
            aload 1 /* pList */
            sipush 146
            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.Block.lineStackingStrategy:I
        21: .line 130
            aload 0 /* this */
            aload 1 /* pList */
            sipush 168
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getNumeric:()Lorg/apache/fop/datatypes/Numeric;
            putfield org.apache.fop.fo.flow.Block.orphans:Lorg/apache/fop/datatypes/Numeric;
        22: .line 131
            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.flow.Block.whiteSpaceTreatment:I
        23: .line 132
            aload 0 /* this */
            aload 1 /* pList */
            sipush 226
            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.Block.span:I
        24: .line 133
            aload 0 /* this */
            aload 1 /* pList */
            sipush 245
            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.Block.textAlign:I
        25: .line 134
            aload 0 /* this */
            aload 1 /* pList */
            sipush 246
            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.Block.textAlignLast:I
        26: .line 135
            aload 0 /* this */
            aload 1 /* pList */
            sipush 250
            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.Block.textIndent:Lorg/apache/fop/datatypes/Length;
        27: .line 136
            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.flow.Block.whiteSpaceCollapse:I
        28: .line 137
            aload 0 /* this */
            aload 1 /* pList */
            sipush 263
            invokevirtual org.apache.fop.fo.PropertyList.get:(I)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getNumeric:()Lorg/apache/fop/datatypes/Numeric;
            putfield org.apache.fop.fo.flow.Block.widows:Lorg/apache/fop/datatypes/Numeric;
        29: .line 138
            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.flow.Block.wrapOption:I
        30: .line 139
            aload 0 /* this */
            aload 1 /* pList */
            sipush 272
            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.Block.disableColumnBalancing:I
        31: .line 140
            aload 0 /* this */
            aload 1 /* pList */
            sipush 257
            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.Block.visibility:I
        32: .line 141
            return
        end local 1 // org.apache.fop.fo.PropertyList pList
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lorg/apache/fop/fo/flow/Block;
            0   33     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.Block this
         0: .line 145
            aload 0 /* this */
            invokespecial org.apache.fop.fo.FObjMixed.startOfNode:()V
         1: .line 146
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.flow.Block.getFOEventHandler:()Lorg/apache/fop/fo/FOEventHandler;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOEventHandler.startBlock:(Lorg/apache/fop/fo/flow/Block;)V
         2: .line 147
            return
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/flow/Block;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  public void endOfNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Block this
         0: .line 151
            aload 0 /* this */
            invokespecial org.apache.fop.fo.FObjMixed.endOfNode:()V
         1: .line 152
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.flow.Block.getFOEventHandler:()Lorg/apache/fop/fo/FOEventHandler;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOEventHandler.endBlock:(Lorg/apache/fop/fo/flow/Block;)V
         2: .line 153
            return
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/flow/Block;
    Exceptions:
      throws org.apache.fop.apps.FOPException

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

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

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

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

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

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

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

  public org.apache.fop.datatypes.Numeric getHyphenationLadderCount();
    descriptor: ()Lorg/apache/fop/datatypes/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Block this
         0: .line 193
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.hyphenationLadderCount:Lorg/apache/fop/datatypes/Numeric;
            areturn
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Block;

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

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

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

  public int getOrphans();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Block this
         0: .line 213
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.orphans:Lorg/apache/fop/datatypes/Numeric;
            invokeinterface org.apache.fop.datatypes.Numeric.getValue:()I
            ireturn
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Block;

  public int getWidows();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Block this
         0: .line 218
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.widows:Lorg/apache/fop/datatypes/Numeric;
            invokeinterface org.apache.fop.datatypes.Numeric.getValue:()I
            ireturn
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Block;

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

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

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

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

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

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

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

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

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

  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.Block 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 276
            ldc "http://www.w3.org/1999/XSL/Format"
            aload 2 /* nsURI */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
         1: .line 277
            ldc "marker"
            aload 3 /* localName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         2: .line 278
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.blockOrInlineItemFound:Z
            ifne 3
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.initialPropertySetFound:Z
            ifeq 22
         3: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* loc */
            ldc "fo:marker"
         4: .line 280
            ldc "initial-property-set? (#PCDATA|%inline;|%block;)"
         5: .line 279
            invokevirtual org.apache.fop.fo.flow.Block.nodesOutOfOrderError:(Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 282
            goto 22
      StackMap locals:
      StackMap stack:
         7: ldc "initial-property-set"
            aload 3 /* localName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
         8: .line 283
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.initialPropertySetFound:Z
            ifeq 11
         9: .line 284
            aload 0 /* this */
            aload 1 /* loc */
            ldc "fo:initial-property-set"
            invokevirtual org.apache.fop.fo.flow.Block.tooManyNodesError:(Lorg/xml/sax/Locator;Ljava/lang/String;)V
        10: .line 285
            goto 22
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.blockOrInlineItemFound:Z
            ifeq 16
        12: .line 286
            aload 0 /* this */
            aload 1 /* loc */
            ldc "fo:initial-property-set"
        13: .line 287
            ldc "(#PCDATA|%inline;|%block;)"
        14: .line 286
            invokevirtual org.apache.fop.fo.flow.Block.nodesOutOfOrderError:(Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 288
            goto 22
        16: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.fo.flow.Block.initialPropertySetFound:Z
        17: .line 291
            goto 22
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            aload 2 /* nsURI */
            aload 3 /* localName */
            invokevirtual org.apache.fop.fo.flow.Block.isBlockOrInlineItem:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 21
        19: .line 292
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.fo.flow.Block.blockOrInlineItemFound:Z
        20: .line 293
            goto 22
        21: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* loc */
            aload 2 /* nsURI */
            aload 3 /* localName */
            invokevirtual org.apache.fop.fo.flow.Block.invalidChildError:(Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/String;)V
        22: .line 297
      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.Block this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lorg/apache/fop/fo/flow/Block;
            0   23     1        loc  Lorg/xml/sax/Locator;
            0   23     2      nsURI  Ljava/lang/String;
            0   23     3  localName  Ljava/lang/String;
    Exceptions:
      throws org.apache.fop.fo.ValidationException
    MethodParameters:
           Name  Flags
      loc        
      nsURI      
      localName  

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

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

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

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

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

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

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

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

  public org.apache.fop.fo.CharIterator charIterator();
    descriptor: ()Lorg/apache/fop/fo/CharIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Block this
         0: .line 346
            invokestatic org.apache.fop.fo.NullCharIterator.getInstance:()Lorg/apache/fop/fo/CharIterator;
            areturn
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Block;

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

  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.Block this
         0: .line 359
            iconst_3
            ireturn
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Block;

  public int getVisibility();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.Block this
         0: .line 363
            aload 0 /* this */
            getfield org.apache.fop.fo.flow.Block.visibility:I
            ireturn
        end local 0 // org.apache.fop.fo.flow.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/Block;
}
SourceFile: "Block.java"