| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
LineReader.SuggestionType |
LineReader.getAutosuggestion() |
static LineReader.SuggestionType |
LineReader.SuggestionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineReader.SuggestionType[] |
LineReader.SuggestionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineReader.setAutosuggestion(LineReader.SuggestionType type) |
| Modifier and Type | Field and Description |
|---|---|
protected LineReader.SuggestionType |
LineReaderImpl.autosuggestion |
| Modifier and Type | Method and Description |
|---|---|
LineReader.SuggestionType |
LineReaderImpl.getAutosuggestion() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineReaderImpl.setAutosuggestion(LineReader.SuggestionType type) |
Copyright © 2020. All rights reserved.