public class Parser
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Parser.EmptyOpt |
static class |
Parser.Nonterminal |
static class |
Parser.SourcePosition |
static interface |
Parser.Symbol |
static class |
Parser.Token |
static interface |
Parser.Tokens |
static interface |
Parser.TokenScanner
Interface implemented by scanners that this parser can use.
|
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
Parser.Symbol |
parse(Parser.TokenScanner in) |
public Parser.Symbol parse(Parser.TokenScanner in) throws java.io.IOException
java.io.IOException