public class io.vertx.codetrans.Helper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codetrans.Helper
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.Helper this
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.codetrans.Helper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/Helper;

  public static <E> java.util.List<E> append(java.util.List<E>, E);
    descriptor: (Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.List list
        start local 1 // java.lang.Object last
         0: .line 17
            new java.util.ArrayList
            dup
            aload 0 /* list */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 2 /* copy */
        start local 2 // java.util.ArrayList copy
         1: .line 18
            aload 2 /* copy */
            aload 1 /* last */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 19
            aload 2 /* copy */
            areturn
        end local 2 // java.util.ArrayList copy
        end local 1 // java.lang.Object last
        end local 0 // java.util.List list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  list  Ljava/util/List<TE;>;
            0    3     1  last  TE;
            1    3     2  copy  Ljava/util/ArrayList<TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/List<TE;>;TE;)Ljava/util/List<TE;>;
    MethodParameters:
      Name  Flags
      list  
      last  

  public static boolean isHandler(io.vertx.codegen.type.TypeInfo);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.codegen.type.TypeInfo type
         0: .line 23
            aload 0 /* type */
            instanceof io.vertx.codegen.type.ParameterizedTypeInfo
            ifeq 3
         1: .line 24
            aload 0 /* type */
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            astore 1 /* parameterizedType */
        start local 1 // io.vertx.codegen.type.ParameterizedTypeInfo parameterizedType
         2: .line 25
            aload 1 /* parameterizedType */
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getRaw:()Lio/vertx/codegen/type/ClassTypeInfo;
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getName:()Ljava/lang/String;
            ldc Lio/vertx/core/Handler;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // io.vertx.codegen.type.ParameterizedTypeInfo parameterizedType
         3: .line 27
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // io.vertx.codegen.type.TypeInfo type
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               type  Lio/vertx/codegen/type/TypeInfo;
            2    3     1  parameterizedType  Lio/vertx/codegen/type/ParameterizedTypeInfo;
    MethodParameters:
      Name  Flags
      type  

  public static boolean isInstanceOfHandler(io.vertx.codegen.type.TypeInfo);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.codegen.type.TypeInfo type
         0: .line 31
            aload 0 /* type */
            instanceof io.vertx.codegen.type.ApiTypeInfo
            ifeq 3
         1: .line 32
            aload 0 /* type */
            checkcast io.vertx.codegen.type.ApiTypeInfo
            astore 1 /* apiType */
        start local 1 // io.vertx.codegen.type.ApiTypeInfo apiType
         2: .line 33
            aload 1 /* apiType */
            invokevirtual io.vertx.codegen.type.ApiTypeInfo.isHandler:()Z
            ireturn
        end local 1 // io.vertx.codegen.type.ApiTypeInfo apiType
         3: .line 35
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // io.vertx.codegen.type.TypeInfo type
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     type  Lio/vertx/codegen/type/TypeInfo;
            2    3     1  apiType  Lio/vertx/codegen/type/ApiTypeInfo;
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "Helper.java"