public class org.apache.fop.text.linebreak.LineBreakStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.text.linebreak.LineBreakStatus
  super_class: java.lang.Object
{
  public static final byte DIRECT_BREAK;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final byte INDIRECT_BREAK;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final byte COMBINING_INDIRECT_BREAK;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final byte COMBINING_PROHIBITED_BREAK;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final byte PROHIBITED_BREAK;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final byte EXPLICIT_BREAK;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private byte leftClass;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

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

  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 27
            ldc Lorg/apache/fop/text/linebreak/LineBreakStatus;
            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.text.linebreak.LineBreakStatus.$assertionsDisabled:Z
         3: .line 40
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.text.linebreak.LineBreakStatus this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            invokevirtual org.apache.fop.text.linebreak.LineBreakStatus.reset:()V
         2: .line 50
            return
        end local 0 // org.apache.fop.text.linebreak.LineBreakStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/text/linebreak/LineBreakStatus;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.text.linebreak.LineBreakStatus this
         0: .line 59
            aload 0 /* this */
            iconst_m1
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
         1: .line 60
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.text.linebreak.LineBreakStatus.hadSpace:Z
         2: .line 61
            return
        end local 0 // org.apache.fop.text.linebreak.LineBreakStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/text/linebreak/LineBreakStatus;

  public byte nextChar(char);
    descriptor: (C)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.fop.text.linebreak.LineBreakStatus this
        start local 1 // char c
         0: .line 86
            iload 1 /* c */
            invokestatic org.apache.fop.text.linebreak.LineBreakUtils.getLineBreakProperty:(C)B
            istore 2 /* currentClass */
        start local 2 // byte currentClass
         1: .line 89
            iload 2 /* currentClass */
            lookupswitch { // 5
                    0: 2
                    1: 2
                   31: 4
                   32: 2
                   36: 2
              default: 8
          }
         2: .line 98
      StackMap locals: int
      StackMap stack:
            iconst_2
            istore 2 /* currentClass */
         3: .line 99
            goto 8
         4: .line 107
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            invokestatic java.lang.Character.getType:(C)I
            tableswitch { // 6 - 8
                    6: 5
                    7: 7
                    8: 5
              default: 7
          }
         5: .line 110
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 2 /* currentClass */
         6: .line 111
            goto 8
         7: .line 113
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 2 /* currentClass */
         8: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
            lookupswitch { // 5
                   -1: 9
                    6: 13
                   11: 16
                   23: 13
                   24: 13
              default: 20
          }
         9: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        10: .line 125
            aload 0 /* this */
            getfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
            bipush 9
            if_icmpne 12
        11: .line 127
            aload 0 /* this */
            iconst_2
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        12: .line 130
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
        13: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.text.linebreak.LineBreakStatus.reset:()V
        14: .line 139
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        15: .line 140
            iconst_5
            ireturn
        16: .line 147
      StackMap locals:
      StackMap stack:
            iload 2 /* currentClass */
            bipush 23
            if_icmpeq 20
        17: .line 148
            aload 0 /* this */
            invokevirtual org.apache.fop.text.linebreak.LineBreakStatus.reset:()V
        18: .line 149
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        19: .line 150
            iconst_5
            ireturn
        20: .line 158
      StackMap locals:
      StackMap stack:
            iload 2 /* currentClass */
            lookupswitch { // 5
                    6: 21
                   11: 21
                   23: 21
                   24: 21
                   33: 23
              default: 25
          }
        21: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        22: .line 165
            iconst_4
            ireturn
        23: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.text.linebreak.LineBreakStatus.hadSpace:Z
        24: .line 171
            iconst_4
            ireturn
        25: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.text.linebreak.LineBreakStatus.hadSpace:Z
            istore 3 /* savedHadSpace */
        start local 3 // boolean savedHadSpace
        26: .line 179
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.text.linebreak.LineBreakStatus.hadSpace:Z
        27: .line 180
            aload 0 /* this */
            getfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
            iload 2 /* currentClass */
            invokestatic org.apache.fop.text.linebreak.LineBreakUtils.getLineBreakPairProperty:(II)B
            istore 4 /* breakAction */
        start local 4 // byte breakAction
        28: .line 181
            iload 4 /* breakAction */
            tableswitch { // 0 - 4
                    0: 29
                    1: 31
                    2: 35
                    3: 39
                    4: 29
              default: 42
          }
        29: .line 184
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        30: .line 185
            iload 4 /* breakAction */
            ireturn
        31: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        32: .line 189
            iload 3 /* savedHadSpace */
            ifeq 34
        33: .line 190
            iconst_1
            ireturn
        34: .line 192
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
        35: .line 196
      StackMap locals:
      StackMap stack:
            iload 3 /* savedHadSpace */
            ifeq 38
        36: .line 197
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        37: .line 198
            iconst_2
            ireturn
        38: .line 200
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
        39: .line 204
      StackMap locals:
      StackMap stack:
            iload 3 /* savedHadSpace */
            ifeq 41
        40: .line 205
            aload 0 /* this */
            iload 2 /* currentClass */
            putfield org.apache.fop.text.linebreak.LineBreakStatus.leftClass:B
        41: .line 207
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        42: .line 210
      StackMap locals:
      StackMap stack:
            getstatic org.apache.fop.text.linebreak.LineBreakStatus.$assertionsDisabled:Z
            ifne 43
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        43: .line 211
      StackMap locals:
      StackMap stack:
            iload 4 /* breakAction */
            ireturn
        end local 4 // byte breakAction
        end local 3 // boolean savedHadSpace
        end local 2 // byte currentClass
        end local 1 // char c
        end local 0 // org.apache.fop.text.linebreak.LineBreakStatus this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   44     0           this  Lorg/apache/fop/text/linebreak/LineBreakStatus;
            0   44     1              c  C
            1   44     2   currentClass  B
           26   44     3  savedHadSpace  Z
           28   44     4    breakAction  B
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "LineBreakStatus.java"