| Interface | Description |
|---|---|
| Binding |
Marker interface for objects bound to key sequences.
|
| Buffer | |
| Completer |
A completer is the mechanism by which tab-completion candidates will be resolved.
|
| Expander | |
| Highlighter | |
| History |
Console history.
|
| History.Entry | |
| LineReader |
Read lines from the console, with input editing.
|
| MaskingCallback |
Callback used to mask parts of the line
|
| ParsedLine | |
| Parser | |
| Widget |
| Class | Description |
|---|---|
| Candidate |
A completion candidate.
|
| LineReaderBuilder | |
| Macro | |
| Reference |
A reference to a
Widget. |
| Enum | Description |
|---|---|
| LineReader.Option | |
| LineReader.RegionType | |
| Parser.ParseContext |
| Exception | Description |
|---|---|
| EndOfFileException |
This exception is thrown by
LineReader.readLine() when
user the user types ctrl-D). |
| EOFError | |
| SyntaxError | |
| UserInterruptException |
This exception is thrown by
LineReader.readLine() when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C). |
Copyright © 2020. All rights reserved.