| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
static Parser.ParseContext |
Parser.ParseContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser.ParseContext[] |
Parser.ParseContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParsedLine |
Parser.parse(String line,
int cursor,
Parser.ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
ParsedLine |
DefaultParser.parse(String line,
int cursor,
Parser.ParseContext context) |
Copyright © 2020. All rights reserved.