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 voidCompletionMatcher. 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 classDefaultParser.ArgumentListThe result of a delimited buffer.Methods in org.jline.reader.impl with parameters of type CompletingParsedLine Modifier and Type Method Description voidCompletionMatcherImpl. 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
-