public interface CompletingParsedLine extends ParsedLine
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.Modifier and Type | Method and Description |
---|---|
CharSequence |
escape(CharSequence candidate,
boolean complete) |
int |
rawWordCursor() |
int |
rawWordLength() |
cursor, line, word, wordCursor, wordIndex, words
CharSequence escape(CharSequence candidate, boolean complete)
int rawWordCursor()
int rawWordLength()