public class io.vertx.codegen.TypeArgExpression
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.TypeArgExpression
  super_class: java.lang.Object
{
  static final int CLASS_TYPE_ARG;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int API_ARG;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final int kind;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final io.vertx.codegen.type.TypeVariableInfo variable;
    descriptor: Lio/vertx/codegen/type/TypeVariableInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, io.vertx.codegen.type.TypeVariableInfo, io.vertx.codegen.ParamInfo, int);
    descriptor: (ILio/vertx/codegen/type/TypeVariableInfo;Lio/vertx/codegen/ParamInfo;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.codegen.TypeArgExpression this
        start local 1 // int kind
        start local 2 // io.vertx.codegen.type.TypeVariableInfo variable
        start local 3 // io.vertx.codegen.ParamInfo param
        start local 4 // int index
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            iload 1 /* kind */
            putfield io.vertx.codegen.TypeArgExpression.kind:I
         2: .line 20
            aload 0 /* this */
            aload 2 /* variable */
            putfield io.vertx.codegen.TypeArgExpression.variable:Lio/vertx/codegen/type/TypeVariableInfo;
         3: .line 21
            aload 0 /* this */
            aload 3 /* param */
            putfield io.vertx.codegen.TypeArgExpression.param:Lio/vertx/codegen/ParamInfo;
         4: .line 22
            aload 0 /* this */
            iload 4 /* index */
            putfield io.vertx.codegen.TypeArgExpression.index:I
         5: .line 23
            return
        end local 4 // int index
        end local 3 // io.vertx.codegen.ParamInfo param
        end local 2 // io.vertx.codegen.type.TypeVariableInfo variable
        end local 1 // int kind
        end local 0 // io.vertx.codegen.TypeArgExpression this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/vertx/codegen/TypeArgExpression;
            0    6     1      kind  I
            0    6     2  variable  Lio/vertx/codegen/type/TypeVariableInfo;
            0    6     3     param  Lio/vertx/codegen/ParamInfo;
            0    6     4     index  I
    MethodParameters:
          Name  Flags
      kind      
      variable  
      param     
      index     

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

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

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.TypeArgExpression this
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.codegen.TypeArgExpression.index:I
            ireturn
        end local 0 // io.vertx.codegen.TypeArgExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/TypeArgExpression;

  public boolean isClassType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.TypeArgExpression this
         0: .line 38
            aload 0 /* this */
            getfield io.vertx.codegen.TypeArgExpression.kind:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.TypeArgExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/TypeArgExpression;

  public boolean isApi();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.TypeArgExpression this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.codegen.TypeArgExpression.kind:I
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.TypeArgExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/TypeArgExpression;
}
SourceFile: "TypeArgExpression.java"