public abstract class io.vertx.codegen.Generator<M extends io.vertx.codegen.Model>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.codegen.Generator
  super_class: java.lang.Object
{
  public javax.annotation.processing.ProcessingEnvironment env;
    descriptor: Ljavax/annotation/processing/ProcessingEnvironment;
    flags: (0x0001) ACC_PUBLIC

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

  public java.util.Set<java.lang.String> kinds;
    descriptor: Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  public boolean incremental;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

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

  public java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.Generator this
         0: .line 24
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
        end local 0 // io.vertx.codegen.Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/Generator<TM;>;
    Signature: ()Ljava/util/Collection<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;>;

  public void load(javax.annotation.processing.ProcessingEnvironment);
    descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.Generator this
        start local 1 // javax.annotation.processing.ProcessingEnvironment processingEnv
         0: .line 28
            aload 0 /* this */
            aload 1 /* processingEnv */
            putfield io.vertx.codegen.Generator.env:Ljavax/annotation/processing/ProcessingEnvironment;
         1: .line 29
            return
        end local 1 // javax.annotation.processing.ProcessingEnvironment processingEnv
        end local 0 // io.vertx.codegen.Generator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/codegen/Generator<TM;>;
            0    2     1  processingEnv  Ljavax/annotation/processing/ProcessingEnvironment;
    MethodParameters:
               Name  Flags
      processingEnv  

  public java.lang.String filename(M);
    descriptor: (Lio/vertx/codegen/Model;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.codegen.Generator this
        start local 1 // io.vertx.codegen.Model model
         0: .line 49
            aconst_null
            areturn
        end local 1 // io.vertx.codegen.Model model
        end local 0 // io.vertx.codegen.Generator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/codegen/Generator<TM;>;
            0    1     1  model  TM;
    Signature: (TM;)Ljava/lang/String;
    MethodParameters:
       Name  Flags
      model  

  public java.lang.String render(M, 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=1, locals=5, args_size=5
        start local 0 // io.vertx.codegen.Generator 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 62
            aconst_null
            areturn
        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.Generator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/codegen/Generator<TM;>;
            0    1     1    model  TM;
            0    1     2    index  I
            0    1     3     size  I
            0    1     4  session  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (TM;IILjava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljava/lang/String;
    MethodParameters:
         Name  Flags
      model    
      index    
      size     
      session  
}
Signature: <M::Lio/vertx/codegen/Model;>Ljava/lang/Object;
SourceFile: "Generator.java"