public class io.vertx.codegen.generators.mvel.MvelCodeGenerator extends io.vertx.codegen.Generator<io.vertx.codegen.Model>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.generators.mvel.MvelCodeGenerator
  super_class: io.vertx.codegen.Generator
{
  public java.lang.String filename;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String templateFilename;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  private io.vertx.codegen.generators.mvel.Template template;
    descriptor: Lio/vertx/codegen/generators/mvel/Template;
    flags: (0x0002) ACC_PRIVATE

  private java.io.Serializable filenameExpr;
    descriptor: Ljava/io/Serializable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
         0: .line 23
            aload 0 /* this */
            invokespecial io.vertx.codegen.Generator.<init>:()V
            return
        end local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/generators/mvel/MvelCodeGenerator;

  public void load(javax.annotation.processing.ProcessingEnvironment);
    descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
        start local 1 // javax.annotation.processing.ProcessingEnvironment processingEnv
         0: .line 32
            aload 0 /* this */
            aload 1 /* processingEnv */
            invokespecial io.vertx.codegen.Generator.load:(Ljavax/annotation/processing/ProcessingEnvironment;)V
         1: .line 33
            new io.vertx.codegen.generators.mvel.Template
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.templateFilename:Ljava/lang/String;
            invokespecial io.vertx.codegen.generators.mvel.Template.<init>:(Ljava/lang/String;)V
            astore 2 /* template */
        start local 2 // io.vertx.codegen.generators.mvel.Template template
         2: .line 34
            aload 2 /* template */
            aload 1 /* processingEnv */
            invokeinterface javax.annotation.processing.ProcessingEnvironment.getOptions:()Ljava/util/Map;
            invokevirtual io.vertx.codegen.generators.mvel.Template.setOptions:(Ljava/util/Map;)V
         3: .line 35
            aload 0 /* this */
            aload 2 /* template */
            putfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.template:Lio/vertx/codegen/generators/mvel/Template;
         4: .line 36
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.filename:Ljava/lang/String;
            invokestatic org.mvel2.MVEL.compileExpression:(Ljava/lang/String;)Ljava/io/Serializable;
            putfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.filenameExpr:Ljava/io/Serializable;
         5: .line 37
            return
        end local 2 // io.vertx.codegen.generators.mvel.Template template
        end local 1 // javax.annotation.processing.ProcessingEnvironment processingEnv
        end local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lio/vertx/codegen/generators/mvel/MvelCodeGenerator;
            0    6     1  processingEnv  Ljavax/annotation/processing/ProcessingEnvironment;
            2    6     2       template  Lio/vertx/codegen/generators/mvel/Template;
    MethodParameters:
               Name  Flags
      processingEnv  

  public java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
         0: .line 41
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lio/vertx/codegen/annotations/VertxGen;
            aastore
            dup
            iconst_1
            ldc Lio/vertx/codegen/annotations/DataObject;
            aastore
            dup
            iconst_2
            ldc Lio/vertx/codegen/annotations/ModuleGen;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/generators/mvel/MvelCodeGenerator;
    Signature: ()Ljava/util/Collection<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;>;

  public java.lang.String filename(io.vertx.codegen.Model);
    descriptor: (Lio/vertx/codegen/Model;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
        start local 1 // io.vertx.codegen.Model model
         0: .line 47
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* vars */
        start local 2 // java.util.Map vars
         1: .line 48
            aload 2 /* vars */
            ldc "helper"
            new io.vertx.codegen.Helper
            dup
            invokespecial io.vertx.codegen.Helper.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 49
            aload 2 /* vars */
            ldc "options"
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.env:Ljavax/annotation/processing/ProcessingEnvironment;
            invokeinterface javax.annotation.processing.ProcessingEnvironment.getOptions:()Ljava/util/Map;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 50
            aload 2 /* vars */
            ldc "fileSeparator"
            getstatic java.io.File.separator:Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 51
            aload 2 /* vars */
            ldc "fqn"
            aload 1 /* model */
            invokeinterface io.vertx.codegen.Model.getFqn:()Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 52
            aload 2 /* vars */
            ldc "module"
            aload 1 /* model */
            invokeinterface io.vertx.codegen.Model.getModule:()Lio/vertx/codegen/ModuleInfo;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 53
            aload 2 /* vars */
            ldc "model"
            aload 1 /* model */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 54
            aload 2 /* vars */
            aload 1 /* model */
            invokeinterface io.vertx.codegen.Model.getVars:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         8: .line 55
            aload 2 /* vars */
            invokestatic io.vertx.codegen.type.ClassKind.vars:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         9: .line 56
            aload 2 /* vars */
            invokestatic io.vertx.codegen.MethodKind.vars:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
        10: .line 57
            aload 2 /* vars */
            invokestatic io.vertx.codegen.Case.vars:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
        11: .line 59
            aload 2 /* vars */
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.name:Ljava/lang/String;
            invokestatic io.vertx.codegen.type.TypeNameTranslator.vars:(Ljava/lang/String;)Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
        12: .line 61
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.filenameExpr:Ljava/io/Serializable;
            aload 2 /* vars */
            invokestatic org.mvel2.MVEL.executeExpression:(Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 2 // java.util.Map vars
        end local 1 // io.vertx.codegen.Model model
        end local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lio/vertx/codegen/generators/mvel/MvelCodeGenerator;
            0   13     1  model  Lio/vertx/codegen/Model;
            1   13     2   vars  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      model  

  public java.lang.String render(io.vertx.codegen.Model, int, int, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/codegen/Model;IILjava/util/Map;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
        start local 1 // io.vertx.codegen.Model model
        start local 2 // int index
        start local 3 // int size
        start local 4 // java.util.Map session
         0: .line 66
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* vars */
        start local 5 // java.util.Map vars
         1: .line 67
            aload 5 /* vars */
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.name:Ljava/lang/String;
            invokestatic io.vertx.codegen.type.TypeNameTranslator.vars:(Ljava/lang/String;)Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         2: .line 68
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.incremental:Z
            ifeq 6
         3: .line 69
            aload 5 /* vars */
            ldc "incrementalIndex"
            iload 2 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 70
            aload 5 /* vars */
            ldc "incrementalSize"
            iload 3 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 71
            aload 5 /* vars */
            ldc "session"
            aload 4 /* session */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 73
      StackMap locals: java.util.Map
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.generators.mvel.MvelCodeGenerator.template:Lio/vertx/codegen/generators/mvel/Template;
            aload 1 /* model */
            aload 5 /* vars */
            invokevirtual io.vertx.codegen.generators.mvel.Template.render:(Lio/vertx/codegen/Model;Ljava/util/Map;)Ljava/lang/String;
            areturn
        end local 5 // java.util.Map vars
        end local 4 // java.util.Map session
        end local 3 // int size
        end local 2 // int index
        end local 1 // io.vertx.codegen.Model model
        end local 0 // io.vertx.codegen.generators.mvel.MvelCodeGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/codegen/generators/mvel/MvelCodeGenerator;
            0    7     1    model  Lio/vertx/codegen/Model;
            0    7     2    index  I
            0    7     3     size  I
            0    7     4  session  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            1    7     5     vars  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/codegen/Model;IILjava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljava/lang/String;
    MethodParameters:
         Name  Flags
      model    
      index    
      size     
      session  
}
Signature: Lio/vertx/codegen/Generator<Lio/vertx/codegen/Model;>;
SourceFile: "MvelCodeGenerator.java"