public class io.vertx.codetrans.expression.ApiTypeModel extends io.vertx.codetrans.expression.ClassModel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codetrans.expression.ApiTypeModel
  super_class: io.vertx.codetrans.expression.ClassModel
{
  private final io.vertx.codegen.type.ApiTypeInfo type;
    descriptor: Lio/vertx/codegen/type/ApiTypeInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.codetrans.CodeBuilder, io.vertx.codegen.type.ApiTypeInfo);
    descriptor: (Lio/vertx/codetrans/CodeBuilder;Lio/vertx/codegen/type/ApiTypeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.expression.ApiTypeModel this
        start local 1 // io.vertx.codetrans.CodeBuilder builder
        start local 2 // io.vertx.codegen.type.ApiTypeInfo type
         0: .line 15
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial io.vertx.codetrans.expression.ClassModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
         1: .line 16
            aload 0 /* this */
            aload 2 /* type */
            putfield io.vertx.codetrans.expression.ApiTypeModel.type:Lio/vertx/codegen/type/ApiTypeInfo;
         2: .line 17
            return
        end local 2 // io.vertx.codegen.type.ApiTypeInfo type
        end local 1 // io.vertx.codetrans.CodeBuilder builder
        end local 0 // io.vertx.codetrans.expression.ApiTypeModel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/codetrans/expression/ApiTypeModel;
            0    3     1  builder  Lio/vertx/codetrans/CodeBuilder;
            0    3     2     type  Lio/vertx/codegen/type/ApiTypeInfo;
    MethodParameters:
         Name  Flags
      builder  
      type     

  public io.vertx.codegen.type.ApiTypeInfo getType();
    descriptor: ()Lio/vertx/codegen/type/ApiTypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.expression.ApiTypeModel this
         0: .line 20
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.ApiTypeModel.type:Lio/vertx/codegen/type/ApiTypeInfo;
            areturn
        end local 0 // io.vertx.codetrans.expression.ApiTypeModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/expression/ApiTypeModel;

  public void render(io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.expression.ApiTypeModel this
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 25
            aload 1 /* writer */
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.ApiTypeModel.type:Lio/vertx/codegen/type/ApiTypeInfo;
            invokevirtual io.vertx.codetrans.CodeWriter.renderApiType:(Lio/vertx/codegen/type/ApiTypeInfo;)V
         1: .line 26
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.ApiTypeModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/codetrans/expression/ApiTypeModel;
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;
    MethodParameters:
        Name  Flags
      writer  
}
SourceFile: "ApiTypeModel.java"