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
SyntaxError
default ParsedLine parse(String line, int cursor) throws SyntaxError
SyntaxError
Copyright © 2019. All rights reserved.