public class io.vertx.codegen.type.ApiTypeInfo extends io.vertx.codegen.type.ClassTypeInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.type.ApiTypeInfo
  super_class: io.vertx.codegen.type.ClassTypeInfo
{
  final boolean proxyGen;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean concrete;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final io.vertx.codegen.type.TypeInfo handlerArg;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0010) ACC_FINAL

  public void <init>(java.lang.String, boolean, java.util.List<io.vertx.codegen.TypeParamInfo$Class>, io.vertx.codegen.type.TypeInfo, io.vertx.codegen.ModuleInfo, boolean, boolean, io.vertx.codegen.type.DataObjectInfo);
    descriptor: (Ljava/lang/String;ZLjava/util/List;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codegen/ModuleInfo;ZZLio/vertx/codegen/type/DataObjectInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=9
        start local 0 // io.vertx.codegen.type.ApiTypeInfo this
        start local 1 // java.lang.String fqcn
        start local 2 // boolean concrete
        start local 3 // java.util.List params
        start local 4 // io.vertx.codegen.type.TypeInfo handlerArg
        start local 5 // io.vertx.codegen.ModuleInfo module
        start local 6 // boolean nullable
        start local 7 // boolean proxyGen
        start local 8 // io.vertx.codegen.type.DataObjectInfo dataObject
         0: .line 26
            aload 0 /* this */
            getstatic io.vertx.codegen.type.ClassKind.API:Lio/vertx/codegen/type/ClassKind;
            aload 1 /* fqcn */
            aload 5 /* module */
            iload 6 /* nullable */
            aload 3 /* params */
            aload 8 /* dataObject */
            invokespecial io.vertx.codegen.type.ClassTypeInfo.<init>:(Lio/vertx/codegen/type/ClassKind;Ljava/lang/String;Lio/vertx/codegen/ModuleInfo;ZLjava/util/List;Lio/vertx/codegen/type/DataObjectInfo;)V
         1: .line 27
            aload 0 /* this */
            iload 2 /* concrete */
            putfield io.vertx.codegen.type.ApiTypeInfo.concrete:Z
         2: .line 28
            aload 0 /* this */
            iload 7 /* proxyGen */
            putfield io.vertx.codegen.type.ApiTypeInfo.proxyGen:Z
         3: .line 29
            aload 0 /* this */
            aload 4 /* handlerArg */
            putfield io.vertx.codegen.type.ApiTypeInfo.handlerArg:Lio/vertx/codegen/type/TypeInfo;
         4: .line 30
            return
        end local 8 // io.vertx.codegen.type.DataObjectInfo dataObject
        end local 7 // boolean proxyGen
        end local 6 // boolean nullable
        end local 5 // io.vertx.codegen.ModuleInfo module
        end local 4 // io.vertx.codegen.type.TypeInfo handlerArg
        end local 3 // java.util.List params
        end local 2 // boolean concrete
        end local 1 // java.lang.String fqcn
        end local 0 // io.vertx.codegen.type.ApiTypeInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/codegen/type/ApiTypeInfo;
            0    5     1        fqcn  Ljava/lang/String;
            0    5     2    concrete  Z
            0    5     3      params  Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Class;>;
            0    5     4  handlerArg  Lio/vertx/codegen/type/TypeInfo;
            0    5     5      module  Lio/vertx/codegen/ModuleInfo;
            0    5     6    nullable  Z
            0    5     7    proxyGen  Z
            0    5     8  dataObject  Lio/vertx/codegen/type/DataObjectInfo;
    Signature: (Ljava/lang/String;ZLjava/util/List<Lio/vertx/codegen/TypeParamInfo$Class;>;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codegen/ModuleInfo;ZZLio/vertx/codegen/type/DataObjectInfo;)V
    MethodParameters:
            Name  Flags
      fqcn        
      concrete    
      params      
      handlerArg  
      module      
      nullable    
      proxyGen    
      dataObject  

  public boolean isProxyGen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ApiTypeInfo this
         0: .line 33
            aload 0 /* this */
            getfield io.vertx.codegen.type.ApiTypeInfo.proxyGen:Z
            ireturn
        end local 0 // io.vertx.codegen.type.ApiTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/ApiTypeInfo;

  public boolean isConcrete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ApiTypeInfo this
         0: .line 37
            aload 0 /* this */
            getfield io.vertx.codegen.type.ApiTypeInfo.concrete:Z
            ireturn
        end local 0 // io.vertx.codegen.type.ApiTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/ApiTypeInfo;

  public boolean isAbstract();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ApiTypeInfo this
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.codegen.type.ApiTypeInfo.concrete:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.vertx.codegen.type.ApiTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/codegen/type/ApiTypeInfo;

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

  public boolean isHandler();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ApiTypeInfo this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.codegen.type.ApiTypeInfo.handlerArg:Lio/vertx/codegen/type/TypeInfo;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.type.ApiTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/type/ApiTypeInfo;
}
SourceFile: "ApiTypeInfo.java"
InnerClasses:
  public Class = io.vertx.codegen.TypeParamInfo$Class of io.vertx.codegen.TypeParamInfo