public class io.vertx.codetrans.lang.scala.ScalaCodeWriter extends io.vertx.codetrans.CodeWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codetrans.lang.scala.ScalaCodeWriter
  super_class: io.vertx.codetrans.CodeWriter
{
  public void <init>(io.vertx.codetrans.CodeBuilder);
    descriptor: (Lio/vertx/codetrans/CodeBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.CodeBuilder builder
         0: .line 21
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial io.vertx.codetrans.CodeWriter.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
         1: .line 22
            return
        end local 1 // io.vertx.codetrans.CodeBuilder builder
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  builder  Lio/vertx/codetrans/CodeBuilder;
    MethodParameters:
         Name  Flags
      builder  

  private java.lang.String capitalize(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // java.lang.String string
         0: .line 25
            new java.lang.StringBuilder
            dup
            aload 1 /* string */
            iconst_0
            iconst_1
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* string */
            iconst_1
            aload 1 /* string */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String string
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    1     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  public void renderNewMap();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
         0: .line 30
            aload 0 /* this */
            ldc "Map()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 31
            return
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;

  public void renderStringLiteral(java.util.List<?>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // java.util.List parts
         0: .line 35
            aload 1 /* parts */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$0(Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
            ifeq 2
         1: .line 36
            aload 0 /* this */
            ldc "s\""
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
            goto 3
         2: .line 37
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "\""
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 38
      StackMap locals:
      StackMap stack:
            aload 1 /* parts */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$1(Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         4: .line 47
            aload 0 /* this */
            ldc "\""
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         5: .line 48
            return
        end local 1 // java.util.List parts
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    6     1  parts  Ljava/util/List<*>;
    Signature: (Ljava/util/List<*>;)V
    MethodParameters:
       Name  Flags
      parts  

  public void renderNew(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codegen.type.TypeInfo, java.util.List<io.vertx.codetrans.expression.ExpressionModel>);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // io.vertx.codegen.type.TypeInfo type
        start local 3 // java.util.List argumentModels
         0: .line 52
            getstatic io.vertx.codegen.type.ClassKind.API:Lio/vertx/codegen/type/ClassKind;
            aload 2 /* type */
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            if_acmpeq 2
            getstatic io.vertx.codegen.type.ClassKind.DATA_OBJECT:Lio/vertx/codegen/type/ClassKind;
            aload 2 /* type */
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            if_acmpeq 2
         1: .line 53
            aload 0 /* this */
            ldc "new "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 55
            aload 0 /* this */
            bipush 40
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 56
            iconst_0
            aload 3 /* argumentModels */
            invokeinterface java.util.List.size:()I
            invokestatic java.util.stream.IntStream.range:(II)Ljava/util/stream/IntStream;
            aload 0 /* this */
            aload 3 /* argumentModels */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;Ljava/util/List;)Ljava/util/function/IntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$2(Ljava/util/List;I)V (7)
                  (I)V
            invokeinterface java.util.stream.IntStream.forEach:(Ljava/util/function/IntConsumer;)V
         5: .line 60
            aload 0 /* this */
            bipush 41
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         6: .line 61
            return
        end local 3 // java.util.List argumentModels
        end local 2 // io.vertx.codegen.type.TypeInfo type
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    7     1      expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    7     2            type  Lio/vertx/codegen/type/TypeInfo;
            0    7     3  argumentModels  Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;
    Signature: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;)V
    MethodParameters:
                Name  Flags
      expression      
      type            
      argumentModels  

  public void renderSystemOutPrintln(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 65
            aload 0 /* this */
            ldc "println("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 66
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         2: .line 67
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 68
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    4     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderSystemErrPrintln(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 72
            aload 0 /* this */
            ldc "System.err.println("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 73
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         2: .line 74
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 75
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    4     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderAsyncResultValue(io.vertx.codegen.type.TypeInfo, java.lang.String);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codegen.type.TypeInfo resultType
        start local 2 // java.lang.String name
         0: .line 79
            aload 0 /* this */
            ldc "todo-renderAsyncResultValue"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 80
            return
        end local 2 // java.lang.String name
        end local 1 // io.vertx.codegen.type.TypeInfo resultType
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  resultType  Lio/vertx/codegen/type/TypeInfo;
            0    2     2        name  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      resultType  
      name        

  public void renderAsyncResultSucceeded(io.vertx.codegen.type.TypeInfo, java.lang.String);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codegen.type.TypeInfo resultType
        start local 2 // java.lang.String name
         0: .line 84
            aload 0 /* this */
            ldc "todo-renderAsyncResultSucceeded"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 85
            return
        end local 2 // java.lang.String name
        end local 1 // io.vertx.codegen.type.TypeInfo resultType
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  resultType  Lio/vertx/codegen/type/TypeInfo;
            0    2     2        name  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      resultType  
      name        

  public void renderAsyncResultFailed(io.vertx.codegen.type.TypeInfo, java.lang.String);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codegen.type.TypeInfo resultType
        start local 2 // java.lang.String name
         0: .line 89
            aload 0 /* this */
            ldc "todo-renderAsyncResultFailed"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 90
            return
        end local 2 // java.lang.String name
        end local 1 // io.vertx.codegen.type.TypeInfo resultType
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  resultType  Lio/vertx/codegen/type/TypeInfo;
            0    2     2        name  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      resultType  
      name        

  public void renderAsyncResultCause(io.vertx.codegen.type.TypeInfo, java.lang.String);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codegen.type.TypeInfo resultType
        start local 2 // java.lang.String name
         0: .line 94
            aload 0 /* this */
            ldc "todo-renderAsyncResultCause"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 95
            return
        end local 2 // java.lang.String name
        end local 1 // io.vertx.codegen.type.TypeInfo resultType
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  resultType  Lio/vertx/codegen/type/TypeInfo;
            0    2     2        name  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      resultType  
      name        

  public void renderListGet(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel list
        start local 2 // io.vertx.codetrans.expression.ExpressionModel index
         0: .line 100
            aload 1 /* list */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 101
            aload 0 /* this */
            ldc "("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 102
            aload 2 /* index */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 103
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 104
            return
        end local 2 // io.vertx.codetrans.expression.ExpressionModel index
        end local 1 // io.vertx.codetrans.expression.ExpressionModel list
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1   list  Lio/vertx/codetrans/expression/ExpressionModel;
            0    5     2  index  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
       Name  Flags
      list   
      index  

  public void renderMethodReference(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.MethodSignature);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/MethodSignature;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expressionModel
        start local 2 // io.vertx.codetrans.MethodSignature methodSignature
         0: .line 108
            aload 1 /* expressionModel */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 109
            aload 0 /* this */
            bipush 46
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 110
            aload 0 /* this */
            aload 2 /* methodSignature */
            invokevirtual io.vertx.codetrans.MethodSignature.getName:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            ldc " _"
            invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 111
            return
        end local 2 // io.vertx.codetrans.MethodSignature methodSignature
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expressionModel
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    4     1  expressionModel  Lio/vertx/codetrans/expression/ExpressionModel;
            0    4     2  methodSignature  Lio/vertx/codetrans/MethodSignature;
    MethodParameters:
                 Name  Flags
      expressionModel  
      methodSignature  

  public void renderApiType(io.vertx.codegen.type.ApiTypeInfo);
    descriptor: (Lio/vertx/codegen/type/ApiTypeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codegen.type.ApiTypeInfo apiType
         0: .line 115
            aload 0 /* this */
            aload 1 /* apiType */
            invokevirtual io.vertx.codegen.type.ApiTypeInfo.getSimpleName:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 116
            return
        end local 1 // io.vertx.codegen.type.ApiTypeInfo apiType
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  apiType  Lio/vertx/codegen/type/ApiTypeInfo;
    MethodParameters:
         Name  Flags
      apiType  

  public void renderListLiteral(java.util.List<io.vertx.codetrans.expression.ExpressionModel>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // java.util.List arguments
         0: .line 120
            aload 0 /* this */
            ldc "List("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 121
            iconst_0
            aload 1 /* arguments */
            invokeinterface java.util.List.size:()I
            invokestatic java.util.stream.IntStream.range:(II)Ljava/util/stream/IntStream;
            aload 0 /* this */
            aload 1 /* arguments */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;Ljava/util/List;)Ljava/util/function/IntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$3(Ljava/util/List;I)V (7)
                  (I)V
            invokeinterface java.util.stream.IntStream.forEach:(Ljava/util/function/IntConsumer;)V
         2: .line 125
            aload 0 /* this */
            bipush 41
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 126
            return
        end local 1 // java.util.List arguments
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    4     1  arguments  Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;
    Signature: (Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;)V
    MethodParameters:
           Name  Flags
      arguments  

  public void renderJsonObjectMemberSelect(io.vertx.codetrans.expression.ExpressionModel, java.lang.Class<?>, java.lang.String);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // java.lang.Class type
        start local 3 // java.lang.String name
         0: .line 130
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 131
            aload 0 /* this */
            ldc ".getValue(\""
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 132
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 133
            aload 0 /* this */
            ldc "\")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 134
            return
        end local 3 // java.lang.String name
        end local 2 // java.lang.Class type
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    5     2        type  Ljava/lang/Class<*>;
            0    5     3        name  Ljava/lang/String;
    Signature: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/Class<*>;Ljava/lang/String;)V
    MethodParameters:
            Name  Flags
      expression  
      type        
      name        

  public void renderToDataObject(io.vertx.codetrans.expression.JsonObjectModel, io.vertx.codegen.type.ClassTypeInfo);
    descriptor: (Lio/vertx/codetrans/expression/JsonObjectModel;Lio/vertx/codegen/type/ClassTypeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.JsonObjectModel model
        start local 2 // io.vertx.codegen.type.ClassTypeInfo type
         0: .line 138
            aload 0 /* this */
            ldc "todo-renderToDataObject"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 139
            return
        end local 2 // io.vertx.codegen.type.ClassTypeInfo type
        end local 1 // io.vertx.codetrans.expression.JsonObjectModel model
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  model  Lio/vertx/codetrans/expression/JsonObjectModel;
            0    2     2   type  Lio/vertx/codegen/type/ClassTypeInfo;
    MethodParameters:
       Name  Flags
      model  
      type   

  public void renderDataObjectMemberSelect(io.vertx.codetrans.expression.ExpressionModel, java.lang.String);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // java.lang.String name
         0: .line 143
            aload 0 /* this */
            ldc "todo-renderDataObjectMemberSelect"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 144
            return
        end local 2 // java.lang.String name
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    2     2        name  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      expression  
      name        

  public void renderJsonObjectSize(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 148
            aload 0 /* this */
            ldc "todo-renderJsonObjectSize"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 149
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderJsonArraySize(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 153
            aload 0 /* this */
            ldc "todo-renderJsonArraySize"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 154
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderEnumConstant(io.vertx.codegen.type.EnumTypeInfo, java.lang.String);
    descriptor: (Lio/vertx/codegen/type/EnumTypeInfo;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codegen.type.EnumTypeInfo type
        start local 2 // java.lang.String constant
         0: .line 158
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual io.vertx.codegen.type.EnumTypeInfo.getSimpleName:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            bipush 46
            invokevirtual io.vertx.codetrans.CodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            aload 2 /* constant */
            invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 159
            return
        end local 2 // java.lang.String constant
        end local 1 // io.vertx.codegen.type.EnumTypeInfo type
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1      type  Lio/vertx/codegen/type/EnumTypeInfo;
            0    2     2  constant  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      type      
      constant  

  public void renderJsonObjectAssign(io.vertx.codetrans.expression.ExpressionModel, java.lang.String, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // java.lang.String name
        start local 3 // io.vertx.codetrans.expression.ExpressionModel value
         0: .line 163
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 164
            aload 0 /* this */
            ldc ".put(\""
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 165
            aload 0 /* this */
            aload 2 /* name */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 166
            aload 0 /* this */
            ldc "\", "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 167
            aload 3 /* value */
            instanceof io.vertx.codetrans.expression.NullLiteralModel
            ifeq 7
         5: .line 168
            aload 0 /* this */
            ldc "null.asInstanceOf[String]"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         6: .line 169
            goto 8
         7: .line 170
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         8: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         9: .line 173
            return
        end local 3 // io.vertx.codetrans.expression.ExpressionModel value
        end local 2 // java.lang.String name
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0   10     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0   10     2        name  Ljava/lang/String;
            0   10     3       value  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  
      name        
      value       

  public void renderListSize(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel list
         0: .line 177
            aload 1 /* list */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 178
            aload 0 /* this */
            ldc ".size"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 179
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel list
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  list  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
      Name  Flags
      list  

  public void renderLambda(com.sun.source.tree.LambdaExpressionTree$BodyKind, java.util.List<io.vertx.codegen.type.TypeInfo>, java.util.List<java.lang.String>, io.vertx.codetrans.CodeModel);
    descriptor: (Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;Ljava/util/List;Ljava/util/List;Lio/vertx/codetrans/CodeModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // com.sun.source.tree.LambdaExpressionTree$BodyKind bodyKind
        start local 2 // java.util.List parameterTypes
        start local 3 // java.util.List parameterNames
        start local 4 // io.vertx.codetrans.CodeModel body
         0: .line 183
            aload 0 /* this */
            ldc "("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 184
            iconst_0
            aload 3 /* parameterNames */
            invokeinterface java.util.List.size:()I
            invokestatic java.util.stream.IntStream.range:(II)Ljava/util/stream/IntStream;
            aload 0 /* this */
            aload 3 /* parameterNames */
            aload 2 /* parameterTypes */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;Ljava/util/List;Ljava/util/List;)Ljava/util/function/IntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$4(Ljava/util/List;Ljava/util/List;I)V (7)
                  (I)V
            invokeinterface java.util.stream.IntStream.forEach:(Ljava/util/function/IntConsumer;)V
         2: .line 190
            aload 0 /* this */
            ldc ") => {\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 191
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.indent:()Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 192
            aload 4 /* body */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.CodeModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         5: .line 193
            aload 1 /* bodyKind */
            getstatic com.sun.source.tree.LambdaExpressionTree$BodyKind.EXPRESSION:Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            if_acmpne 6
            aload 0 /* this */
            ldc "\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         6: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.unindent:()Lio/vertx/codetrans/CodeWriter;
            pop
         7: .line 195
            aload 0 /* this */
            ldc "}"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         8: .line 196
            return
        end local 4 // io.vertx.codetrans.CodeModel body
        end local 3 // java.util.List parameterNames
        end local 2 // java.util.List parameterTypes
        end local 1 // com.sun.source.tree.LambdaExpressionTree$BodyKind bodyKind
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    9     1        bodyKind  Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            0    9     2  parameterTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
            0    9     3  parameterNames  Ljava/util/List<Ljava/lang/String;>;
            0    9     4            body  Lio/vertx/codetrans/CodeModel;
    Signature: (Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/codetrans/CodeModel;)V
    MethodParameters:
                Name  Flags
      bodyKind        
      parameterTypes  
      parameterNames  
      body            

  public void renderMapGet(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel map
        start local 2 // io.vertx.codetrans.expression.ExpressionModel key
         0: .line 200
            aload 1 /* map */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 201
            aload 0 /* this */
            bipush 40
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 202
            aload 2 /* key */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 203
            aload 0 /* this */
            bipush 41
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 204
            return
        end local 2 // io.vertx.codetrans.expression.ExpressionModel key
        end local 1 // io.vertx.codetrans.expression.ExpressionModel map
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1   map  Lio/vertx/codetrans/expression/ExpressionModel;
            0    5     2   key  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
      Name  Flags
      map   
      key   

  public void renderNewList();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
         0: .line 208
            aload 0 /* this */
            ldc "List()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 209
            return
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;

  public void renderJavaType(io.vertx.codegen.type.ClassTypeInfo);
    descriptor: (Lio/vertx/codegen/type/ClassTypeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codegen.type.ClassTypeInfo apiType
         0: .line 213
            aload 0 /* this */
            aload 1 /* apiType */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getName:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 214
            return
        end local 1 // io.vertx.codegen.type.ClassTypeInfo apiType
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  apiType  Lio/vertx/codegen/type/ClassTypeInfo;
    MethodParameters:
         Name  Flags
      apiType  

  public void renderMapPut(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel map
        start local 2 // io.vertx.codetrans.expression.ExpressionModel key
        start local 3 // io.vertx.codetrans.expression.ExpressionModel value
         0: .line 218
            aload 1 /* map */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 219
            aload 0 /* this */
            ldc " + ("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 220
            aload 2 /* key */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 221
            aload 0 /* this */
            ldc " -> "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 222
            aload 3 /* value */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         5: .line 223
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         6: .line 224
            return
        end local 3 // io.vertx.codetrans.expression.ExpressionModel value
        end local 2 // io.vertx.codetrans.expression.ExpressionModel key
        end local 1 // io.vertx.codetrans.expression.ExpressionModel map
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    7     1    map  Lio/vertx/codetrans/expression/ExpressionModel;
            0    7     2    key  Lio/vertx/codetrans/expression/ExpressionModel;
            0    7     3  value  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
       Name  Flags
      map    
      key    
      value  

  public void renderThrow(java.lang.String, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // java.lang.String throwableType
        start local 2 // io.vertx.codetrans.expression.ExpressionModel reason
         0: .line 228
            aload 2 /* reason */
            ifnonnull 1
            aload 0 /* this */
            ldc "throw new "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            aload 1 /* throwableType */
            invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            ldc "()"
            invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
            goto 4
         1: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "throw new "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            aload 1 /* throwableType */
            invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            ldc "("
            invokevirtual io.vertx.codetrans.CodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 231
            aload 2 /* reason */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 232
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.codetrans.expression.ExpressionModel reason
        end local 1 // java.lang.String throwableType
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1  throwableType  Ljava/lang/String;
            0    5     2         reason  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
               Name  Flags
      throwableType  
      reason         

  public void renderMapForEach(io.vertx.codetrans.expression.ExpressionModel, java.lang.String, io.vertx.codegen.type.TypeInfo, java.lang.String, io.vertx.codegen.type.TypeInfo, com.sun.source.tree.LambdaExpressionTree$BodyKind, io.vertx.codetrans.CodeModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/String;Lio/vertx/codegen/type/TypeInfo;Ljava/lang/String;Lio/vertx/codegen/type/TypeInfo;Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;Lio/vertx/codetrans/CodeModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel map
        start local 2 // java.lang.String keyName
        start local 3 // io.vertx.codegen.type.TypeInfo keyType
        start local 4 // java.lang.String valueName
        start local 5 // io.vertx.codegen.type.TypeInfo valueType
        start local 6 // com.sun.source.tree.LambdaExpressionTree$BodyKind bodyKind
        start local 7 // io.vertx.codetrans.CodeModel block
         0: .line 238
            aload 1 /* map */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 239
            aload 0 /* this */
            ldc ".foreach{\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 240
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.indent:()Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 241
            aload 0 /* this */
            ldc "case "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 242
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.unindent:()Lio/vertx/codetrans/CodeWriter;
            pop
         5: .line 243
            aload 0 /* this */
            aload 6 /* bodyKind */
            iconst_2
            anewarray io.vertx.codegen.type.TypeInfo
            dup
            iconst_0
            aload 3 /* keyType */
            aastore
            dup
            iconst_1
            aload 5 /* valueType */
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            aload 2 /* keyName */
            aastore
            dup
            iconst_1
            aload 4 /* valueName */
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aload 7 /* block */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.renderLambda:(Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;Ljava/util/List;Ljava/util/List;Lio/vertx/codetrans/CodeModel;)V
         6: .line 244
            aload 0 /* this */
            ldc "}"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         7: .line 245
            return
        end local 7 // io.vertx.codetrans.CodeModel block
        end local 6 // com.sun.source.tree.LambdaExpressionTree$BodyKind bodyKind
        end local 5 // io.vertx.codegen.type.TypeInfo valueType
        end local 4 // java.lang.String valueName
        end local 3 // io.vertx.codegen.type.TypeInfo keyType
        end local 2 // java.lang.String keyName
        end local 1 // io.vertx.codetrans.expression.ExpressionModel map
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    8     1        map  Lio/vertx/codetrans/expression/ExpressionModel;
            0    8     2    keyName  Ljava/lang/String;
            0    8     3    keyType  Lio/vertx/codegen/type/TypeInfo;
            0    8     4  valueName  Ljava/lang/String;
            0    8     5  valueType  Lio/vertx/codegen/type/TypeInfo;
            0    8     6   bodyKind  Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            0    8     7      block  Lio/vertx/codetrans/CodeModel;
    MethodParameters:
           Name  Flags
      map        
      keyName    
      keyType    
      valueName  
      valueType  
      bodyKind   
      block      

  public void renderJsonObject(io.vertx.codetrans.expression.JsonObjectLiteralModel);
    descriptor: (Lio/vertx/codetrans/expression/JsonObjectLiteralModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.JsonObjectLiteralModel jsonObject
         0: .line 249
            aload 0 /* this */
            ldc "new io.vertx.core.json.JsonObject()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 250
            aload 1 /* jsonObject */
            invokevirtual io.vertx.codetrans.expression.JsonObjectLiteralModel.getMembers:()Ljava/lang/Iterable;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$5(Lio/vertx/codetrans/expression/Member;)V (7)
                  (Lio/vertx/codetrans/expression/Member;)V
            invokeinterface java.lang.Iterable.forEach:(Ljava/util/function/Consumer;)V
         2: .line 257
            return
        end local 1 // io.vertx.codetrans.expression.JsonObjectLiteralModel jsonObject
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  jsonObject  Lio/vertx/codetrans/expression/JsonObjectLiteralModel;
    MethodParameters:
            Name  Flags
      jsonObject  

  private void renderMembers(io.vertx.codetrans.expression.Member);
    descriptor: (Lio/vertx/codetrans/expression/Member;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.Member m
         0: .line 260
            aload 1 /* m */
            instanceof io.vertx.codetrans.expression.Member$Single
            ifeq 3
         1: .line 261
            aload 1 /* m */
            checkcast io.vertx.codetrans.expression.Member$Single
            invokevirtual io.vertx.codetrans.expression.Member$Single.getValue:()Lio/vertx/codetrans/expression/ExpressionModel;
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         2: .line 262
            goto 8
      StackMap locals:
      StackMap stack:
         3: aload 1 /* m */
            instanceof io.vertx.codetrans.expression.Member$Sequence
            ifeq 6
         4: .line 263
            aload 1 /* m */
            checkcast io.vertx.codetrans.expression.Member$Sequence
            invokevirtual io.vertx.codetrans.expression.Member$Sequence.getValues:()Ljava/util/List;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$6(Lio/vertx/codetrans/expression/ExpressionModel;)V (7)
                  (Lio/vertx/codetrans/expression/ExpressionModel;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
         5: .line 264
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 1 /* m */
            instanceof io.vertx.codetrans.expression.Member$Entries
            ifeq 8
         7: .line 265
            aload 1 /* m */
            checkcast io.vertx.codetrans.expression.Member$Entries
            invokevirtual io.vertx.codetrans.expression.Member$Entries.entries:()Ljava/lang/Iterable;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$7(Lio/vertx/codetrans/expression/Member;)V (7)
                  (Lio/vertx/codetrans/expression/Member;)V
            invokeinterface java.lang.Iterable.forEach:(Ljava/util/function/Consumer;)V
         8: .line 267
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.codetrans.expression.Member m
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    9     1     m  Lio/vertx/codetrans/expression/Member;
    MethodParameters:
      Name  Flags
      m     

  public void renderTryCatch(io.vertx.codetrans.statement.StatementModel, io.vertx.codetrans.statement.StatementModel);
    descriptor: (Lio/vertx/codetrans/statement/StatementModel;Lio/vertx/codetrans/statement/StatementModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.statement.StatementModel tryBlock
        start local 2 // io.vertx.codetrans.statement.StatementModel catchBlock
         0: .line 271
            aload 0 /* this */
            ldc "try {\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 272
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.indent:()Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 273
            aload 1 /* tryBlock */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.statement.StatementModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 274
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.unindent:()Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 275
            aload 0 /* this */
            ldc "} catch {\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         5: .line 276
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.indent:()Lio/vertx/codetrans/CodeWriter;
            pop
         6: .line 277
            aload 0 /* this */
            ldc "case e:Exception => "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         7: .line 278
            aload 2 /* catchBlock */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.statement.StatementModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         8: .line 279
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.unindent:()Lio/vertx/codetrans/CodeWriter;
            pop
         9: .line 280
            aload 0 /* this */
            ldc "}\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
        10: .line 281
            return
        end local 2 // io.vertx.codetrans.statement.StatementModel catchBlock
        end local 1 // io.vertx.codetrans.statement.StatementModel tryBlock
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0   11     1    tryBlock  Lio/vertx/codetrans/statement/StatementModel;
            0   11     2  catchBlock  Lio/vertx/codetrans/statement/StatementModel;
    MethodParameters:
            Name  Flags
      tryBlock    
      catchBlock  

  public void renderJsonObjectToString(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 285
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 286
            aload 0 /* this */
            ldc ".encode()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 287
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderJsonArrayAdd(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // io.vertx.codetrans.expression.ExpressionModel value
         0: .line 292
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 293
            aload 2 /* value */
            instanceof io.vertx.codetrans.expression.NullLiteralModel
            ifeq 4
         2: .line 294
            aload 0 /* this */
            ldc ".addNull()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 295
            goto 7
         4: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ".add("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         5: .line 297
            aload 2 /* value */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         6: .line 298
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         7: .line 300
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.codetrans.expression.ExpressionModel value
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    8     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    8     2       value  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  
      value       

  public void renderJsonArrayToString(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 304
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 305
            aload 0 /* this */
            ldc ".encodePrettily()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 306
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderJsonArrayGet(io.vertx.codetrans.expression.ExpressionModel, java.lang.Class<?>, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/Class;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // java.lang.Class type
        start local 3 // io.vertx.codetrans.expression.ExpressionModel index
         0: .line 310
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 311
            aload 0 /* this */
            ldc ".getValue("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 312
            aload 3 /* index */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 313
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 314
            return
        end local 3 // io.vertx.codetrans.expression.ExpressionModel index
        end local 2 // java.lang.Class type
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    5     2        type  Ljava/lang/Class<*>;
            0    5     3       index  Lio/vertx/codetrans/expression/ExpressionModel;
    Signature: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/Class<*>;Lio/vertx/codetrans/expression/ExpressionModel;)V
    MethodParameters:
            Name  Flags
      expression  
      type        
      index       

  public void renderJsonArray(io.vertx.codetrans.expression.JsonArrayLiteralModel);
    descriptor: (Lio/vertx/codetrans/expression/JsonArrayLiteralModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.JsonArrayLiteralModel jsonArray
         0: .line 318
            aload 0 /* this */
            ldc "new io.vertx.core.json.JsonArray()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 319
            aload 1 /* jsonArray */
            invokevirtual io.vertx.codetrans.expression.JsonArrayLiteralModel.getValues:()Ljava/util/List;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$8(Lio/vertx/codetrans/expression/ExpressionModel;)V (7)
                  (Lio/vertx/codetrans/expression/ExpressionModel;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
         2: .line 324
            return
        end local 1 // io.vertx.codetrans.expression.JsonArrayLiteralModel jsonArray
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  jsonArray  Lio/vertx/codetrans/expression/JsonArrayLiteralModel;
    MethodParameters:
           Name  Flags
      jsonArray  

  public void renderDataObject(io.vertx.codetrans.expression.DataObjectLiteralModel);
    descriptor: (Lio/vertx/codetrans/expression/DataObjectLiteralModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.DataObjectLiteralModel model
         0: .line 328
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* model */
            invokevirtual io.vertx.codetrans.expression.DataObjectLiteralModel.getType:()Lio/vertx/codegen/type/ClassTypeInfo;
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "()"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 329
            aload 1 /* model */
            invokevirtual io.vertx.codetrans.expression.DataObjectLiteralModel.getMembers:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 2 /* dataModelHasMembers */
        start local 2 // boolean dataModelHasMembers
         2: .line 330
            iload 2 /* dataModelHasMembers */
            ifeq 5
         3: .line 331
            aload 0 /* this */
            ldc "\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 332
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.indent:()Lio/vertx/codetrans/CodeWriter;
            pop
         5: .line 334
      StackMap locals: int
      StackMap stack:
            aload 1 /* model */
            invokevirtual io.vertx.codetrans.expression.DataObjectLiteralModel.getMembers:()Ljava/lang/Iterable;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$9(Lio/vertx/codetrans/expression/Member;)V (7)
                  (Lio/vertx/codetrans/expression/Member;)V
            invokeinterface java.lang.Iterable.forEach:(Ljava/util/function/Consumer;)V
         6: .line 349
            iload 2 /* dataModelHasMembers */
            ifeq 8
         7: .line 350
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.unindent:()Lio/vertx/codetrans/CodeWriter;
            pop
         8: .line 352
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean dataModelHasMembers
        end local 1 // io.vertx.codetrans.expression.DataObjectLiteralModel model
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    9     1                model  Lio/vertx/codetrans/expression/DataObjectLiteralModel;
            2    9     2  dataModelHasMembers  Z
    MethodParameters:
       Name  Flags
      model  

  public void renderDataObjectToJson(io.vertx.codetrans.expression.IdentifierModel);
    descriptor: (Lio/vertx/codetrans/expression/IdentifierModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.IdentifierModel model
         0: .line 356
            aload 1 /* model */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.IdentifierModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 357
            aload 0 /* this */
            ldc ".toJson()"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 358
            return
        end local 1 // io.vertx.codetrans.expression.IdentifierModel model
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  model  Lio/vertx/codetrans/expression/IdentifierModel;
    MethodParameters:
       Name  Flags
      model  

  public void renderListAdd(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel list
        start local 2 // io.vertx.codetrans.expression.ExpressionModel value
         0: .line 362
            aload 1 /* list */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 363
            aload 0 /* this */
            ldc " :::= List("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 364
            aload 2 /* value */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 365
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 366
            return
        end local 2 // io.vertx.codetrans.expression.ExpressionModel value
        end local 1 // io.vertx.codetrans.expression.ExpressionModel list
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1   list  Lio/vertx/codetrans/expression/ExpressionModel;
            0    5     2  value  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
       Name  Flags
      list   
      value  

  public void renderStatement(io.vertx.codetrans.statement.StatementModel);
    descriptor: (Lio/vertx/codetrans/statement/StatementModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.statement.StatementModel statement
         0: .line 370
            aload 1 /* statement */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.statement.StatementModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 371
            aload 0 /* this */
            ldc "\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 372
            return
        end local 1 // io.vertx.codetrans.statement.StatementModel statement
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  statement  Lio/vertx/codetrans/statement/StatementModel;
    MethodParameters:
           Name  Flags
      statement  

  public void renderThis();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
         0: .line 376
            aload 0 /* this */
            ldc "this"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 377
            return
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;

  public void renderDataObjectAssign(io.vertx.codetrans.expression.ExpressionModel, java.lang.String, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // java.lang.String name
        start local 3 // io.vertx.codetrans.expression.ExpressionModel value
         0: .line 381
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 382
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc ".set"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            aload 2 /* name */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.capitalize:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 383
            aload 3 /* value */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 384
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 385
            return
        end local 3 // io.vertx.codetrans.expression.ExpressionModel value
        end local 2 // java.lang.String name
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    5     2        name  Ljava/lang/String;
            0    5     3       value  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  
      name        
      value       

  public void renderInstanceOf(io.vertx.codetrans.expression.ExpressionModel, javax.lang.model.element.TypeElement);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Ljavax/lang/model/element/TypeElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // javax.lang.model.element.TypeElement type
         0: .line 389
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 390
            aload 0 /* this */
            ldc ".isInstanceOf["
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 391
            aload 0 /* this */
            aload 2 /* type */
            invokeinterface javax.lang.model.element.TypeElement.getQualifiedName:()Ljavax/lang/model/element/Name;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 392
            aload 0 /* this */
            ldc "]"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 393
            return
        end local 2 // javax.lang.model.element.TypeElement type
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    5     2        type  Ljavax/lang/model/element/TypeElement;
    MethodParameters:
            Name  Flags
      expression  
      type        

  public void renderPrefixDecrement(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 397
            aload 0 /* this */
            aload 1 /* expression */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.renderPostfixDecrement:(Lio/vertx/codetrans/expression/ExpressionModel;)V
         1: .line 398
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderPrefixIncrement(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // io.vertx.codetrans.CodeWriter writer
         0: .line 402
            aload 0 /* this */
            aload 1 /* expression */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.renderPostfixIncrement:(Lio/vertx/codetrans/expression/ExpressionModel;)V
         1: .line 403
            return
        end local 2 // io.vertx.codetrans.CodeWriter writer
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    2     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    2     2      writer  Lio/vertx/codetrans/CodeWriter;
    MethodParameters:
            Name  Flags
      expression  
      writer      

  public void renderPostfixIncrement(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 407
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 408
            aload 0 /* this */
            ldc " += 1"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 409
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderPostfixDecrement(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 413
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 414
            aload 0 /* this */
            ldc " -= 1"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 415
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     1  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      expression  

  public void renderMethodInvocation(io.vertx.codetrans.expression.ExpressionModel, io.vertx.codegen.type.TypeInfo, io.vertx.codetrans.MethodSignature, io.vertx.codegen.type.TypeInfo, java.util.List<io.vertx.codetrans.TypeArg>, java.util.List<io.vertx.codetrans.expression.ExpressionModel>, java.util.List<io.vertx.codegen.type.TypeInfo>);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=8
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 2 // io.vertx.codegen.type.TypeInfo receiverType
        start local 3 // io.vertx.codetrans.MethodSignature method
        start local 4 // io.vertx.codegen.type.TypeInfo returnType
        start local 5 // java.util.List typeArguments
        start local 6 // java.util.List argumentModels
        start local 7 // java.util.List argumentTypes
         0: .line 419
            aload 3 /* method */
            invokevirtual io.vertx.codetrans.MethodSignature.getName:()Ljava/lang/String;
            ldc "onComplete"
            if_acmpne 1
            ldc ""
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "("
      StackMap locals:
      StackMap stack: java.lang.String
         2: astore 8 /* lbracket */
        start local 8 // java.lang.String lbracket
         3: .line 420
            aload 3 /* method */
            invokevirtual io.vertx.codetrans.MethodSignature.getName:()Ljava/lang/String;
            ldc "onComplete"
            if_acmpne 4
            ldc ""
            goto 5
      StackMap locals: java.lang.String
      StackMap stack:
         4: ldc ")"
      StackMap locals:
      StackMap stack: java.lang.String
         5: astore 9 /* rbracket */
        start local 9 // java.lang.String rbracket
         6: .line 421
            aload 3 /* method */
            invokevirtual io.vertx.codetrans.MethodSignature.getName:()Ljava/lang/String;
            ldc "onComplete"
            if_acmpeq 8
         7: .line 422
            aload 1 /* expression */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         8: .line 423
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            bipush 46
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(C)Lio/vertx/codetrans/CodeWriter;
            pop
         9: .line 424
            aload 0 /* this */
            aload 3 /* method */
            invokevirtual io.vertx.codetrans.MethodSignature.getName:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
        10: .line 425
            aload 0 /* this */
            aload 8 /* lbracket */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
        11: .line 427
            iconst_0
            aload 6 /* argumentModels */
            invokeinterface java.util.List.size:()I
            invokestatic java.util.stream.IntStream.range:(II)Ljava/util/stream/IntStream;
            aload 0 /* this */
            aload 6 /* argumentModels */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;Ljava/util/List;)Ljava/util/function/IntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$11(Ljava/util/List;I)V (7)
                  (I)V
            invokeinterface java.util.stream.IntStream.forEach:(Ljava/util/function/IntConsumer;)V
        12: .line 432
            aload 0 /* this */
            aload 9 /* rbracket */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
        13: .line 433
            return
        end local 9 // java.lang.String rbracket
        end local 8 // java.lang.String lbracket
        end local 7 // java.util.List argumentTypes
        end local 6 // java.util.List argumentModels
        end local 5 // java.util.List typeArguments
        end local 4 // io.vertx.codegen.type.TypeInfo returnType
        end local 3 // io.vertx.codetrans.MethodSignature method
        end local 2 // io.vertx.codegen.type.TypeInfo receiverType
        end local 1 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0   14     1      expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0   14     2    receiverType  Lio/vertx/codegen/type/TypeInfo;
            0   14     3          method  Lio/vertx/codetrans/MethodSignature;
            0   14     4      returnType  Lio/vertx/codegen/type/TypeInfo;
            0   14     5   typeArguments  Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;
            0   14     6  argumentModels  Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;
            0   14     7   argumentTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
            3   14     8        lbracket  Ljava/lang/String;
            6   14     9        rbracket  Ljava/lang/String;
    Signature: (Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;)V
    MethodParameters:
                Name  Flags
      expression      
      receiverType    
      method          
      returnType      
      typeArguments   
      argumentModels  
      argumentTypes   

  private static boolean lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object a
         0: .line 35
            aload 0 /* a */
            instanceof io.vertx.codetrans.expression.ExpressionModel
            ireturn
        end local 0 // java.lang.Object a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  Ljava/lang/Object;

  private void lambda$1(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // java.lang.Object part
         0: .line 39
            aload 1 /* part */
            instanceof io.vertx.codetrans.expression.ExpressionModel
            ifeq 5
         1: .line 40
            aload 0 /* this */
            ldc "${"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 41
            aload 1 /* part */
            checkcast io.vertx.codetrans.expression.ExpressionModel
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 42
            aload 0 /* this */
            ldc "}"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 43
            goto 6
         5: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* part */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.renderChars:(Ljava/lang/String;)V
         6: .line 46
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object part
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    7     1  part  Ljava/lang/Object;

  private void lambda$2(java.util.List, int);
    descriptor: (Ljava/util/List;I)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 2 // int i
         0: .line 57
            iload 2 /* i */
            ifle 1
            aload 0 /* this */
            ldc ", "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 58
      StackMap locals:
      StackMap stack:
            aload 1
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.ExpressionModel
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         2: .line 59
            return
        end local 2 // int i
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     2     i  I

  private void lambda$3(java.util.List, int);
    descriptor: (Ljava/util/List;I)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 2 // int i
         0: .line 122
            iload 2 /* i */
            ifle 1
            aload 0 /* this */
            ldc ", "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 123
      StackMap locals:
      StackMap stack:
            aload 1
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.ExpressionModel
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         2: .line 124
            return
        end local 2 // int i
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     2     i  I

  private void lambda$4(java.util.List, java.util.List, int);
    descriptor: (Ljava/util/List;Ljava/util/List;I)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 3 // int i
         0: .line 185
            iload 3 /* i */
            ifle 1
            aload 0 /* this */
            ldc ", "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 187
            aload 0 /* this */
            ldc ": "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 188
            aload 0 /* this */
            aload 2
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeInfo
            ldc "scala"
            invokevirtual io.vertx.codegen.type.TypeInfo.translateName:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 189
            return
        end local 3 // int i
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    5     3     i  I

  private void lambda$5(io.vertx.codetrans.expression.Member);
    descriptor: (Lio/vertx/codetrans/expression/Member;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.Member m
         0: .line 251
            aload 0 /* this */
            ldc ".put(\""
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 252
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual io.vertx.codetrans.expression.Member.getName:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 253
            aload 0 /* this */
            ldc "\", "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 254
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.renderMembers:(Lio/vertx/codetrans/expression/Member;)V
         4: .line 255
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         5: .line 256
            return
        end local 1 // io.vertx.codetrans.expression.Member m
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    6     1     m  Lio/vertx/codetrans/expression/Member;

  private void lambda$6(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel v
         0: .line 263
            aload 1 /* v */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel v
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    1     1     v  Lio/vertx/codetrans/expression/ExpressionModel;

  private void lambda$7(io.vertx.codetrans.expression.Member);
    descriptor: (Lio/vertx/codetrans/expression/Member;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.Member e
         0: .line 265
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.renderMembers:(Lio/vertx/codetrans/expression/Member;)V
            return
        end local 1 // io.vertx.codetrans.expression.Member e
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    1     1     e  Lio/vertx/codetrans/expression/Member;

  private void lambda$8(io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.ExpressionModel v
         0: .line 320
            aload 0 /* this */
            ldc ".add("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 321
            aload 1 /* v */
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         2: .line 322
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         3: .line 323
            return
        end local 1 // io.vertx.codetrans.expression.ExpressionModel v
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    4     1     v  Lio/vertx/codetrans/expression/ExpressionModel;

  private void lambda$9(io.vertx.codetrans.expression.Member);
    descriptor: (Lio/vertx/codetrans/expression/Member;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 1 // io.vertx.codetrans.expression.Member member
         0: .line 335
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc ".set"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual io.vertx.codetrans.expression.Member.getName:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.capitalize:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 336
            aload 1 /* member */
            instanceof io.vertx.codetrans.expression.Member$Single
            ifeq 2
            aload 1 /* member */
            checkcast io.vertx.codetrans.expression.Member$Single
            invokevirtual io.vertx.codetrans.expression.Member$Single.getValue:()Lio/vertx/codetrans/expression/ExpressionModel;
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
            goto 8
         2: .line 337
      StackMap locals:
      StackMap stack:
            aload 1 /* member */
            instanceof io.vertx.codetrans.expression.Member$Sequence
            ifeq 7
         3: .line 338
            aload 0 /* this */
            ldc "Set("
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         4: .line 339
            iconst_0
            aload 1 /* member */
            checkcast io.vertx.codetrans.expression.Member$Sequence
            invokevirtual io.vertx.codetrans.expression.Member$Sequence.getValues:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokestatic java.util.stream.IntStream.range:(II)Ljava/util/stream/IntStream;
            aload 0 /* this */
            aload 1 /* member */
            invokedynamic accept(Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;Lio/vertx/codetrans/expression/Member;)Ljava/util/function/IntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  io/vertx/codetrans/lang/scala/ScalaCodeWriter.lambda$10(Lio/vertx/codetrans/expression/Member;I)V (7)
                  (I)V
            invokeinterface java.util.stream.IntStream.forEach:(Ljava/util/function/IntConsumer;)V
         5: .line 344
            aload 0 /* this */
            ldc ")"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         6: .line 345
            goto 8
         7: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* member */
            instanceof io.vertx.codetrans.expression.Member$Entries
            ifeq 8
            aload 0 /* this */
            ldc "todo-renderDataObject-entries"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         8: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ")\n"
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         9: .line 348
            return
        end local 1 // io.vertx.codetrans.expression.Member member
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0   10     1  member  Lio/vertx/codetrans/expression/Member;

  private void lambda$11(java.util.List, int);
    descriptor: (Ljava/util/List;I)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 2 // int i
         0: .line 428
            iload 2 /* i */
            ifle 1
            aload 0 /* this */
            ldc ", "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         1: .line 429
      StackMap locals:
      StackMap stack:
            aload 1
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.ExpressionModel
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         2: .line 430
            return
        end local 2 // int i
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    3     2     i  I

  private void lambda$10(io.vertx.codetrans.expression.Member, int);
    descriptor: (Lio/vertx/codetrans/expression/Member;I)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
        start local 2 // int i
         0: .line 340
            iload 2 /* i */
            ifle 2
         1: .line 341
            aload 0 /* this */
            ldc ", "
            invokevirtual io.vertx.codetrans.lang.scala.ScalaCodeWriter.append:(Ljava/lang/CharSequence;)Lio/vertx/codetrans/CodeWriter;
            pop
         2: .line 342
      StackMap locals:
      StackMap stack:
            aload 1
            checkcast io.vertx.codetrans.expression.Member$Sequence
            invokevirtual io.vertx.codetrans.expression.Member$Sequence.getValues:()Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.ExpressionModel
            aload 0 /* this */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         3: .line 343
            return
        end local 2 // int i
        end local 0 // io.vertx.codetrans.lang.scala.ScalaCodeWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/codetrans/lang/scala/ScalaCodeWriter;
            0    4     2     i  I
}
SourceFile: "ScalaCodeWriter.java"
InnerClasses:
  public final BodyKind = com.sun.source.tree.LambdaExpressionTree$BodyKind of com.sun.source.tree.LambdaExpressionTree
  public Entries = io.vertx.codetrans.expression.Member$Entries of io.vertx.codetrans.expression.Member
  public Sequence = io.vertx.codetrans.expression.Member$Sequence of io.vertx.codetrans.expression.Member
  public Single = io.vertx.codetrans.expression.Member$Single of io.vertx.codetrans.expression.Member
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles