public class io.vertx.codegen.MethodInfo implements java.lang.Comparable<io.vertx.codegen.MethodInfo>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.MethodInfo
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.codegen.type.TypeInfo returnType;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.codegen.doc.Text returnDescription;
    descriptor: Lio/vertx/codegen/doc/Text;
    flags: (0x0002) ACC_PRIVATE

  private boolean fluent;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean cacheReturn;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String comment;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.codegen.doc.Doc doc;
    descriptor: Lio/vertx/codegen/doc/Doc;
    flags: (0x0002) ACC_PRIVATE

  private boolean staticMethod;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean defaultMethod;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<io.vertx.codegen.TypeParamInfo$Method> typeParams;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;

  private java.util.Set<io.vertx.codegen.type.ClassTypeInfo> ownerTypes;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Lio/vertx/codegen/type/ClassTypeInfo;>;

  private java.util.List<io.vertx.codegen.ParamInfo> params;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/codegen/ParamInfo;>;

  private boolean deprecated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.codegen.doc.Text deprecatedDesc;
    descriptor: Lio/vertx/codegen/doc/Text;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.util.Set<io.vertx.codegen.type.ClassTypeInfo>, java.lang.String, io.vertx.codegen.type.TypeInfo, io.vertx.codegen.doc.Text, boolean, boolean, java.util.List<io.vertx.codegen.ParamInfo>, java.lang.String, io.vertx.codegen.doc.Doc, boolean, boolean, java.util.List<io.vertx.codegen.TypeParamInfo$Method>, boolean, io.vertx.codegen.doc.Text);
    descriptor: (Ljava/util/Set;Ljava/lang/String;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codegen/doc/Text;ZZLjava/util/List;Ljava/lang/String;Lio/vertx/codegen/doc/Doc;ZZLjava/util/List;ZLio/vertx/codegen/doc/Text;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=15, args_size=15
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // java.util.Set ownerTypes
        start local 2 // java.lang.String name
        start local 3 // io.vertx.codegen.type.TypeInfo returnType
        start local 4 // io.vertx.codegen.doc.Text returnDescription
        start local 5 // boolean fluent
        start local 6 // boolean cacheReturn
        start local 7 // java.util.List params
        start local 8 // java.lang.String comment
        start local 9 // io.vertx.codegen.doc.Doc doc
        start local 10 // boolean staticMethod
        start local 11 // boolean defaultMethod
        start local 12 // java.util.List typeParams
        start local 13 // boolean deprecated
        start local 14 // io.vertx.codegen.doc.Text deprecatedDesc
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 8 /* comment */
            putfield io.vertx.codegen.MethodInfo.comment:Ljava/lang/String;
         2: .line 56
            aload 0 /* this */
            aload 2 /* name */
            putfield io.vertx.codegen.MethodInfo.name:Ljava/lang/String;
         3: .line 57
            aload 0 /* this */
            aload 3 /* returnType */
            putfield io.vertx.codegen.MethodInfo.returnType:Lio/vertx/codegen/type/TypeInfo;
         4: .line 58
            aload 0 /* this */
            aload 4 /* returnDescription */
            putfield io.vertx.codegen.MethodInfo.returnDescription:Lio/vertx/codegen/doc/Text;
         5: .line 59
            aload 0 /* this */
            iload 5 /* fluent */
            putfield io.vertx.codegen.MethodInfo.fluent:Z
         6: .line 60
            aload 0 /* this */
            iload 6 /* cacheReturn */
            putfield io.vertx.codegen.MethodInfo.cacheReturn:Z
         7: .line 61
            aload 0 /* this */
            aload 9 /* doc */
            putfield io.vertx.codegen.MethodInfo.doc:Lio/vertx/codegen/doc/Doc;
         8: .line 62
            aload 0 /* this */
            iload 10 /* staticMethod */
            putfield io.vertx.codegen.MethodInfo.staticMethod:Z
         9: .line 63
            aload 0 /* this */
            iload 11 /* defaultMethod */
            putfield io.vertx.codegen.MethodInfo.defaultMethod:Z
        10: .line 64
            aload 0 /* this */
            aload 7 /* params */
            putfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
        11: .line 65
            aload 0 /* this */
            aload 12 /* typeParams */
            putfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
        12: .line 66
            aload 0 /* this */
            aload 1 /* ownerTypes */
            putfield io.vertx.codegen.MethodInfo.ownerTypes:Ljava/util/Set;
        13: .line 67
            aload 0 /* this */
            iload 13 /* deprecated */
            putfield io.vertx.codegen.MethodInfo.deprecated:Z
        14: .line 68
            aload 0 /* this */
            aload 14 /* deprecatedDesc */
            putfield io.vertx.codegen.MethodInfo.deprecatedDesc:Lio/vertx/codegen/doc/Text;
        15: .line 69
            return
        end local 14 // io.vertx.codegen.doc.Text deprecatedDesc
        end local 13 // boolean deprecated
        end local 12 // java.util.List typeParams
        end local 11 // boolean defaultMethod
        end local 10 // boolean staticMethod
        end local 9 // io.vertx.codegen.doc.Doc doc
        end local 8 // java.lang.String comment
        end local 7 // java.util.List params
        end local 6 // boolean cacheReturn
        end local 5 // boolean fluent
        end local 4 // io.vertx.codegen.doc.Text returnDescription
        end local 3 // io.vertx.codegen.type.TypeInfo returnType
        end local 2 // java.lang.String name
        end local 1 // java.util.Set ownerTypes
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lio/vertx/codegen/MethodInfo;
            0   16     1         ownerTypes  Ljava/util/Set<Lio/vertx/codegen/type/ClassTypeInfo;>;
            0   16     2               name  Ljava/lang/String;
            0   16     3         returnType  Lio/vertx/codegen/type/TypeInfo;
            0   16     4  returnDescription  Lio/vertx/codegen/doc/Text;
            0   16     5             fluent  Z
            0   16     6        cacheReturn  Z
            0   16     7             params  Ljava/util/List<Lio/vertx/codegen/ParamInfo;>;
            0   16     8            comment  Ljava/lang/String;
            0   16     9                doc  Lio/vertx/codegen/doc/Doc;
            0   16    10       staticMethod  Z
            0   16    11      defaultMethod  Z
            0   16    12         typeParams  Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;
            0   16    13         deprecated  Z
            0   16    14     deprecatedDesc  Lio/vertx/codegen/doc/Text;
    Signature: (Ljava/util/Set<Lio/vertx/codegen/type/ClassTypeInfo;>;Ljava/lang/String;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codegen/doc/Text;ZZLjava/util/List<Lio/vertx/codegen/ParamInfo;>;Ljava/lang/String;Lio/vertx/codegen/doc/Doc;ZZLjava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;ZLio/vertx/codegen/doc/Text;)V
    MethodParameters:
                   Name  Flags
      ownerTypes         
      name               
      returnType         
      returnDescription  
      fluent             
      cacheReturn        
      params             
      comment            
      doc                
      staticMethod       
      defaultMethod      
      typeParams         
      deprecated         
      deprecatedDesc     

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

  public io.vertx.codegen.MethodInfo setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // java.lang.String name
         0: .line 76
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.codegen.MethodInfo.name:Ljava/lang/String;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/MethodInfo;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getName(io.vertx.codegen.Case);
    descriptor: (Lio/vertx/codegen/Case;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.Case _case
         0: .line 81
            aload 1 /* _case */
            getstatic io.vertx.codegen.Case.CAMEL:Lio/vertx/codegen/Case;
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.name:Ljava/lang/String;
            invokevirtual io.vertx.codegen.Case.parse:(Ljava/lang/String;)Ljava/util/List;
            invokevirtual io.vertx.codegen.Case.format:(Ljava/lang/Iterable;)Ljava/lang/String;
            areturn
        end local 1 // io.vertx.codegen.Case _case
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/codegen/MethodInfo;
            0    1     1  _case  Lio/vertx/codegen/Case;
    MethodParameters:
       Name  Flags
      _case  

  public io.vertx.codegen.MethodKind getKind();
    descriptor: ()Lio/vertx/codegen/MethodKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 1 /* lastParamIndex */
        start local 1 // int lastParamIndex
         1: .line 86
            iload 1 /* lastParamIndex */
            iflt 8
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.returnType:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.isVoid:()Z
            ifne 2
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.fluent:Z
            ifeq 8
         2: .line 87
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
            iload 1 /* lastParamIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.ParamInfo
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            astore 2 /* lastParamType */
        start local 2 // io.vertx.codegen.type.TypeInfo lastParamType
         3: .line 88
            aload 2 /* lastParamType */
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.HANDLER:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 8
         4: .line 89
            aload 2 /* lastParamType */
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getArgs:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeInfo
            astore 3 /* typeArg */
        start local 3 // io.vertx.codegen.type.TypeInfo typeArg
         5: .line 90
            aload 3 /* typeArg */
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.ASYNC_RESULT:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 7
         6: .line 91
            getstatic io.vertx.codegen.MethodKind.FUTURE:Lio/vertx/codegen/MethodKind;
            areturn
         7: .line 93
      StackMap locals: io.vertx.codegen.type.TypeInfo io.vertx.codegen.type.TypeInfo
      StackMap stack:
            getstatic io.vertx.codegen.MethodKind.HANDLER:Lio/vertx/codegen/MethodKind;
            areturn
        end local 3 // io.vertx.codegen.type.TypeInfo typeArg
        end local 2 // io.vertx.codegen.type.TypeInfo lastParamType
         8: .line 97
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codegen.MethodKind.OTHER:Lio/vertx/codegen/MethodKind;
            areturn
        end local 1 // int lastParamIndex
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lio/vertx/codegen/MethodInfo;
            1    9     1  lastParamIndex  I
            3    8     2   lastParamType  Lio/vertx/codegen/type/TypeInfo;
            5    8     3         typeArg  Lio/vertx/codegen/type/TypeInfo;

  public io.vertx.codegen.type.TypeInfo getReturnType();
    descriptor: ()Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.returnType:Lio/vertx/codegen/type/TypeInfo;
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/MethodInfo;

  public io.vertx.codegen.MethodInfo setReturnType(io.vertx.codegen.type.TypeInfo);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.type.TypeInfo returnType
         0: .line 105
            aload 0 /* this */
            aload 1 /* returnType */
            putfield io.vertx.codegen.MethodInfo.returnType:Lio/vertx/codegen/type/TypeInfo;
         1: .line 106
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.codegen.type.TypeInfo returnType
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codegen/MethodInfo;
            0    2     1  returnType  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
            Name  Flags
      returnType  

  public boolean isContainingAnyJavaType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params: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/ParamInfo.getType()Lio/vertx/codegen/type/TypeInfo; (5)
                  (Lio/vertx/codegen/ParamInfo;)Lio/vertx/codegen/type/TypeInfo;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              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;)Z
                  io/vertx/codegen/MethodInfo.containsAnyJavaType(Lio/vertx/codegen/type/TypeInfo;)Z (6)
                  (Lio/vertx/codegen/type/TypeInfo;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.returnType:Lio/vertx/codegen/type/TypeInfo;
            invokestatic io.vertx.codegen.MethodInfo.containsAnyJavaType:(Lio/vertx/codegen/type/TypeInfo;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/MethodInfo;

  private static boolean containsAnyJavaType(io.vertx.codegen.type.TypeInfo);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeInfo type
         0: .line 117
            aload 0 /* type */
            instanceof io.vertx.codegen.type.ParameterizedTypeInfo
            ifeq 3
         1: .line 118
            aload 0 /* type */
            invokevirtual io.vertx.codegen.type.TypeInfo.getRaw:()Lio/vertx/codegen/type/ClassTypeInfo;
            invokestatic io.vertx.codegen.MethodInfo.containsAnyJavaType:(Lio/vertx/codegen/type/TypeInfo;)Z
            ifne 2
            aload 0 /* type */
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getArgs:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              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;)Z
                  io/vertx/codegen/MethodInfo.containsAnyJavaType(Lio/vertx/codegen/type/TypeInfo;)Z (6)
                  (Lio/vertx/codegen/type/TypeInfo;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
         3: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.OTHER:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.type.TypeInfo type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  type  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
      Name  Flags
      type  

  public io.vertx.codegen.ParamInfo resolveClassTypeParam(io.vertx.codegen.type.TypeVariableInfo);
    descriptor: (Lio/vertx/codegen/type/TypeVariableInfo;)Lio/vertx/codegen/ParamInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.type.TypeVariableInfo typeVar
         0: .line 136
            aload 0 /* this */
            aload 1 /* typeVar */
            invokevirtual io.vertx.codegen.MethodInfo.resolveTypeArg:(Lio/vertx/codegen/type/TypeVariableInfo;)Lio/vertx/codegen/TypeArgExpression;
            astore 2 /* res */
        start local 2 // io.vertx.codegen.TypeArgExpression res
         1: .line 137
            aload 2 /* res */
            ifnull 3
            aload 2 /* res */
            invokevirtual io.vertx.codegen.TypeArgExpression.isClassType:()Z
            ifeq 3
         2: .line 138
            aload 2 /* res */
            invokevirtual io.vertx.codegen.TypeArgExpression.getParam:()Lio/vertx/codegen/ParamInfo;
            areturn
         3: .line 140
      StackMap locals: io.vertx.codegen.TypeArgExpression
      StackMap stack:
            aconst_null
            areturn
        end local 2 // io.vertx.codegen.TypeArgExpression res
        end local 1 // io.vertx.codegen.type.TypeVariableInfo typeVar
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/codegen/MethodInfo;
            0    4     1  typeVar  Lio/vertx/codegen/type/TypeVariableInfo;
            1    4     2      res  Lio/vertx/codegen/TypeArgExpression;
    MethodParameters:
         Name  Flags
      typeVar  

  public io.vertx.codegen.TypeArgExpression resolveTypeArg(io.vertx.codegen.type.TypeVariableInfo);
    descriptor: (Lio/vertx/codegen/type/TypeVariableInfo;)Lio/vertx/codegen/TypeArgExpression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.type.TypeVariableInfo typeVar
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 25
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.codegen.TypeParamInfo$Method
            astore 2 /* typeParam */
        start local 2 // io.vertx.codegen.TypeParamInfo$Method typeParam
         2: .line 145
            aload 2 /* typeParam */
            invokevirtual io.vertx.codegen.TypeParamInfo$Method.getName:()Ljava/lang/String;
            aload 1 /* typeVar */
            invokevirtual io.vertx.codegen.type.TypeVariableInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
         3: .line 146
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 23
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo io.vertx.codegen.TypeParamInfo$Method java.util.Iterator top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.codegen.ParamInfo
            astore 4 /* param */
        start local 4 // io.vertx.codegen.ParamInfo param
         5: .line 147
            aload 4 /* param */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.CLASS_TYPE:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 12
         6: .line 148
            aload 4 /* param */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.isParameterized:()Z
            ifeq 12
         7: .line 149
            aload 4 /* param */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            iconst_0
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getArg:(I)Lio/vertx/codegen/type/TypeInfo;
            astore 6 /* arg_ */
        start local 6 // io.vertx.codegen.type.TypeInfo arg_
         8: .line 150
            aload 6 /* arg_ */
            invokevirtual io.vertx.codegen.type.TypeInfo.isVariable:()Z
            ifeq 23
         9: .line 151
            aload 6 /* arg_ */
            checkcast io.vertx.codegen.type.TypeVariableInfo
            astore 7 /* ttt */
        start local 7 // io.vertx.codegen.type.TypeVariableInfo ttt
        10: .line 152
            aload 7 /* ttt */
            invokevirtual io.vertx.codegen.type.TypeVariableInfo.getParam:()Lio/vertx/codegen/TypeParamInfo;
            aload 2 /* typeParam */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 23
        11: .line 153
            new io.vertx.codegen.TypeArgExpression
            dup
            iconst_0
            aload 7 /* ttt */
            aload 4 /* param */
            iconst_0
            invokespecial io.vertx.codegen.TypeArgExpression.<init>:(ILio/vertx/codegen/type/TypeVariableInfo;Lio/vertx/codegen/ParamInfo;I)V
            areturn
        end local 7 // io.vertx.codegen.type.TypeVariableInfo ttt
        end local 6 // io.vertx.codegen.type.TypeInfo arg_
        12: .line 156
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo io.vertx.codegen.TypeParamInfo$Method java.util.Iterator io.vertx.codegen.ParamInfo java.util.Iterator
      StackMap stack:
            aload 4 /* param */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.API:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 23
            aload 4 /* param */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.isParameterized:()Z
            ifeq 23
        13: .line 157
            aload 4 /* param */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            astore 6 /* type */
        start local 6 // io.vertx.codegen.type.ParameterizedTypeInfo type
        14: .line 158
            iconst_0
            istore 7 /* index */
        start local 7 // int index
        15: .line 159
            aload 6 /* type */
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getArgs:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 22
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo io.vertx.codegen.TypeParamInfo$Method java.util.Iterator io.vertx.codegen.ParamInfo java.util.Iterator io.vertx.codegen.type.ParameterizedTypeInfo int top java.util.Iterator
      StackMap stack:
        16: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeInfo
            astore 8 /* i */
        start local 8 // io.vertx.codegen.type.TypeInfo i
        17: .line 160
            aload 8 /* i */
            instanceof io.vertx.codegen.type.TypeVariableInfo
            ifeq 21
        18: .line 161
            aload 8 /* i */
            checkcast io.vertx.codegen.type.TypeVariableInfo
            astore 10 /* tt */
        start local 10 // io.vertx.codegen.type.TypeVariableInfo tt
        19: .line 162
            aload 10 /* tt */
            invokevirtual io.vertx.codegen.type.TypeVariableInfo.getParam:()Lio/vertx/codegen/TypeParamInfo;
            aload 2 /* typeParam */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 21
        20: .line 163
            new io.vertx.codegen.TypeArgExpression
            dup
            iconst_1
            aload 10 /* tt */
            aload 4 /* param */
            iload 7 /* index */
            invokespecial io.vertx.codegen.TypeArgExpression.<init>:(ILio/vertx/codegen/type/TypeVariableInfo;Lio/vertx/codegen/ParamInfo;I)V
            areturn
        end local 10 // io.vertx.codegen.type.TypeVariableInfo tt
        21: .line 166
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo io.vertx.codegen.TypeParamInfo$Method java.util.Iterator io.vertx.codegen.ParamInfo java.util.Iterator io.vertx.codegen.type.ParameterizedTypeInfo int io.vertx.codegen.type.TypeInfo java.util.Iterator
      StackMap stack:
            iinc 7 /* index */ 1
        end local 8 // io.vertx.codegen.type.TypeInfo i
        22: .line 159
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo io.vertx.codegen.TypeParamInfo$Method java.util.Iterator io.vertx.codegen.ParamInfo java.util.Iterator io.vertx.codegen.type.ParameterizedTypeInfo int top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        end local 7 // int index
        end local 6 // io.vertx.codegen.type.ParameterizedTypeInfo type
        end local 4 // io.vertx.codegen.ParamInfo param
        23: .line 146
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo io.vertx.codegen.TypeParamInfo$Method java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        24: .line 170
            aconst_null
            areturn
        end local 2 // io.vertx.codegen.TypeParamInfo$Method typeParam
        25: .line 144
      StackMap locals: io.vertx.codegen.MethodInfo io.vertx.codegen.type.TypeVariableInfo top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        26: .line 173
            aconst_null
            areturn
        end local 1 // io.vertx.codegen.type.TypeVariableInfo typeVar
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   27     0       this  Lio/vertx/codegen/MethodInfo;
            0   27     1    typeVar  Lio/vertx/codegen/type/TypeVariableInfo;
            2   25     2  typeParam  Lio/vertx/codegen/TypeParamInfo$Method;
            5   23     4      param  Lio/vertx/codegen/ParamInfo;
            8   12     6       arg_  Lio/vertx/codegen/type/TypeInfo;
           10   12     7        ttt  Lio/vertx/codegen/type/TypeVariableInfo;
           14   23     6       type  Lio/vertx/codegen/type/ParameterizedTypeInfo;
           15   23     7      index  I
           17   22     8          i  Lio/vertx/codegen/type/TypeInfo;
           19   21    10         tt  Lio/vertx/codegen/type/TypeVariableInfo;
    MethodParameters:
         Name  Flags
      typeVar  

  public io.vertx.codegen.doc.Text getReturnDescription();
    descriptor: ()Lio/vertx/codegen/doc/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.returnDescription:Lio/vertx/codegen/doc/Text;
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/MethodInfo;

  public io.vertx.codegen.MethodInfo setReturnDescription(io.vertx.codegen.doc.Text);
    descriptor: (Lio/vertx/codegen/doc/Text;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.doc.Text returnDescription
         0: .line 181
            aload 0 /* this */
            aload 1 /* returnDescription */
            putfield io.vertx.codegen.MethodInfo.returnDescription:Lio/vertx/codegen/doc/Text;
         1: .line 182
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.codegen.doc.Text returnDescription
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/codegen/MethodInfo;
            0    2     1  returnDescription  Lio/vertx/codegen/doc/Text;
    MethodParameters:
                   Name  Flags
      returnDescription  

  public java.util.Set<io.vertx.codegen.type.ClassTypeInfo> getOwnerTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.ownerTypes:Ljava/util/Set;
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/MethodInfo;
    Signature: ()Ljava/util/Set<Lio/vertx/codegen/type/ClassTypeInfo;>;

  public io.vertx.codegen.MethodInfo setOwnerTypes(java.util.Set<io.vertx.codegen.type.ClassTypeInfo>);
    descriptor: (Ljava/util/Set;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // java.util.Set ownerTypes
         0: .line 190
            aload 0 /* this */
            aload 1 /* ownerTypes */
            putfield io.vertx.codegen.MethodInfo.ownerTypes:Ljava/util/Set;
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // java.util.Set ownerTypes
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codegen/MethodInfo;
            0    2     1  ownerTypes  Ljava/util/Set<Lio/vertx/codegen/type/ClassTypeInfo;>;
    Signature: (Ljava/util/Set<Lio/vertx/codegen/type/ClassTypeInfo;>;)Lio/vertx/codegen/MethodInfo;
    MethodParameters:
            Name  Flags
      ownerTypes  

  public io.vertx.codegen.Signature getSignature();
    descriptor: ()Lio/vertx/codegen/Signature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 200
            new io.vertx.codegen.Signature
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.name:Ljava/lang/String;
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokespecial io.vertx.codegen.Signature.<init>:(Ljava/lang/String;Ljava/util/List;)V
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/MethodInfo;

  public boolean isOwnedBy(io.vertx.codegen.type.ClassTypeInfo);
    descriptor: (Lio/vertx/codegen/type/ClassTypeInfo;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.type.ClassTypeInfo owner
         0: .line 211
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.ownerTypes:Ljava/util/Set;
            aload 1 /* owner */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.ownerTypes:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // io.vertx.codegen.type.ClassTypeInfo owner
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/codegen/MethodInfo;
            0    2     1  owner  Lio/vertx/codegen/type/ClassTypeInfo;
    MethodParameters:
       Name  Flags
      owner  

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

  public io.vertx.codegen.MethodInfo setFluent(boolean);
    descriptor: (Z)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // boolean fluent
         0: .line 219
            aload 0 /* this */
            iload 1 /* fluent */
            putfield io.vertx.codegen.MethodInfo.fluent:Z
         1: .line 220
            aload 0 /* this */
            areturn
        end local 1 // boolean fluent
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/codegen/MethodInfo;
            0    2     1  fluent  Z
    MethodParameters:
        Name  Flags
      fluent  

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

  public io.vertx.codegen.MethodInfo setCacheReturn(boolean);
    descriptor: (Z)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // boolean cacheReturn
         0: .line 228
            aload 0 /* this */
            iload 1 /* cacheReturn */
            putfield io.vertx.codegen.MethodInfo.cacheReturn:Z
         1: .line 229
            aload 0 /* this */
            areturn
        end local 1 // boolean cacheReturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/codegen/MethodInfo;
            0    2     1  cacheReturn  Z
    MethodParameters:
             Name  Flags
      cacheReturn  

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

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

  public io.vertx.codegen.MethodInfo setParams(java.util.List<io.vertx.codegen.ParamInfo>);
    descriptor: (Ljava/util/List;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // java.util.List params
         0: .line 244
            aload 0 /* this */
            aload 1 /* params */
            putfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
         1: .line 245
            aload 0 /* this */
            areturn
        end local 1 // java.util.List params
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/codegen/MethodInfo;
            0    2     1  params  Ljava/util/List<Lio/vertx/codegen/ParamInfo;>;
    Signature: (Ljava/util/List<Lio/vertx/codegen/ParamInfo;>;)Lio/vertx/codegen/MethodInfo;
    MethodParameters:
        Name  Flags
      params  

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

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

  public io.vertx.codegen.MethodInfo setComment(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // java.lang.String comment
         0: .line 257
            aload 0 /* this */
            aload 1 /* comment */
            putfield io.vertx.codegen.MethodInfo.comment:Ljava/lang/String;
         1: .line 258
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String comment
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/codegen/MethodInfo;
            0    2     1  comment  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      comment  

  public io.vertx.codegen.doc.Doc getDoc();
    descriptor: ()Lio/vertx/codegen/doc/Doc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 262
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.doc:Lio/vertx/codegen/doc/Doc;
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/MethodInfo;

  public io.vertx.codegen.MethodInfo setDoc(io.vertx.codegen.doc.Doc);
    descriptor: (Lio/vertx/codegen/doc/Doc;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.doc.Doc doc
         0: .line 266
            aload 0 /* this */
            aload 1 /* doc */
            putfield io.vertx.codegen.MethodInfo.doc:Lio/vertx/codegen/doc/Doc;
         1: .line 267
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.codegen.doc.Doc doc
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/MethodInfo;
            0    2     1   doc  Lio/vertx/codegen/doc/Doc;
    MethodParameters:
      Name  Flags
      doc   

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

  public io.vertx.codegen.MethodInfo setStaticMethod(boolean);
    descriptor: (Z)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // boolean staticMethod
         0: .line 275
            aload 0 /* this */
            iload 1 /* staticMethod */
            putfield io.vertx.codegen.MethodInfo.staticMethod:Z
         1: .line 276
            aload 0 /* this */
            areturn
        end local 1 // boolean staticMethod
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/codegen/MethodInfo;
            0    2     1  staticMethod  Z
    MethodParameters:
              Name  Flags
      staticMethod  

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

  public io.vertx.codegen.MethodInfo setDefaultMethod(boolean);
    descriptor: (Z)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // boolean defaultMethod
         0: .line 284
            aload 0 /* this */
            iload 1 /* defaultMethod */
            putfield io.vertx.codegen.MethodInfo.defaultMethod:Z
         1: .line 285
            aload 0 /* this */
            areturn
        end local 1 // boolean defaultMethod
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/codegen/MethodInfo;
            0    2     1  defaultMethod  Z
    MethodParameters:
               Name  Flags
      defaultMethod  

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

  public io.vertx.codegen.MethodInfo setDeprecated(boolean);
    descriptor: (Z)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // boolean deprecated
         0: .line 297
            aload 0 /* this */
            iload 1 /* deprecated */
            putfield io.vertx.codegen.MethodInfo.deprecated:Z
         1: .line 298
            aload 0 /* this */
            areturn
        end local 1 // boolean deprecated
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codegen/MethodInfo;
            0    2     1  deprecated  Z
    MethodParameters:
            Name  Flags
      deprecated  

  public io.vertx.codegen.doc.Text getDeprecatedDesc();
    descriptor: ()Lio/vertx/codegen/doc/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.deprecatedDesc:Lio/vertx/codegen/doc/Text;
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/MethodInfo;

  public io.vertx.codegen.MethodInfo setDeprecatedDesc(io.vertx.codegen.doc.Text);
    descriptor: (Lio/vertx/codegen/doc/Text;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.doc.Text deprecatedDesc
         0: .line 309
            aload 0 /* this */
            aload 1 /* deprecatedDesc */
            putfield io.vertx.codegen.MethodInfo.deprecatedDesc:Lio/vertx/codegen/doc/Text;
         1: .line 310
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.codegen.doc.Text deprecatedDesc
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/codegen/MethodInfo;
            0    2     1  deprecatedDesc  Lio/vertx/codegen/doc/Text;
    MethodParameters:
                Name  Flags
      deprecatedDesc  

  public java.util.List<io.vertx.codegen.TypeParamInfo$Method> getTypeParams();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 314
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/MethodInfo;
    Signature: ()Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;

  public io.vertx.codegen.MethodInfo setTypeParams(java.util.List<io.vertx.codegen.TypeParamInfo$Method>);
    descriptor: (Ljava/util/List;)Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // java.util.List typeParams
         0: .line 318
            aload 0 /* this */
            aload 1 /* typeParams */
            putfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
         1: .line 319
            aload 0 /* this */
            areturn
        end local 1 // java.util.List typeParams
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codegen/MethodInfo;
            0    2     1  typeParams  Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;
    Signature: (Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;)Lio/vertx/codegen/MethodInfo;
    MethodParameters:
            Name  Flags
      typeParams  

  public void mergeTypeParams(java.util.List<io.vertx.codegen.TypeParamInfo$Method>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // java.util.List mergedTypeParams
         0: .line 323
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 1 /* mergedTypeParams */
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* l */
        start local 2 // int l
         1: .line 324
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            iconst_0
            iload 2 /* l */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            aload 1 /* mergedTypeParams */
            iconst_0
            iload 2 /* l */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 325
            aload 1 /* mergedTypeParams */
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmple 6
         3: .line 326
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            aload 1 /* mergedTypeParams */
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 1 /* mergedTypeParams */
            invokeinterface java.util.List.size:()I
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         4: .line 328
            goto 6
         5: .line 329
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Merged type params "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* mergedTypeParams */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " don't match the existing ones "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int l
        end local 1 // java.util.List mergedTypeParams
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lio/vertx/codegen/MethodInfo;
            0    7     1  mergedTypeParams  Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;
            1    7     2                 l  I
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/util/List<Lio/vertx/codegen/TypeParamInfo$Method;>;)V
    MethodParameters:
                  Name  Flags
      mergedTypeParams  

  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.MethodInfo this
        start local 1 // java.util.Collection imports
         0: .line 334
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params: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/ParamInfo.getType()Lio/vertx/codegen/type/TypeInfo; (5)
                  (Lio/vertx/codegen/ParamInfo;)Lio/vertx/codegen/type/TypeInfo;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)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/MethodInfo.lambda$4(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
         1: .line 335
            return
        end local 1 // java.util.Collection imports
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/codegen/MethodInfo;
            0    2     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 io.vertx.codegen.MethodInfo copy();
    descriptor: ()Lio/vertx/codegen/MethodInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=1, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 341
            new io.vertx.codegen.MethodInfo
            dup
         1: .line 342
            new java.util.HashSet
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.ownerTypes:Ljava/util/Set;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
         2: .line 343
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.name:Ljava/lang/String;
         3: .line 344
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.returnType:Lio/vertx/codegen/type/TypeInfo;
         4: .line 345
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.returnDescription:Lio/vertx/codegen/doc/Text;
         5: .line 346
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.fluent:Z
         6: .line 347
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.cacheReturn:Z
         7: .line 348
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
         8: .line 349
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.comment:Ljava/lang/String;
         9: .line 350
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.doc:Lio/vertx/codegen/doc/Doc;
        10: .line 351
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.staticMethod:Z
        11: .line 352
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.defaultMethod:Z
        12: .line 353
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
        13: .line 354
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.deprecated:Z
        14: .line 355
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.deprecatedDesc:Lio/vertx/codegen/doc/Text;
        15: .line 341
            invokespecial io.vertx.codegen.MethodInfo.<init>:(Ljava/util/Set;Ljava/lang/String;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codegen/doc/Text;ZZLjava/util/List;Ljava/lang/String;Lio/vertx/codegen/doc/Doc;ZZLjava/util/List;ZLio/vertx/codegen/doc/Text;)V
            areturn
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lio/vertx/codegen/MethodInfo;

  public int compareTo(io.vertx.codegen.MethodInfo);
    descriptor: (Lio/vertx/codegen/MethodInfo;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // io.vertx.codegen.MethodInfo this
        start local 1 // io.vertx.codegen.MethodInfo o
         0: .line 360
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.name:Ljava/lang/String;
            aload 1 /* o */
            getfield io.vertx.codegen.MethodInfo.name:Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 2 /* cmp */
        start local 2 // int cmp
         1: .line 361
            iload 2 /* cmp */
            ifeq 3
         2: .line 362
            iload 2 /* cmp */
            ireturn
         3: .line 364
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* i1 */
        start local 3 // java.util.Iterator i1
         4: .line 365
            aload 1 /* o */
            getfield io.vertx.codegen.MethodInfo.params:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* i2 */
        start local 4 // java.util.Iterator i2
         5: .line 366
            goto 11
         6: .line 367
      StackMap locals: java.util.Iterator java.util.Iterator
      StackMap stack:
            aload 3 /* i1 */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.codegen.ParamInfo
            astore 5 /* p1 */
        start local 5 // io.vertx.codegen.ParamInfo p1
         7: .line 368
            aload 4 /* i2 */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.codegen.ParamInfo
            astore 6 /* p2 */
        start local 6 // io.vertx.codegen.ParamInfo p2
         8: .line 369
            aload 5 /* p1 */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getRaw:()Lio/vertx/codegen/type/ClassTypeInfo;
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getName:()Ljava/lang/String;
            aload 6 /* p2 */
            invokevirtual io.vertx.codegen.ParamInfo.getType:()Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getRaw:()Lio/vertx/codegen/type/ClassTypeInfo;
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 2 /* cmp */
         9: .line 370
            iload 2 /* cmp */
            ifeq 11
        10: .line 371
            iload 2 /* cmp */
            ireturn
        end local 6 // io.vertx.codegen.ParamInfo p2
        end local 5 // io.vertx.codegen.ParamInfo p1
        11: .line 366
      StackMap locals:
      StackMap stack:
            aload 3 /* i1 */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 12
            aload 4 /* i2 */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        12: .line 374
      StackMap locals:
      StackMap stack:
            aload 3 /* i1 */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 15
        13: .line 375
            aload 4 /* i2 */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        14: .line 376
            iconst_1
            ireturn
        15: .line 378
      StackMap locals:
      StackMap stack:
            aload 4 /* i2 */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        16: .line 379
            iconst_m1
            ireturn
        17: .line 381
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // java.util.Iterator i2
        end local 3 // java.util.Iterator i1
        end local 2 // int cmp
        end local 1 // io.vertx.codegen.MethodInfo o
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/vertx/codegen/MethodInfo;
            0   18     1     o  Lio/vertx/codegen/MethodInfo;
            1   18     2   cmp  I
            4   18     3    i1  Ljava/util/Iterator<Lio/vertx/codegen/ParamInfo;>;
            5   18     4    i2  Ljava/util/Iterator<Lio/vertx/codegen/ParamInfo;>;
            7   11     5    p1  Lio/vertx/codegen/ParamInfo;
            8   11     6    p2  Lio/vertx/codegen/ParamInfo;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.codegen.MethodInfo this
         0: .line 386
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 387
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 11
         2: .line 388
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 9
         4: .line 389
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* sb */
            iload 2 /* i */
            ifle 5
            ldc ", "
            goto 6
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         5: ldc "<"
      StackMap locals: io.vertx.codegen.MethodInfo java.lang.StringBuilder int
      StackMap stack: java.lang.StringBuilder java.lang.String
         6: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 390
            aload 1 /* sb */
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.TypeParamInfo$Method
            invokevirtual io.vertx.codegen.TypeParamInfo$Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 388
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.typeParams:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 2 // int i
        10: .line 392
            aload 1 /* sb */
            ldc "> "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 394
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield io.vertx.codegen.MethodInfo.returnType:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 395
            aload 1 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        13: .line 396
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual io.vertx.codegen.MethodInfo.getSignature:()Lio/vertx/codegen/Signature;
            invokevirtual io.vertx.codegen.Signature.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 397
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // io.vertx.codegen.MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/codegen/MethodInfo;
            1   15     1    sb  Ljava/lang/StringBuilder;
            3   10     2     i  I

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.codegen.MethodInfo
            invokevirtual io.vertx.codegen.MethodInfo.compareTo:(Lio/vertx/codegen/MethodInfo;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$4(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 334
            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;
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lio/vertx/codegen/MethodInfo;>;
SourceFile: "MethodInfo.java"
InnerClasses:
  public Method = io.vertx.codegen.TypeParamInfo$Method of io.vertx.codegen.TypeParamInfo
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles