Package org.jline.reader
Interface CompletingParsedLine
-
- All Superinterfaces:
ParsedLine
- All Known Implementing Classes:
DefaultParser.ArgumentList
,LineReaderImpl.CompletingWord
public interface CompletingParsedLine extends ParsedLine
An extension ofParsedLine
that, being aware of the quoting and escaping rules of theParser
that produced it, knows if and how a completion candidate should be escaped/quoted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequence
escape(java.lang.CharSequence candidate, boolean complete)
int
rawWordCursor()
int
rawWordLength()
-
Methods inherited from interface org.jline.reader.ParsedLine
cursor, line, word, wordCursor, wordIndex, words
-
-