Interface ParsedLine

All Known Subinterfaces:
CompletingParsedLine
All Known Implementing Classes:
ArgumentCompleter.ArgumentLine, Completers.RegexCompleter.ArgumentLine, DefaultParser.ArgumentList

public interface ParsedLine
ParsedLine objects are returned by the Parser during completion or when accepting the line. The instances should implement the CompletingParsedLine interface so that escape chars and quotes can be correctly handled.
See Also: