final class jdk.nashorn.tools.jjs.Console$CompletionLine extends jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine implements jdk.internal.org.jline.reader.CompletingParsedLine
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.tools.jjs.Console$CompletionLine
  super_class: jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine
{
  public final java.util.List<jdk.internal.org.jline.reader.Candidate> candidates;
    descriptor: Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/List<Ljdk/internal/org/jline/reader/Candidate;>;

  public void <init>(java.lang.String, int, java.util.List<jdk.internal.org.jline.reader.Candidate>);
    descriptor: (Ljava/lang/String;ILjava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
        start local 1 // java.lang.String word
        start local 2 // int cursor
        start local 3 // java.util.List candidates
         0: .line 170
            aload 0 /* this */
            aload 1 /* word */
            iload 2 /* cursor */
            invokespecial jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.<init>:(Ljava/lang/String;I)V
         1: .line 171
            aload 0 /* this */
            aload 3 /* candidates */
            putfield jdk.nashorn.tools.jjs.Console$CompletionLine.candidates:Ljava/util/List;
         2: .line 172
            return
        end local 3 // java.util.List candidates
        end local 2 // int cursor
        end local 1 // java.lang.String word
        end local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/nashorn/tools/jjs/Console$CompletionLine;
            0    3     1        word  Ljava/lang/String;
            0    3     2      cursor  I
            0    3     3  candidates  Ljava/util/List<Ljdk/internal/org/jline/reader/Candidate;>;
    Signature: (Ljava/lang/String;ILjava/util/List<Ljdk/internal/org/jline/reader/Candidate;>;)V
    MethodParameters:
            Name  Flags
      word        
      cursor      
      candidates  

  public java.lang.CharSequence escape(java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/CharSequence;Z)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
        start local 1 // java.lang.CharSequence candidate
        start local 2 // boolean complete
         0: .line 175
            aload 1 /* candidate */
            areturn
        end local 2 // boolean complete
        end local 1 // java.lang.CharSequence candidate
        end local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljdk/nashorn/tools/jjs/Console$CompletionLine;
            0    1     1  candidate  Ljava/lang/CharSequence;
            0    1     2   complete  Z
    MethodParameters:
           Name  Flags
      candidate  
      complete   

  public int rawWordCursor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
         0: .line 179
            aload 0 /* this */
            invokevirtual jdk.nashorn.tools.jjs.Console$CompletionLine.word:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ireturn
        end local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/tools/jjs/Console$CompletionLine;

  public int rawWordLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
         0: .line 183
            aload 0 /* this */
            invokevirtual jdk.nashorn.tools.jjs.Console$CompletionLine.word:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ireturn
        end local 0 // jdk.nashorn.tools.jjs.Console$CompletionLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/tools/jjs/Console$CompletionLine;
}
SourceFile: "Console.java"
NestHost: jdk.nashorn.tools.jjs.Console
InnerClasses:
  public ArgumentLine = jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine of jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter
  private final CompletionLine = jdk.nashorn.tools.jjs.Console$CompletionLine of jdk.nashorn.tools.jjs.Console