public class io.vertx.codegen.type.ParameterizedTypeInfo 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.ParameterizedTypeInfo
  super_class: io.vertx.codegen.type.TypeInfo
{
  final io.vertx.codegen.type.ClassTypeInfo raw;
    descriptor: Lio/vertx/codegen/type/ClassTypeInfo;
    flags: (0x0010) ACC_FINAL

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

  final java.util.List<io.vertx.codegen.type.TypeInfo> args;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;

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

  public io.vertx.codegen.type.TypeInfo getErased();
    descriptor: ()Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
         0: .line 24
            new io.vertx.codegen.type.ParameterizedTypeInfo
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.nullable:Z
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/codegen/type/TypeInfo.getErased()Lio/vertx/codegen/type/TypeInfo; (5)
                  (Lio/vertx/codegen/type/TypeInfo;)Lio/vertx/codegen/type/TypeInfo;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokespecial io.vertx.codegen.type.ParameterizedTypeInfo.<init>:(Lio/vertx/codegen/type/ClassTypeInfo;ZLjava/util/List;)V
            areturn
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/ParameterizedTypeInfo;

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

  public io.vertx.codegen.type.ClassTypeInfo getRaw();
    descriptor: ()Lio/vertx/codegen/type/ClassTypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
         0: .line 33
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            areturn
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/ParameterizedTypeInfo;

  public java.util.List<io.vertx.codegen.type.TypeInfo> getArgs();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            areturn
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/ParameterizedTypeInfo;
    Signature: ()Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;

  public io.vertx.codegen.type.TypeInfo getArg(int);
    descriptor: (I)Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
        start local 1 // int index
         0: .line 48
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeInfo
            areturn
        end local 1 // int index
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/codegen/type/ParameterizedTypeInfo;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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.ParameterizedTypeInfo this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            areturn
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/ParameterizedTypeInfo;

  public void collectImports(java.util.Collection<io.vertx.codegen.type.ClassTypeInfo>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
        start local 1 // java.util.Collection imports
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            aload 1 /* imports */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.collectImports:(Ljava/util/Collection;)V
         1: .line 59
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 1 /* imports */
            invokedynamic accept(Ljava/util/Collection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codegen/type/ParameterizedTypeInfo.lambda$1(Ljava/util/Collection;Lio/vertx/codegen/type/TypeInfo;)V (6)
                  (Lio/vertx/codegen/type/TypeInfo;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         2: .line 60
            return
        end local 1 // java.util.Collection imports
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/codegen/type/ParameterizedTypeInfo;
            0    3     1  imports  Ljava/util/Collection<Lio/vertx/codegen/type/ClassTypeInfo;>;
    Signature: (Ljava/util/Collection<Lio/vertx/codegen/type/ClassTypeInfo;>;)V
    MethodParameters:
         Name  Flags
      imports  

  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.ParameterizedTypeInfo this
        start local 1 // java.lang.Object obj
         0: .line 64
            aload 1 /* obj */
            instanceof io.vertx.codegen.type.ParameterizedTypeInfo
            ifeq 4
         1: .line 65
            aload 1 /* obj */
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            astore 2 /* that */
        start local 2 // io.vertx.codegen.type.ParameterizedTypeInfo that
         2: .line 66
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            aload 2 /* that */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            aload 2 /* that */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: io.vertx.codegen.type.ParameterizedTypeInfo
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // io.vertx.codegen.type.ParameterizedTypeInfo that
         4: .line 68
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/codegen/type/ParameterizedTypeInfo;
            0    5     1   obj  Ljava/lang/Object;
            2    4     2  that  Lio/vertx/codegen/type/ParameterizedTypeInfo;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String format(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
        start local 1 // boolean qualified
         0: .line 73
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            iload 1 /* qualified */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.format:(Z)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 60
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 2 /* buf */
        start local 2 // java.lang.StringBuilder buf
         1: .line 74
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 75
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeInfo
            astore 4 /* typeArgument */
        start local 4 // io.vertx.codegen.type.TypeInfo typeArgument
         4: .line 76
            iload 3 /* i */
            ifle 6
         5: .line 77
            aload 2 /* buf */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 79
      StackMap locals: io.vertx.codegen.type.TypeInfo
      StackMap stack:
            aload 2 /* buf */
            aload 4 /* typeArgument */
            iload 1 /* qualified */
            invokevirtual io.vertx.codegen.type.TypeInfo.format:(Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // io.vertx.codegen.type.TypeInfo typeArgument
         7: .line 74
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 3 // int i
         9: .line 81
            aload 2 /* buf */
            bipush 62
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 82
            aload 2 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder buf
        end local 1 // boolean qualified
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lio/vertx/codegen/type/ParameterizedTypeInfo;
            0   11     1     qualified  Z
            1   11     2           buf  Ljava/lang/StringBuilder;
            2    9     3             i  I
            4    7     4  typeArgument  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
           Name  Flags
      qualified  

  public java.lang.String translateName(io.vertx.codegen.type.TypeNameTranslator);
    descriptor: (Lio/vertx/codegen/type/TypeNameTranslator;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
        start local 1 // io.vertx.codegen.type.TypeNameTranslator translator
         0: .line 87
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.raw:Lio/vertx/codegen/type/ClassTypeInfo;
            aload 1 /* translator */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.translateName:(Lio/vertx/codegen/type/TypeNameTranslator;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 60
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 2 /* buf */
        start local 2 // java.lang.StringBuilder buf
         1: .line 88
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 89
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeInfo
            astore 4 /* typeArgument */
        start local 4 // io.vertx.codegen.type.TypeInfo typeArgument
         4: .line 90
            iload 3 /* i */
            ifle 6
         5: .line 91
            aload 2 /* buf */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 93
      StackMap locals: io.vertx.codegen.type.TypeInfo
      StackMap stack:
            aload 2 /* buf */
            aload 4 /* typeArgument */
            aload 1 /* translator */
            invokevirtual io.vertx.codegen.type.TypeInfo.translateName:(Lio/vertx/codegen/type/TypeNameTranslator;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // io.vertx.codegen.type.TypeInfo typeArgument
         7: .line 88
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield io.vertx.codegen.type.ParameterizedTypeInfo.args:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 3 // int i
         9: .line 95
            aload 2 /* buf */
            bipush 62
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 96
            aload 2 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder buf
        end local 1 // io.vertx.codegen.type.TypeNameTranslator translator
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lio/vertx/codegen/type/ParameterizedTypeInfo;
            0   11     1    translator  Lio/vertx/codegen/type/TypeNameTranslator;
            1   11     2           buf  Ljava/lang/StringBuilder;
            2    9     3             i  I
            4    7     4  typeArgument  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
            Name  Flags
      translator  

  public boolean isParameterized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
         0: .line 101
            iconst_1
            ireturn
        end local 0 // io.vertx.codegen.type.ParameterizedTypeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/ParameterizedTypeInfo;

  private static void lambda$1(java.util.Collection, io.vertx.codegen.type.TypeInfo);
    descriptor: (Ljava/util/Collection;Lio/vertx/codegen/type/TypeInfo;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.codegen.type.TypeInfo a
         0: .line 59
            aload 1 /* a */
            aload 0
            invokevirtual io.vertx.codegen.type.TypeInfo.collectImports:(Ljava/util/Collection;)V
            return
        end local 1 // io.vertx.codegen.type.TypeInfo a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     a  Lio/vertx/codegen/type/TypeInfo;
}
SourceFile: "ParameterizedTypeInfo.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles