public abstract class io.vertx.codetrans.FragmentParser
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.codetrans.FragmentParser
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.FragmentParser this
         0: .line 6
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.codetrans.FragmentParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/FragmentParser;

  public void parse(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.vertx.codetrans.FragmentParser this
        start local 1 // java.lang.String s
         0: .line 9
            iconst_0
            istore 2 /* width */
        start local 2 // int width
         1: .line 10
            iconst_0
            istore 3 /* status */
        start local 3 // int status
         2: .line 11
            iconst_0
            istore 4 /* margin */
        start local 4 // int margin
         3: .line 12
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 61
         5: .line 13
      StackMap locals: io.vertx.codetrans.FragmentParser java.lang.String int int int int
      StackMap stack:
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 6 /* c */
        start local 6 // char c
         6: .line 14
            iload 6 /* c */
            bipush 10
            if_icmpne 9
         7: .line 15
            iconst_0
            istore 2 /* width */
         8: .line 16
            goto 10
         9: .line 17
      StackMap locals: int
      StackMap stack:
            iinc 2 /* width */ 1
        10: .line 19
      StackMap locals:
      StackMap stack:
            iload 3 /* status */
            ifne 17
        11: .line 20
            iload 6 /* c */
            lookupswitch { // 2
                   10: 14
                   47: 12
              default: 16
          }
        12: .line 22
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* status */
        13: .line 23
            goto 60
        14: .line 25
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.FragmentParser.onNewline:()V
        15: .line 26
            goto 60
        16: .line 30
      StackMap locals:
      StackMap stack:
            goto 60
      StackMap locals:
      StackMap stack:
        17: iload 3 /* status */
            iconst_1
            if_icmpne 26
        18: .line 31
            iload 6 /* c */
            lookupswitch { // 2
                   42: 22
                   47: 19
              default: 25
          }
        19: .line 33
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 3 /* status */
        20: .line 34
            aload 0 /* this */
            iconst_0
            invokevirtual io.vertx.codetrans.FragmentParser.onBeginComment:(Z)V
        21: .line 35
            goto 60
        22: .line 37
      StackMap locals:
      StackMap stack:
            iload 2 /* width */
            iconst_2
            isub
            istore 4 /* margin */
        23: .line 38
            iconst_3
            istore 3 /* status */
        24: .line 39
            aload 0 /* this */
            iconst_1
            invokevirtual io.vertx.codetrans.FragmentParser.onBeginComment:(Z)V
        25: .line 42
      StackMap locals:
      StackMap stack:
            goto 60
      StackMap locals:
      StackMap stack:
        26: iload 3 /* status */
            iconst_2
            if_icmpne 34
        27: .line 43
            iload 6 /* c */
            tableswitch { // 10 - 10
                   10: 28
              default: 32
          }
        28: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual io.vertx.codetrans.FragmentParser.onEndComment:(Z)V
        29: .line 46
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.FragmentParser.onNewline:()V
        30: .line 47
            iconst_0
            istore 3 /* status */
        31: .line 48
            goto 60
        32: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual io.vertx.codetrans.FragmentParser.onComment:(C)V
        33: .line 54
            goto 60
      StackMap locals:
      StackMap stack:
        34: iload 3 /* status */
            iconst_3
            if_icmpne 53
        35: .line 55
            iload 6 /* c */
            lookupswitch { // 3
                   10: 38
                   32: 40
                   42: 36
              default: 51
          }
        36: .line 57
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 3 /* status */
        37: .line 58
            goto 60
        38: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 10
            invokevirtual io.vertx.codetrans.FragmentParser.onComment:(C)V
        39: .line 61
            goto 60
        40: .line 63
      StackMap locals:
      StackMap stack:
            iload 2 /* width */
            iload 4 /* margin */
            if_icmpgt 49
        41: .line 64
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        42: goto 47
        43: .line 65
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 5 /* i */
            iload 7 /* j */
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmpeq 46
        44: .line 66
            aload 0 /* this */
            bipush 32
            invokevirtual io.vertx.codetrans.FragmentParser.onComment:(C)V
        45: .line 67
            goto 60
        46: .line 64
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        47: iload 7 /* j */
            iload 2 /* width */
            if_icmplt 43
        end local 7 // int j
        48: .line 70
            goto 60
        49: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual io.vertx.codetrans.FragmentParser.onComment:(C)V
        50: .line 73
            goto 60
        51: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual io.vertx.codetrans.FragmentParser.onComment:(C)V
        52: .line 78
            goto 60
        53: .line 79
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            tableswitch { // 47 - 47
                   47: 54
              default: 57
          }
        54: .line 81
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* status */
        55: .line 82
            aload 0 /* this */
            iconst_1
            invokevirtual io.vertx.codetrans.FragmentParser.onEndComment:(Z)V
        56: .line 83
            goto 60
        57: .line 85
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 3 /* status */
        58: .line 86
            aload 0 /* this */
            bipush 42
            invokevirtual io.vertx.codetrans.FragmentParser.onComment:(C)V
        59: .line 87
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual io.vertx.codetrans.FragmentParser.onComment:(C)V
        end local 6 // char c
        60: .line 12
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        61: iload 5 /* i */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmplt 5
        end local 5 // int i
        62: .line 92
            iload 3 /* status */
            tableswitch { // 2 - 2
                    2: 63
              default: 64
          }
        63: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual io.vertx.codetrans.FragmentParser.onEndComment:(Z)V
        64: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int margin
        end local 3 // int status
        end local 2 // int width
        end local 1 // java.lang.String s
        end local 0 // io.vertx.codetrans.FragmentParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   65     0    this  Lio/vertx/codetrans/FragmentParser;
            0   65     1       s  Ljava/lang/String;
            1   65     2   width  I
            2   65     3  status  I
            3   65     4  margin  I
            4   62     5       i  I
            6   60     6       c  C
           42   48     7       j  I
    MethodParameters:
      Name  Flags
      s     

  protected abstract void onNewline();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract void onComment(char);
    descriptor: (C)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      c     

  protected abstract void onBeginComment(boolean);
    descriptor: (Z)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      multiline  

  protected abstract void onEndComment(boolean);
    descriptor: (Z)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      multiline  
}
SourceFile: "FragmentParser.java"