class io.vertx.ext.shell.term.impl.TermImpl$1 implements io.vertx.ext.shell.cli.Completion
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.shell.term.impl.TermImpl$1
  super_class: java.lang.Object
{
  final io.vertx.ext.shell.term.impl.TermImpl this$0;
    descriptor: Lio/vertx/ext/shell/term/impl/TermImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$line;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$tokens;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.termd.core.readline.Completion val$abc;
    descriptor: Lio/termd/core/readline/Completion;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.shell.term.impl.TermImpl, java.lang.String, java.util.List, io.termd.core.readline.Completion);
    descriptor: (Lio/vertx/ext/shell/term/impl/TermImpl;Ljava/lang/String;Ljava/util/List;Lio/termd/core/readline/Completion;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
         0: .line 144
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.shell.term.impl.TermImpl$1.this$0:Lio/vertx/ext/shell/term/impl/TermImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.shell.term.impl.TermImpl$1.val$line:Ljava/lang/String;
            aload 0 /* this */
            aload 3
            putfield io.vertx.ext.shell.term.impl.TermImpl$1.val$tokens:Ljava/util/List;
            aload 0 /* this */
            aload 4
            putfield io.vertx.ext.shell.term.impl.TermImpl$1.val$abc:Lio/termd/core/readline/Completion;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/TermImpl$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$line    final
      val$tokens  final
      val$abc     final

  public io.vertx.core.Vertx vertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermImpl$1.this$0:Lio/vertx/ext/shell/term/impl/TermImpl;
            getfield io.vertx.ext.shell.term.impl.TermImpl.vertx:Lio/vertx/core/Vertx;
            areturn
        end local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/TermImpl$1;

  public io.vertx.ext.shell.session.Session session();
    descriptor: ()Lio/vertx/ext/shell/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermImpl$1.this$0:Lio/vertx/ext/shell/term/impl/TermImpl;
            getfield io.vertx.ext.shell.term.impl.TermImpl.session:Lio/vertx/ext/shell/session/Session;
            areturn
        end local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/TermImpl$1;

  public java.lang.String rawLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
         0: .line 158
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermImpl$1.val$line:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/TermImpl$1;

  public java.util.List<io.vertx.ext.shell.cli.CliToken> lineTokens();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
         0: .line 163
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermImpl$1.val$tokens:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/TermImpl$1;
    Signature: ()Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;

  public void complete(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
        start local 1 // java.util.List candidates
         0: .line 168
            aload 1 /* candidates */
            invokeinterface java.util.List.size:()I
            ifle 6
         1: .line 169
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermImpl$1.val$abc:Lio/termd/core/readline/Completion;
            aload 1 /* candidates */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
         2: .line 170
            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/termd/core/util/Helper.toCodePoints(Ljava/lang/String;)[I (6)
                  (Ljava/lang/String;)[I
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         3: .line 171
            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
         4: .line 169
            invokevirtual io.termd.core.readline.Completion.suggest:(Ljava/util/List;)V
         5: .line 172
            goto 7
         6: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermImpl$1.val$abc:Lio/termd/core/readline/Completion;
            invokevirtual io.termd.core.readline.Completion.end:()V
         7: .line 175
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List candidates
        end local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/vertx/ext/shell/term/impl/TermImpl$1;
            0    8     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.ext.shell.term.impl.TermImpl$1 this
        start local 1 // java.lang.String value
        start local 2 // boolean terminal
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermImpl$1.val$abc:Lio/termd/core/readline/Completion;
            aload 1 /* value */
            invokestatic io.termd.core.util.Helper.toCodePoints:(Ljava/lang/String;)[I
            iload 2 /* terminal */
            invokevirtual io.termd.core.readline.Completion.complete:([IZ)V
         1: .line 180
            return
        end local 2 // boolean terminal
        end local 1 // java.lang.String value
        end local 0 // io.vertx.ext.shell.term.impl.TermImpl$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/shell/term/impl/TermImpl$1;
            0    2     1     value  Ljava/lang/String;
            0    2     2  terminal  Z
    MethodParameters:
          Name  Flags
      value     
      terminal  
}
SourceFile: "TermImpl.java"
EnclosingMethod: io.vertx.ext.shell.term.impl.TermImpl.lambda$5:(Lio/vertx/core/Handler;Lio/termd/core/readline/Completion;)V
NestHost: io.vertx.ext.shell.term.impl.TermImpl
InnerClasses:
  io.vertx.ext.shell.term.impl.TermImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles