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