public class Parser<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Parser.IAstBuilder<T> |
static interface |
Parser.ITokenMatcher |
static interface |
Parser.ITokenScanner |
static class |
Parser.RuleType |
static class |
Parser.TokenType |
| Modifier and Type | Field and Description |
|---|---|
boolean |
stopAtFirstError |
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
T |
parse(Reader source) |
T |
parse(Reader source,
Parser.IAstBuilder<T> builder) |
T |
parse(String source) |
Copyright © 2015. All rights reserved.