Top Description Methods
jdk.internal.org.jline.reader

public Interface CompletingParsedLine

extends ParsedLine
Known Direct Implementers
jdk.internal.org.jline.reader.impl.DefaultParser.ArgumentList, jdk.internal.org.jline.reader.impl.LineReaderImpl.CompletingWord

An extension of ParsedLine that, being aware of the quoting and escaping rules of the org.jline.reader.Parser that produced it, knows if and how a completion candidate should be escaped/quoted.
Author
Eric Bottard

Method Summary

Modifier and TypeMethod and Description
public CharSequence
escape(CharSequence candidate, boolean complete)

public int
public int
Inherited from jdk.internal.org.jline.reader.ParsedLine:
cursorlinewordwordCursorwordIndexwords

Method Detail

escapeback to summary
public CharSequence escape(CharSequence candidate, boolean complete)
rawWordCursorback to summary
public int rawWordCursor()
rawWordLengthback to summary
public int rawWordLength()