public class io.vertx.codegen.ModuleModel implements io.vertx.codegen.Model
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.ModuleModel
  super_class: java.lang.Object
{
  private final javax.lang.model.element.PackageElement element;
    descriptor: Ljavax/lang/model/element/PackageElement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.codegen.ModuleInfo info;
    descriptor: Lio/vertx/codegen/ModuleInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<io.vertx.codegen.type.AnnotationValueInfo> annotationValueInfos;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/codegen/type/AnnotationValueInfo;>;

  public void <init>(javax.lang.model.element.PackageElement, io.vertx.codegen.ModuleInfo, java.util.List<io.vertx.codegen.type.AnnotationValueInfo>);
    descriptor: (Ljavax/lang/model/element/PackageElement;Lio/vertx/codegen/ModuleInfo;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.codegen.ModuleModel this
        start local 1 // javax.lang.model.element.PackageElement element
        start local 2 // io.vertx.codegen.ModuleInfo info
        start local 3 // java.util.List annotationValueInfos
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* element */
            putfield io.vertx.codegen.ModuleModel.element:Ljavax/lang/model/element/PackageElement;
         2: .line 22
            aload 0 /* this */
            aload 2 /* info */
            putfield io.vertx.codegen.ModuleModel.info:Lio/vertx/codegen/ModuleInfo;
         3: .line 23
            aload 0 /* this */
            aload 3 /* annotationValueInfos */
            ifnull 4
            aload 3 /* annotationValueInfos */
            goto 5
      StackMap locals: io.vertx.codegen.ModuleModel javax.lang.model.element.PackageElement io.vertx.codegen.ModuleInfo java.util.List
      StackMap stack: io.vertx.codegen.ModuleModel
         4: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals: io.vertx.codegen.ModuleModel javax.lang.model.element.PackageElement io.vertx.codegen.ModuleInfo java.util.List
      StackMap stack: io.vertx.codegen.ModuleModel java.util.List
         5: putfield io.vertx.codegen.ModuleModel.annotationValueInfos:Ljava/util/List;
         6: .line 24
            return
        end local 3 // java.util.List annotationValueInfos
        end local 2 // io.vertx.codegen.ModuleInfo info
        end local 1 // javax.lang.model.element.PackageElement element
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lio/vertx/codegen/ModuleModel;
            0    7     1               element  Ljavax/lang/model/element/PackageElement;
            0    7     2                  info  Lio/vertx/codegen/ModuleInfo;
            0    7     3  annotationValueInfos  Ljava/util/List<Lio/vertx/codegen/type/AnnotationValueInfo;>;
    Signature: (Ljavax/lang/model/element/PackageElement;Lio/vertx/codegen/ModuleInfo;Ljava/util/List<Lio/vertx/codegen/type/AnnotationValueInfo;>;)V
    MethodParameters:
                      Name  Flags
      element               
      info                  
      annotationValueInfos  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 27
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.info:Lio/vertx/codegen/ModuleInfo;
            invokevirtual io.vertx.codegen.ModuleInfo.getName:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;

  public java.lang.String translateFqn(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.ModuleModel this
        start local 1 // java.lang.String name
         0: .line 31
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.info:Lio/vertx/codegen/ModuleInfo;
            aload 1 /* name */
            invokevirtual io.vertx.codegen.ModuleInfo.translatePackageName:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean process();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 36
            iconst_0
            ireturn
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;

  public java.lang.String getKind();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 41
            ldc "module"
            areturn
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;

  public javax.lang.model.element.Element getElement();
    descriptor: ()Ljavax/lang/model/element/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 46
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.element:Ljavax/lang/model/element/PackageElement;
            areturn
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;

  public java.lang.String getFqn();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 51
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.info:Lio/vertx/codegen/ModuleInfo;
            invokevirtual io.vertx.codegen.ModuleInfo.getPackageName:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;

  public java.util.List<io.vertx.codegen.type.AnnotationValueInfo> getAnnotations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.annotationValueInfos:Ljava/util/List;
            areturn
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;
    Signature: ()Ljava/util/List<Lio/vertx/codegen/type/AnnotationValueInfo;>;

  public java.util.Map<java.lang.String, java.lang.Object> getVars();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 60
            aload 0 /* this */
            invokespecial io.vertx.codegen.Model.getVars:()Ljava/util/Map;
            astore 1 /* vars */
        start local 1 // java.util.Map vars
         1: .line 61
            aload 1 /* vars */
            ldc "fqn"
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.info:Lio/vertx/codegen/ModuleInfo;
            invokevirtual io.vertx.codegen.ModuleInfo.getPackageName:()Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 62
            aload 1 /* vars */
            ldc "name"
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.info:Lio/vertx/codegen/ModuleInfo;
            invokevirtual io.vertx.codegen.ModuleInfo.getName:()Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 63
            aload 1 /* vars */
            ldc "module"
            aload 0 /* this */
            invokevirtual io.vertx.codegen.ModuleModel.getModule:()Lio/vertx/codegen/ModuleInfo;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 64
            aload 1 /* vars */
            ldc "annotations"
            aload 0 /* this */
            invokevirtual io.vertx.codegen.ModuleModel.getAnnotations:()Ljava/util/List;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 65
            aload 1 /* vars */
            areturn
        end local 1 // java.util.Map vars
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/codegen/ModuleModel;
            1    6     1  vars  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public io.vertx.codegen.ModuleInfo getModule();
    descriptor: ()Lio/vertx/codegen/ModuleInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ModuleModel this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.codegen.ModuleModel.info:Lio/vertx/codegen/ModuleInfo;
            areturn
        end local 0 // io.vertx.codegen.ModuleModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ModuleModel;
}
SourceFile: "ModuleModel.java"