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

  void <init>(io.vertx.codetrans.lang.ruby.RubyWriter);
    descriptor: (Lio/vertx/codetrans/lang/ruby/RubyWriter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.ruby.RubyWriter$1 this
         0: .line 66
            aload 0 /* this */
            aload 1
            putfield io.vertx.codetrans.lang.ruby.RubyWriter$1.this$0:Lio/vertx/codetrans/lang/ruby/RubyWriter;
            aload 0 /* this */
            invokespecial io.vertx.codetrans.FragmentParser.<init>:()V
            return
        end local 0 // io.vertx.codetrans.lang.ruby.RubyWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/lang/ruby/RubyWriter$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.lang.ruby.RubyWriter$1 this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.codetrans.lang.ruby.RubyWriter$1.this$0:Lio/vertx/codetrans/lang/ruby/RubyWriter;
            bipush 10
            invokevirtual io.vertx.codetrans.lang.ruby.RubyWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 70
            return
        end local 0 // io.vertx.codetrans.lang.ruby.RubyWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codetrans/lang/ruby/RubyWriter$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.lang.ruby.RubyWriter$1 this
        start local 1 // char c
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.codetrans.lang.ruby.RubyWriter$1.this$0:Lio/vertx/codetrans/lang/ruby/RubyWriter;
            iload 1 /* c */
            invokevirtual io.vertx.codetrans.lang.ruby.RubyWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 74
            return
        end local 1 // char c
        end local 0 // io.vertx.codetrans.lang.ruby.RubyWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codetrans/lang/ruby/RubyWriter$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.lang.ruby.RubyWriter$1 this
        start local 1 // boolean multiline
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.codetrans.lang.ruby.RubyWriter$1.this$0:Lio/vertx/codetrans/lang/ruby/RubyWriter;
            iload 1 /* multiline */
            ifeq 1
            ldc "=begin"
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.codetrans.lang.ruby.RubyWriter
         1: ldc "#"
      StackMap locals: io.vertx.codetrans.lang.ruby.RubyWriter$1 int
      StackMap stack: io.vertx.codetrans.lang.ruby.RubyWriter java.lang.String
         2: invokevirtual io.vertx.codetrans.lang.ruby.RubyWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 78
            return
        end local 1 // boolean multiline
        end local 0 // io.vertx.codetrans.lang.ruby.RubyWriter$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/codetrans/lang/ruby/RubyWriter$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.lang.ruby.RubyWriter$1 this
        start local 1 // boolean multiline
         0: .line 81
            iload 1 /* multiline */
            ifeq 2
         1: .line 82
            aload 0 /* this */
            getfield io.vertx.codetrans.lang.ruby.RubyWriter$1.this$0:Lio/vertx/codetrans/lang/ruby/RubyWriter;
            ldc "=end"
            invokevirtual io.vertx.codetrans.lang.ruby.RubyWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean multiline
        end local 0 // io.vertx.codetrans.lang.ruby.RubyWriter$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/codetrans/lang/ruby/RubyWriter$1;
            0    3     1  multiline  Z
    MethodParameters:
           Name  Flags
      multiline  
}
SourceFile: "RubyWriter.java"
EnclosingMethod: io.vertx.codetrans.lang.ruby.RubyWriter.renderFragment:(Ljava/lang/String;)V
NestHost: io.vertx.codetrans.lang.ruby.RubyWriter
InnerClasses:
  io.vertx.codetrans.lang.ruby.RubyWriter$1