| Package | Description |
|---|---|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
static LineReaderImpl.CompletionType |
LineReaderImpl.CompletionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineReaderImpl.CompletionType[] |
LineReaderImpl.CompletionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
LineReaderImpl.doComplete(LineReaderImpl.CompletionType lst,
boolean useMenu,
boolean prefix) |
protected boolean |
LineReaderImpl.doComplete(LineReaderImpl.CompletionType lst,
boolean useMenu,
boolean prefix,
boolean forSuggestion) |
Copyright © 2020. All rights reserved.