public class io.vertx.codegen.type.TypeUse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.type.TypeUse
  super_class: java.lang.Object
{
  static final java.lang.String NULLABLE;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final java.util.List<io.vertx.codegen.type.TypeUse$TypeInternalProvider> providers;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/codegen/type/TypeUse$TypeInternalProvider;>;

  private final io.vertx.codegen.type.TypeUse$TypeInternal[] types;
    descriptor: [Lio/vertx/codegen/type/TypeUse$TypeInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=0
         0: .line 30
            ldc Lio/vertx/codegen/annotations/Nullable;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            putstatic io.vertx.codegen.type.TypeUse.NULLABLE:Ljava/lang/String;
         1: .line 31
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putstatic io.vertx.codegen.type.TypeUse.providers:Ljava/util/List;
         2: .line 35
            ldc Lio/vertx/codegen/type/TypeUse;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            ldc "java.lang.invoke.VarHandle"
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            pop
         3: .line 37
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: pop
         5: .line 41
            new java.lang.StringBuilder
            dup
            ldc Lio/vertx/codegen/type/TypeUse;
            invokevirtual java.lang.Class.getPackage:()Ljava/lang/Package;
            invokevirtual java.lang.Package.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".TreeTypeInternal"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 0 /* fqn */
        start local 0 // java.lang.String fqn
         6: .line 42
            ldc Lio/vertx/codegen/type/TypeUse;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            aload 0 /* fqn */
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 1 /* clazz */
        start local 1 // java.lang.Class clazz
         7: .line 43
            aload 1 /* clazz */
            ldc "PROVIDER"
            invokevirtual java.lang.Class.getField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* getter */
        start local 2 // java.lang.reflect.Field getter
         8: .line 44
            aload 2 /* getter */
            aconst_null
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeUse$TypeInternalProvider
            astore 3 /* provider */
        start local 3 // io.vertx.codegen.type.TypeUse$TypeInternalProvider provider
         9: .line 45
            getstatic io.vertx.codegen.type.TypeUse.providers:Ljava/util/List;
            aload 3 /* provider */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // io.vertx.codegen.type.TypeUse$TypeInternalProvider provider
        end local 2 // java.lang.reflect.Field getter
        end local 1 // java.lang.Class clazz
        end local 0 // java.lang.String fqn
        10: .line 46
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: pop
        12: .line 50
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codegen.type.TypeUse.providers:Ljava/util/List;
            new io.vertx.codegen.type.TypeUse$1
            dup
            invokespecial io.vertx.codegen.type.TypeUse$1.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 75
            getstatic io.vertx.codegen.type.TypeUse.providers:Ljava/util/List;
            new io.vertx.codegen.type.TypeUse$2
            dup
            invokespecial io.vertx.codegen.type.TypeUse$2.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 85
            return
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            6   10     0       fqn  Ljava/lang/String;
            7   10     1     clazz  Ljava/lang/Class<*>;
            8   10     2    getter  Ljava/lang/reflect/Field;
            9   10     3  provider  Lio/vertx/codegen/type/TypeUse$TypeInternalProvider;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
           5    10      11  Class java.lang.Throwable

  public static io.vertx.codegen.type.TypeUse createParamTypeUse(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;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // javax.annotation.processing.ProcessingEnvironment env
        start local 1 // javax.lang.model.element.ExecutableElement[] methods
        start local 2 // int index
         0: .line 100
            aload 1 /* methods */
            arraylength
            anewarray io.vertx.codegen.type.TypeUse$TypeInternal
            astore 3 /* internals */
        start local 3 // io.vertx.codegen.type.TypeUse$TypeInternal[] internals
         1: .line 101
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 10
         3: .line 102
      StackMap locals: io.vertx.codegen.type.TypeUse$TypeInternal[] int
      StackMap stack:
            getstatic io.vertx.codegen.type.TypeUse.providers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 8
      StackMap locals: javax.annotation.processing.ProcessingEnvironment javax.lang.model.element.ExecutableElement[] int io.vertx.codegen.type.TypeUse$TypeInternal[] int top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeUse$TypeInternalProvider
            astore 5 /* provider */
        start local 5 // io.vertx.codegen.type.TypeUse$TypeInternalProvider provider
         5: .line 103
            aload 3 /* internals */
            iload 4 /* i */
            aload 5 /* provider */
            aload 0 /* env */
            aload 1 /* methods */
            iload 4 /* i */
            aaload
            iload 2 /* index */
            invokeinterface io.vertx.codegen.type.TypeUse$TypeInternalProvider.forParam:(Ljavax/annotation/processing/ProcessingEnvironment;Ljavax/lang/model/element/ExecutableElement;I)Lio/vertx/codegen/type/TypeUse$TypeInternal;
            aastore
         6: .line 104
            aload 3 /* internals */
            iload 4 /* i */
            aaload
            ifnull 8
         7: .line 105
            goto 9
        end local 5 // io.vertx.codegen.type.TypeUse$TypeInternalProvider provider
         8: .line 102
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 101
      StackMap locals: javax.annotation.processing.ProcessingEnvironment javax.lang.model.element.ExecutableElement[] int io.vertx.codegen.type.TypeUse$TypeInternal[] int
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 1 /* methods */
            arraylength
            if_icmplt 3
        end local 4 // int i
        11: .line 109
            new io.vertx.codegen.type.TypeUse
            dup
            aload 3 /* internals */
            invokespecial io.vertx.codegen.type.TypeUse.<init>:([Lio/vertx/codegen/type/TypeUse$TypeInternal;)V
            areturn
        end local 3 // io.vertx.codegen.type.TypeUse$TypeInternal[] internals
        end local 2 // int index
        end local 1 // javax.lang.model.element.ExecutableElement[] methods
        end local 0 // javax.annotation.processing.ProcessingEnvironment env
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0        env  Ljavax/annotation/processing/ProcessingEnvironment;
            0   12     1    methods  [Ljavax/lang/model/element/ExecutableElement;
            0   12     2      index  I
            1   12     3  internals  [Lio/vertx/codegen/type/TypeUse$TypeInternal;
            2   11     4          i  I
            5    8     5   provider  Lio/vertx/codegen/type/TypeUse$TypeInternalProvider;
    MethodParameters:
         Name  Flags
      env      
      methods  
      index    

  public static io.vertx.codegen.type.TypeUse createReturnTypeUse(javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.ExecutableElement[]);
    descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;[Ljavax/lang/model/element/ExecutableElement;)Lio/vertx/codegen/type/TypeUse;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // javax.annotation.processing.ProcessingEnvironment env
        start local 1 // javax.lang.model.element.ExecutableElement[] methods
         0: .line 113
            aload 1 /* methods */
            arraylength
            anewarray io.vertx.codegen.type.TypeUse$TypeInternal
            astore 2 /* internals */
        start local 2 // io.vertx.codegen.type.TypeUse$TypeInternal[] internals
         1: .line 114
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 115
      StackMap locals: io.vertx.codegen.type.TypeUse$TypeInternal[] int
      StackMap stack:
            getstatic io.vertx.codegen.type.TypeUse.providers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: javax.annotation.processing.ProcessingEnvironment javax.lang.model.element.ExecutableElement[] io.vertx.codegen.type.TypeUse$TypeInternal[] int top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeUse$TypeInternalProvider
            astore 4 /* provider */
        start local 4 // io.vertx.codegen.type.TypeUse$TypeInternalProvider provider
         5: .line 116
            aload 2 /* internals */
            iload 3 /* i */
            aload 4 /* provider */
            aload 0 /* env */
            aload 1 /* methods */
            iload 3 /* i */
            aaload
            invokeinterface io.vertx.codegen.type.TypeUse$TypeInternalProvider.forReturn:(Ljavax/annotation/processing/ProcessingEnvironment;Ljavax/lang/model/element/ExecutableElement;)Lio/vertx/codegen/type/TypeUse$TypeInternal;
            aastore
         6: .line 117
            aload 2 /* internals */
            iload 3 /* i */
            aaload
            ifnull 8
         7: .line 118
            goto 9
        end local 4 // io.vertx.codegen.type.TypeUse$TypeInternalProvider provider
         8: .line 115
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 114
      StackMap locals: javax.annotation.processing.ProcessingEnvironment javax.lang.model.element.ExecutableElement[] io.vertx.codegen.type.TypeUse$TypeInternal[] int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 1 /* methods */
            arraylength
            if_icmplt 3
        end local 3 // int i
        11: .line 122
            new io.vertx.codegen.type.TypeUse
            dup
            aload 2 /* internals */
            invokespecial io.vertx.codegen.type.TypeUse.<init>:([Lio/vertx/codegen/type/TypeUse$TypeInternal;)V
            areturn
        end local 2 // io.vertx.codegen.type.TypeUse$TypeInternal[] internals
        end local 1 // javax.lang.model.element.ExecutableElement[] methods
        end local 0 // javax.annotation.processing.ProcessingEnvironment env
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0        env  Ljavax/annotation/processing/ProcessingEnvironment;
            0   12     1    methods  [Ljavax/lang/model/element/ExecutableElement;
            1   12     2  internals  [Lio/vertx/codegen/type/TypeUse$TypeInternal;
            2   11     3          i  I
            5    8     4   provider  Lio/vertx/codegen/type/TypeUse$TypeInternalProvider;
    MethodParameters:
         Name  Flags
      env      
      methods  

  private void <init>(io.vertx.codegen.type.TypeUse$TypeInternal[]);
    descriptor: ([Lio/vertx/codegen/type/TypeUse$TypeInternal;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.TypeUse this
        start local 1 // io.vertx.codegen.type.TypeUse$TypeInternal[] types
         0: .line 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 128
            aload 0 /* this */
            aload 1 /* types */
            putfield io.vertx.codegen.type.TypeUse.types:[Lio/vertx/codegen/type/TypeUse$TypeInternal;
         2: .line 129
            return
        end local 1 // io.vertx.codegen.type.TypeUse$TypeInternal[] types
        end local 0 // io.vertx.codegen.type.TypeUse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/codegen/type/TypeUse;
            0    3     1  types  [Lio/vertx/codegen/type/TypeUse$TypeInternal;
    MethodParameters:
       Name  Flags
      types  

  public io.vertx.codegen.type.TypeUse getArg(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lio/vertx/codegen/type/TypeUse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // io.vertx.codegen.type.TypeUse this
        start local 1 // java.lang.String rawName
        start local 2 // int index
         0: .line 139
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* abc */
        start local 3 // java.util.List abc
         1: .line 140
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeUse.types:[Lio/vertx/codegen/type/TypeUse$TypeInternal;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: io.vertx.codegen.type.TypeUse java.lang.String int java.util.List top int int io.vertx.codegen.type.TypeUse$TypeInternal[]
      StackMap stack:
         2: aload 7
            iload 5
            aaload
            astore 4 /* type */
        start local 4 // io.vertx.codegen.type.TypeUse$TypeInternal type
         3: .line 141
            aload 1 /* rawName */
            aload 4 /* type */
            invokeinterface io.vertx.codegen.type.TypeUse$TypeInternal.rawName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 142
            goto 8
         5: .line 144
      StackMap locals: io.vertx.codegen.type.TypeUse java.lang.String int java.util.List io.vertx.codegen.type.TypeUse$TypeInternal int int io.vertx.codegen.type.TypeUse$TypeInternal[]
      StackMap stack:
            aload 3 /* abc */
            aload 4 /* type */
            iload 2 /* index */
            invokeinterface io.vertx.codegen.type.TypeUse$TypeInternal.getArgAt:(I)Lio/vertx/codegen/type/TypeUse$TypeInternal;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // io.vertx.codegen.type.TypeUse$TypeInternal type
         6: .line 140
            iinc 5 1
      StackMap locals: io.vertx.codegen.type.TypeUse java.lang.String int java.util.List top int int io.vertx.codegen.type.TypeUse$TypeInternal[]
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 2
         8: .line 146
      StackMap locals: io.vertx.codegen.type.TypeUse java.lang.String int java.util.List
      StackMap stack:
            new io.vertx.codegen.type.TypeUse
            dup
            aload 3 /* abc */
            aload 3 /* abc */
            invokeinterface java.util.List.size:()I
            anewarray io.vertx.codegen.type.TypeUse$TypeInternal
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeUse$TypeInternal[]
            invokespecial io.vertx.codegen.type.TypeUse.<init>:([Lio/vertx/codegen/type/TypeUse$TypeInternal;)V
            areturn
        end local 3 // java.util.List abc
        end local 2 // int index
        end local 1 // java.lang.String rawName
        end local 0 // io.vertx.codegen.type.TypeUse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/codegen/type/TypeUse;
            0    9     1  rawName  Ljava/lang/String;
            0    9     2    index  I
            1    9     3      abc  Ljava/util/List<Lio/vertx/codegen/type/TypeUse$TypeInternal;>;
            3    6     4     type  Lio/vertx/codegen/type/TypeUse$TypeInternal;
    MethodParameters:
         Name  Flags
      rawName  
      index    

  public boolean isNullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // io.vertx.codegen.type.TypeUse this
         0: .line 153
            iconst_0
            istore 1 /* nullable */
        start local 1 // boolean nullable
         1: .line 154
            aload 0 /* this */
            getfield io.vertx.codegen.type.TypeUse.types:[Lio/vertx/codegen/type/TypeUse$TypeInternal;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 9
      StackMap locals: io.vertx.codegen.type.TypeUse int top int int io.vertx.codegen.type.TypeUse$TypeInternal[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* type */
        start local 2 // io.vertx.codegen.type.TypeUse$TypeInternal type
         3: .line 155
            aload 2 /* type */
            invokeinterface io.vertx.codegen.type.TypeUse$TypeInternal.isNullable:()Z
            ifeq 6
         4: .line 156
            iconst_1
            istore 1 /* nullable */
         5: .line 157
            goto 8
         6: .line 158
      StackMap locals: io.vertx.codegen.type.TypeUse int io.vertx.codegen.type.TypeUse$TypeInternal int int io.vertx.codegen.type.TypeUse$TypeInternal[]
      StackMap stack:
            iload 1 /* nullable */
            ifeq 8
         7: .line 159
            new java.lang.RuntimeException
            dup
            ldc "Nullable type cannot override non nullable"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // io.vertx.codegen.type.TypeUse$TypeInternal type
         8: .line 154
      StackMap locals: io.vertx.codegen.type.TypeUse int top int int io.vertx.codegen.type.TypeUse$TypeInternal[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         9: iload 3
            iload 4
            if_icmplt 2
        10: .line 163
            iload 1 /* nullable */
            ireturn
        end local 1 // boolean nullable
        end local 0 // io.vertx.codegen.type.TypeUse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lio/vertx/codegen/type/TypeUse;
            1   11     1  nullable  Z
            3    8     2      type  Lio/vertx/codegen/type/TypeUse$TypeInternal;
}
SourceFile: "TypeUse.java"
NestMembers:
  io.vertx.codegen.type.TypeUse$1  io.vertx.codegen.type.TypeUse$2  io.vertx.codegen.type.TypeUse$MirrorTypeInternal  io.vertx.codegen.type.TypeUse$ReflectType  io.vertx.codegen.type.TypeUse$TypeInternal  io.vertx.codegen.type.TypeUse$TypeInternalProvider
InnerClasses:
  io.vertx.codegen.type.TypeUse$1
  io.vertx.codegen.type.TypeUse$2
  private MirrorTypeInternal = io.vertx.codegen.type.TypeUse$MirrorTypeInternal of io.vertx.codegen.type.TypeUse
  private ReflectType = io.vertx.codegen.type.TypeUse$ReflectType 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