| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletionMatcher.compile(Map<LineReader.Option,Boolean> options,
boolean prefix,
CompletingParsedLine line,
boolean caseInsensitive,
int errors,
String originalGroupName)
Compiles completion matcher functions
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParser.ArgumentList
The result of a delimited buffer.
|
| Modifier and Type | Method and Description |
|---|---|
protected static CompletingParsedLine |
LineReaderImpl.wrap(ParsedLine line) |
| Modifier and Type | Method and 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
|
Copyright © 2023. All rights reserved.