Package org.jline.reader
Interface CompletingParsedLine
- All Superinterfaces:
ParsedLine
- All Known Implementing Classes:
DefaultParser.ArgumentList
,LineReaderImpl.CompletingWord
An extension of
ParsedLine
that, being aware of the quoting and escaping rules
of the Parser
that produced it, knows if and how a completion candidate
should be escaped/quoted.-
Method Summary
Methods inherited from interface org.jline.reader.ParsedLine
cursor, line, word, wordCursor, wordIndex, words
-
Method Details
-
escape
-
rawWordCursor
int rawWordCursor() -
rawWordLength
int rawWordLength()
-