Package org.jline.reader
Interface CompletingParsedLine
-
- All Superinterfaces:
ParsedLine
- All Known Implementing Classes:
DefaultParser.ArgumentList,LineReaderImpl.CompletingWord
public interface CompletingParsedLine extends ParsedLine
An extension ofParsedLinethat, being aware of the quoting and escaping rules of theParserthat 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.CharSequenceescape(java.lang.CharSequence candidate, boolean complete)intrawWordCursor()intrawWordLength()-
Methods inherited from interface org.jline.reader.ParsedLine
cursor, line, word, wordCursor, wordIndex, words
-
-