public class io.vertx.reactivex.ext.shell.cli.Completion
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.shell.cli.Completion
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.shell.cli.Completion> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/shell/cli/Completion;>;

  private final io.vertx.ext.shell.cli.Completion delegate;
    descriptor: Lio/vertx/ext/shell/cli/Completion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.shell.cli.CliToken> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/shell/cli/CliToken;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            new io.vertx.lang.rx.TypeArg
            dup
            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/reactivex/ext/shell/cli/Completion.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            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/reactivex/ext/shell/cli/Completion.getDelegate()Lio/vertx/ext/shell/cli/Completion; (5)
                  (Lio/vertx/reactivex/ext/shell/cli/Completion;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.shell.cli.Completion.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 87
            new io.vertx.lang.rx.TypeArg
            dup
            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/reactivex/ext/shell/cli/Completion.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            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/reactivex/ext/shell/cli/Completion.lambda$3(Lio/vertx/reactivex/ext/shell/cli/CliToken;)Ljava/lang/Object; (6)
                  (Lio/vertx/reactivex/ext/shell/cli/CliToken;)Ljava/lang/Object;
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.shell.cli.Completion.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;

  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.reactivex.ext.shell.cli.Completion this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.shell.cli.Completion
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.shell.cli.Completion that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.shell.cli.Completion that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/shell/cli/Completion;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;

  public void <init>(io.vertx.ext.shell.cli.Completion);
    descriptor: (Lio/vertx/ext/shell/cli/Completion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
        start local 1 // io.vertx.ext.shell.cli.Completion delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
         2: .line 77
            return
        end local 1 // io.vertx.ext.shell.cli.Completion delegate
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            0    3     1  delegate  Lio/vertx/ext/shell/cli/Completion;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.shell.cli.Completion
            putfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.shell.cli.Completion getDelegate();
    descriptor: ()Lio/vertx/ext/shell/cli/Completion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            areturn
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;

  public io.vertx.reactivex.core.Vertx vertx();
    descriptor: ()Lio/vertx/reactivex/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            invokeinterface io.vertx.ext.shell.cli.Completion.vertx:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.reactivex.core.Vertx.newInstance:(Lio/vertx/core/Vertx;)Lio/vertx/reactivex/core/Vertx;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.Vertx ret
         1: .line 94
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.Vertx ret
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            1    2     1   ret  Lio/vertx/reactivex/core/Vertx;

  public io.vertx.reactivex.ext.shell.session.Session session();
    descriptor: ()Lio/vertx/reactivex/ext/shell/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            invokeinterface io.vertx.ext.shell.cli.Completion.session:()Lio/vertx/ext/shell/session/Session;
            invokestatic io.vertx.reactivex.ext.shell.session.Session.newInstance:(Lio/vertx/ext/shell/session/Session;)Lio/vertx/reactivex/ext/shell/session/Session;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.shell.session.Session ret
         1: .line 102
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.shell.session.Session ret
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            1    2     1   ret  Lio/vertx/reactivex/ext/shell/session/Session;

  public java.lang.String rawLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            invokeinterface io.vertx.ext.shell.cli.Completion.rawLine:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 110
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            1    2     1   ret  Ljava/lang/String;

  public java.util.List<io.vertx.reactivex.ext.shell.cli.CliToken> lineTokens();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            invokeinterface io.vertx.ext.shell.cli.Completion.lineTokens:()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/reactivex/ext/shell/cli/Completion.lambda$4(Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken; (6)
                  (Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
            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
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 118
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            1    2     1   ret  Ljava/util/List<Lio/vertx/reactivex/ext/shell/cli/CliToken;>;
    Signature: ()Ljava/util/List<Lio/vertx/reactivex/ext/shell/cli/CliToken;>;

  public void complete(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
        start local 1 // java.util.List candidates
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            aload 1 /* candidates */
            invokeinterface io.vertx.ext.shell.cli.Completion.complete:(Ljava/util/List;)V
         1: .line 127
            return
        end local 1 // java.util.List candidates
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            0    2     1  candidates  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      candidates  

  public void complete(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
        start local 1 // java.lang.String value
        start local 2 // boolean terminal
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.cli.Completion.delegate:Lio/vertx/ext/shell/cli/Completion;
            aload 1 /* value */
            iload 2 /* terminal */
            invokeinterface io.vertx.ext.shell.cli.Completion.complete:(Ljava/lang/String;Z)V
         1: .line 136
            return
        end local 2 // boolean terminal
        end local 1 // java.lang.String value
        end local 0 // io.vertx.reactivex.ext.shell.cli.Completion this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/shell/cli/Completion;
            0    2     1     value  Ljava/lang/String;
            0    2     2  terminal  Z
    MethodParameters:
          Name  Flags
      value     
      terminal  

  public static io.vertx.reactivex.ext.shell.cli.Completion newInstance(io.vertx.ext.shell.cli.Completion);
    descriptor: (Lio/vertx/ext/shell/cli/Completion;)Lio/vertx/reactivex/ext/shell/cli/Completion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.cli.Completion arg
         0: .line 139
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.shell.cli.Completion
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.shell.cli.Completion.<init>:(Lio/vertx/ext/shell/cli/Completion;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.shell.cli.Completion
         2: areturn
        end local 0 // io.vertx.ext.shell.cli.Completion arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/shell/cli/Completion;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 69
            new io.vertx.reactivex.ext.shell.cli.Completion
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.shell.cli.Completion
            invokespecial io.vertx.reactivex.ext.shell.cli.Completion.<init>:(Lio/vertx/ext/shell/cli/Completion;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 87
            aload 0 /* o1 */
            checkcast io.vertx.ext.shell.cli.CliToken
            invokestatic io.vertx.reactivex.ext.shell.cli.CliToken.newInstance:(Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.reactivex.ext.shell.cli.CliToken);
    descriptor: (Lio/vertx/reactivex/ext/shell/cli/CliToken;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.CliToken o1
         0: .line 87
            aload 0 /* o1 */
            invokevirtual io.vertx.reactivex.ext.shell.cli.CliToken.getDelegate:()Lio/vertx/ext/shell/cli/CliToken;
            areturn
        end local 0 // io.vertx.reactivex.ext.shell.cli.CliToken o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/reactivex/ext/shell/cli/CliToken;

  private static io.vertx.reactivex.ext.shell.cli.CliToken lambda$4(io.vertx.ext.shell.cli.CliToken);
    descriptor: (Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.cli.CliToken elt
         0: .line 117
            aload 0 /* elt */
            invokestatic io.vertx.reactivex.ext.shell.cli.CliToken.newInstance:(Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
            areturn
        end local 0 // io.vertx.ext.shell.cli.CliToken elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/ext/shell/cli/CliToken;
}
SourceFile: "Completion.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/shell/cli/Completion;)