Interface CompletingParsedLine

All Superinterfaces:
ParsedLine
All Known Implementing Classes:
DefaultParser.ArgumentList

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.
Author:
Eric Bottard
  • Method Details

    • escape

      CharSequence escape(CharSequence candidate, boolean complete)
    • rawWordCursor

      int rawWordCursor()
    • rawWordLength

      int rawWordLength()