Package | Description |
---|---|
org.jline.reader |
JLine 3.
|
org.jline.reader.impl |
Modifier and Type | Method | 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 | Description |
---|---|---|
ParsedLine |
Parser.parse(String line,
int cursor,
Parser.ParseContext context) |
Modifier and Type | Method | Description |
---|---|---|
ParsedLine |
DefaultParser.parse(String line,
int cursor,
Parser.ParseContext context) |
Copyright © 2020. All rights reserved.