public class io.vertx.codegen.type.TypeVariableInfo 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.TypeVariableInfo
  super_class: io.vertx.codegen.type.TypeInfo
{
  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

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

  final io.vertx.codegen.TypeParamInfo param;
    descriptor: Lio/vertx/codegen/TypeParamInfo;
    flags: (0x0010) ACC_FINAL

  public void <init>(io.vertx.codegen.TypeParamInfo, boolean, java.lang.String);
    descriptor: (Lio/vertx/codegen/TypeParamInfo;ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.codegen.type.TypeVariableInfo this
        start local 1 // io.vertx.codegen.TypeParamInfo param
        start local 2 // boolean nullable
        start local 3 // java.lang.String name
         0: .line 16
            aload 0 /* this */
            invokespecial io.vertx.codegen.type.TypeInfo.<init>:()V
         1: .line 17
            aload 0 /* this */
            aload 1 /* param */
            putfield io.vertx.codegen.type.TypeVariableInfo.param:Lio/vertx/codegen/TypeParamInfo;
         2: .line 18
            aload 0 /* this */
            iload 2 /* nullable */
            putfield io.vertx.codegen.type.TypeVariableInfo.nullable:Z
         3: .line 19
            aload 0 /* this */
            aload 3 /* name */
            putfield io.vertx.codegen.type.TypeVariableInfo.name:Ljava/lang/String;
         4: .line 20
            return
        end local 3 // java.lang.String name
        end local 2 // boolean nullable
        end local 1 // io.vertx.codegen.TypeParamInfo param
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/codegen/type/TypeVariableInfo;
            0    5     1     param  Lio/vertx/codegen/TypeParamInfo;
            0    5     2  nullable  Z
            0    5     3      name  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      param     
      nullable  
      name      

  public io.vertx.codegen.TypeParamInfo getParam();
    descriptor: ()Lio/vertx/codegen/TypeParamInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeVariableInfo this
         0: .line 23
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeVariableInfo.param:Lio/vertx/codegen/TypeParamInfo;
            areturn
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeVariableInfo;

  public boolean isClassParam();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeVariableInfo this
         0: .line 27
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeVariableInfo.param:Lio/vertx/codegen/TypeParamInfo;
            invokevirtual io.vertx.codegen.TypeParamInfo.isClass:()Z
            ireturn
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeVariableInfo;

  public boolean isMethodParam();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeVariableInfo this
         0: .line 31
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeVariableInfo.param:Lio/vertx/codegen/TypeParamInfo;
            invokevirtual io.vertx.codegen.TypeParamInfo.isMethod:()Z
            ireturn
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeVariableInfo;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.codegen.type.TypeVariableInfo this
        start local 1 // java.lang.Object obj
         0: .line 36
            aload 1 /* obj */
            instanceof io.vertx.codegen.type.TypeVariableInfo
            ifeq 3
         1: .line 37
            aload 1 /* obj */
            checkcast io.vertx.codegen.type.TypeVariableInfo
            astore 2 /* that */
        start local 2 // io.vertx.codegen.type.TypeVariableInfo that
         2: .line 38
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeVariableInfo.param:Lio/vertx/codegen/TypeParamInfo;
            aload 2 /* that */
            getfield io.vertx.codegen.type.TypeVariableInfo.param:Lio/vertx/codegen/TypeParamInfo;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.codegen.type.TypeVariableInfo that
         3: .line 40
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/codegen/type/TypeVariableInfo;
            0    4     1   obj  Ljava/lang/Object;
            2    3     2  that  Lio/vertx/codegen/type/TypeVariableInfo;
    MethodParameters:
      Name  Flags
      obj   

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

  public io.vertx.codegen.type.TypeInfo getErased();
    descriptor: ()Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeVariableInfo this
         0: .line 51
            new io.vertx.codegen.type.ClassTypeInfo
            dup
            getstatic io.vertx.codegen.type.ClassKind.OBJECT:Lio/vertx/codegen/type/ClassKind;
            ldc Ljava/lang/Object;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aconst_null
            iconst_0
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            aconst_null
            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
            areturn
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeVariableInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeVariableInfo this
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeVariableInfo.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeVariableInfo;

  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.TypeVariableInfo this
        start local 1 // boolean qualified
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeVariableInfo.name:Ljava/lang/String;
            areturn
        end local 1 // boolean qualified
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/codegen/type/TypeVariableInfo;
            0    1     1  qualified  Z
    MethodParameters:
           Name  Flags
      qualified  

  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.TypeVariableInfo this
         0: .line 66
            getstatic io.vertx.codegen.type.ClassKind.OBJECT:Lio/vertx/codegen/type/ClassKind;
            areturn
        end local 0 // io.vertx.codegen.type.TypeVariableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeVariableInfo;

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