Uses of Interface
org.jline.reader.CompletingParsedLine
Packages that use CompletingParsedLine
-
Uses of CompletingParsedLine in org.jline.reader
Methods in org.jline.reader with parameters of type CompletingParsedLineModifier and TypeMethodDescriptionvoidCompletionMatcher.compile(Map<LineReader.Option, Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName) Compiles completion matcher functions -
Uses of CompletingParsedLine in org.jline.reader.impl
Classes in org.jline.reader.impl that implement CompletingParsedLineModifier and TypeClassDescriptionclassThe result of a delimited buffer.Methods in org.jline.reader.impl that return CompletingParsedLineModifier and TypeMethodDescriptionprotected static CompletingParsedLineLineReaderImpl.wrap(ParsedLine line) Methods in org.jline.reader.impl with parameters of type CompletingParsedLineModifier and TypeMethodDescriptionvoidCompletionMatcherImpl.compile(Map<LineReader.Option, Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName) protected voidCompletionMatcherImpl.defaultMatchers(Map<LineReader.Option, Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName) Default JLine matchers