public interface Parser
| Modifier and Type | Interface and Description |
|---|---|
static class |
Parser.ParseContext |
| Modifier and Type | Method and Description |
|---|---|
default ParsedLine |
parse(String line,
int cursor) |
ParsedLine |
parse(String line,
int cursor,
Parser.ParseContext context) |
ParsedLine parse(String line, int cursor, Parser.ParseContext context) throws SyntaxError
SyntaxErrordefault ParsedLine parse(String line, int cursor) throws SyntaxError
SyntaxErrorCopyright © 2020. All rights reserved.