Interface | Description |
---|---|
Binding | |
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.
|
ParsedLine | |
Parser | |
Widget |
Class | Description |
---|---|
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 © 2017. All rights reserved.