public interface TreeBuilder
| Modifier and Type | Method and Description |
|---|---|
Object |
createNonterminal(int production) |
Object |
createTerminal(int terminal) |
void |
open(Scanner scanner,
Parser parser) |
Object createTerminal(int terminal) throws IOException
IOExceptionObject createNonterminal(int production) throws SemanticError
SemanticErrorCopyright © 1998–2017 1&1. All rights reserved.