Interface CompletingParsedLine

All Known Implementing Classes:
ExtendedDefaultParser.ExtendedArgumentList
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CompletingParsedLine
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 Summary

    Modifier and Type
    Method
    Description
    emit(CharSequence candidate)