Uses of Interface
org.jline.reader.CompletingParsedLine
-
Packages that use CompletingParsedLine Package Description org.jline.reader JLine 3.org.jline.reader.impl -
-
Uses of CompletingParsedLine in org.jline.reader
Methods in org.jline.reader with parameters of type CompletingParsedLine Modifier and Type Method Description void
CompletionMatcher. 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 CompletingParsedLine Modifier and Type Class Description class
DefaultParser.ArgumentList
The result of a delimited buffer.Methods in org.jline.reader.impl with parameters of type CompletingParsedLine Modifier and Type Method Description void
CompletionMatcherImpl. compile(Map<LineReader.Option,Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName)
protected void
CompletionMatcherImpl. defaultMatchers(Map<LineReader.Option,Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName)
Default JLine matchers
-