class io.vertx.codetrans.CodeWriter$1 extends io.vertx.codetrans.FragmentParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.codetrans.CodeWriter$1
  super_class: io.vertx.codetrans.FragmentParser
{
  final io.vertx.codetrans.CodeWriter this$0;
    descriptor: Lio/vertx/codetrans/CodeWriter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.CodeWriter$1 this
         0: .line 389
            aload 0 /* this */
            aload 1
            putfield io.vertx.codetrans.CodeWriter$1.this$0:Lio/vertx/codetrans/CodeWriter;
            aload 0 /* this */
            invokespecial io.vertx.codetrans.FragmentParser.<init>:()V
            return
        end local 0 // io.vertx.codetrans.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/CodeWriter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onNewline();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.CodeWriter$1 this
         0: .line 392
            aload 0 /* this */
            getfield io.vertx.codetrans.CodeWriter$1.this$0:Lio/vertx/codetrans/CodeWriter;
            bipush 10
            invokevirtual io.vertx.codetrans.CodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 393
            return
        end local 0 // io.vertx.codetrans.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codetrans/CodeWriter$1;

  public void onComment(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.CodeWriter$1 this
        start local 1 // char c
         0: .line 396
            aload 0 /* this */
            getfield io.vertx.codetrans.CodeWriter$1.this$0:Lio/vertx/codetrans/CodeWriter;
            iload 1 /* c */
            invokevirtual io.vertx.codetrans.CodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 397
            return
        end local 1 // char c
        end local 0 // io.vertx.codetrans.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codetrans/CodeWriter$1;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public void onBeginComment(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.CodeWriter$1 this
        start local 1 // boolean multiline
         0: .line 400
            aload 0 /* this */
            getfield io.vertx.codetrans.CodeWriter$1.this$0:Lio/vertx/codetrans/CodeWriter;
            iload 1 /* multiline */
            ifeq 1
            ldc "/*"
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.codetrans.CodeWriter
         1: ldc "//"
      StackMap locals: io.vertx.codetrans.CodeWriter$1 int
      StackMap stack: io.vertx.codetrans.CodeWriter java.lang.String
         2: invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 401
            return
        end local 1 // boolean multiline
        end local 0 // io.vertx.codetrans.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/codetrans/CodeWriter$1;
            0    4     1  multiline  Z
    MethodParameters:
           Name  Flags
      multiline  

  public void onEndComment(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.CodeWriter$1 this
        start local 1 // boolean multiline
         0: .line 404
            iload 1 /* multiline */
            ifeq 2
         1: .line 405
            aload 0 /* this */
            getfield io.vertx.codetrans.CodeWriter$1.this$0:Lio/vertx/codetrans/CodeWriter;
            ldc "*/"
            invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 407
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean multiline
        end local 0 // io.vertx.codetrans.CodeWriter$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/codetrans/CodeWriter$1;
            0    3     1  multiline  Z
    MethodParameters:
           Name  Flags
      multiline  
}
SourceFile: "CodeWriter.java"
EnclosingMethod: io.vertx.codetrans.CodeWriter.renderFragment:(Ljava/lang/String;)V
NestHost: io.vertx.codetrans.CodeWriter
InnerClasses:
  io.vertx.codetrans.CodeWriter$1