class io.vertx.codegen.type.TypeUse$2 implements io.vertx.codegen.type.TypeUse$TypeInternalProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.codegen.type.TypeUse$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeUse$2 this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.codegen.type.TypeUse$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeUse$2;

  public io.vertx.codegen.type.TypeUse$TypeInternal forParam(javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.ExecutableElement, int);
    descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;Ljavax/lang/model/element/ExecutableElement;I)Lio/vertx/codegen/type/TypeUse$TypeInternal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.codegen.type.TypeUse$2 this
        start local 1 // javax.annotation.processing.ProcessingEnvironment env
        start local 2 // javax.lang.model.element.ExecutableElement methodElt
        start local 3 // int index
         0: .line 78
            new io.vertx.codegen.type.TypeUse$MirrorTypeInternal
            dup
            aload 2 /* methodElt */
            invokeinterface javax.lang.model.element.ExecutableElement.getParameters:()Ljava/util/List;
            iload 3 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javax.lang.model.element.VariableElement
            invokeinterface javax.lang.model.element.VariableElement.asType:()Ljavax/lang/model/type/TypeMirror;
            invokespecial io.vertx.codegen.type.TypeUse$MirrorTypeInternal.<init>:(Ljavax/lang/model/type/TypeMirror;)V
            areturn
        end local 3 // int index
        end local 2 // javax.lang.model.element.ExecutableElement methodElt
        end local 1 // javax.annotation.processing.ProcessingEnvironment env
        end local 0 // io.vertx.codegen.type.TypeUse$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/codegen/type/TypeUse$2;
            0    1     1        env  Ljavax/annotation/processing/ProcessingEnvironment;
            0    1     2  methodElt  Ljavax/lang/model/element/ExecutableElement;
            0    1     3      index  I
    MethodParameters:
           Name  Flags
      env        
      methodElt  
      index      

  public io.vertx.codegen.type.TypeUse$TypeInternal forReturn(javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.ExecutableElement);
    descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;Ljavax/lang/model/element/ExecutableElement;)Lio/vertx/codegen/type/TypeUse$TypeInternal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codegen.type.TypeUse$2 this
        start local 1 // javax.annotation.processing.ProcessingEnvironment env
        start local 2 // javax.lang.model.element.ExecutableElement methodElt
         0: .line 82
            new io.vertx.codegen.type.TypeUse$MirrorTypeInternal
            dup
            aload 2 /* methodElt */
            invokeinterface javax.lang.model.element.ExecutableElement.getReturnType:()Ljavax/lang/model/type/TypeMirror;
            invokespecial io.vertx.codegen.type.TypeUse$MirrorTypeInternal.<init>:(Ljavax/lang/model/type/TypeMirror;)V
            areturn
        end local 2 // javax.lang.model.element.ExecutableElement methodElt
        end local 1 // javax.annotation.processing.ProcessingEnvironment env
        end local 0 // io.vertx.codegen.type.TypeUse$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/codegen/type/TypeUse$2;
            0    1     1        env  Ljavax/annotation/processing/ProcessingEnvironment;
            0    1     2  methodElt  Ljavax/lang/model/element/ExecutableElement;
    MethodParameters:
           Name  Flags
      env        
      methodElt  
}
SourceFile: "TypeUse.java"
EnclosingMethod: io.vertx.codegen.type.TypeUse
NestHost: io.vertx.codegen.type.TypeUse
InnerClasses:
  io.vertx.codegen.type.TypeUse$2
  private MirrorTypeInternal = io.vertx.codegen.type.TypeUse$MirrorTypeInternal of io.vertx.codegen.type.TypeUse
  abstract TypeInternal = io.vertx.codegen.type.TypeUse$TypeInternal of io.vertx.codegen.type.TypeUse
  abstract TypeInternalProvider = io.vertx.codegen.type.TypeUse$TypeInternalProvider of io.vertx.codegen.type.TypeUse