Interface CompletingParsedLine

All Superinterfaces:
ParsedLine
All Known Implementing Classes:
DefaultParser.ArgumentList, LineReaderImpl.CompletingWord

public interface CompletingParsedLine extends ParsedLine
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 Details

    • escape

      CharSequence escape(CharSequence candidate, boolean complete)
    • rawWordCursor

      int rawWordCursor()
    • rawWordLength

      int rawWordLength()