public class io.vertx.codegen.type.VoidTypeInfo extends io.vertx.codegen.type.TypeInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.type.VoidTypeInfo
  super_class: io.vertx.codegen.type.TypeInfo
{
  public static io.vertx.codegen.type.TypeInfo INSTANCE;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 8
            new io.vertx.codegen.type.VoidTypeInfo$1
            dup
            invokespecial io.vertx.codegen.type.VoidTypeInfo$1.<init>:()V
            putstatic io.vertx.codegen.type.VoidTypeInfo.INSTANCE:Lio/vertx/codegen/type/TypeInfo;
         1: .line 9
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.VoidTypeInfo this
         0: .line 11
            aload 0 /* this */
            invokespecial io.vertx.codegen.type.TypeInfo.<init>:()V
         1: .line 12
            return
        end local 0 // io.vertx.codegen.type.VoidTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/type/VoidTypeInfo;

  public io.vertx.codegen.type.ClassKind getKind();
    descriptor: ()Lio/vertx/codegen/type/ClassKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.VoidTypeInfo this
         0: .line 16
            getstatic io.vertx.codegen.type.ClassKind.VOID:Lio/vertx/codegen/type/ClassKind;
            areturn
        end local 0 // io.vertx.codegen.type.VoidTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/VoidTypeInfo;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.VoidTypeInfo this
        start local 1 // java.lang.Object obj
         0: .line 21
            aload 1 /* obj */
            instanceof io.vertx.codegen.type.VoidTypeInfo
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.codegen.type.VoidTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/VoidTypeInfo;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String format(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.VoidTypeInfo this
        start local 1 // boolean qualified
         0: .line 26
            ldc "void"
            areturn
        end local 1 // boolean qualified
        end local 0 // io.vertx.codegen.type.VoidTypeInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/codegen/type/VoidTypeInfo;
            0    1     1  qualified  Z
    MethodParameters:
           Name  Flags
      qualified  

  public boolean isVoid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.VoidTypeInfo this
         0: .line 31
            iconst_1
            ireturn
        end local 0 // io.vertx.codegen.type.VoidTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/VoidTypeInfo;
}
SourceFile: "VoidTypeInfo.java"
NestMembers:
  io.vertx.codegen.type.VoidTypeInfo$1
InnerClasses:
  io.vertx.codegen.type.VoidTypeInfo$1