#include <grammar.h>
Inheritance diagram for NonTerminal:
Public Methods | |
NonTerminal (String the_name) | |
void | AddProduction (Production *prod) |
bool | is_terminal () |
void | set_repeating () |
bool | is_repeating () |
int | production_count () |
Production* | get_production (int n) |
void | Print () |
void | sort () |
|
|
|
Reimplemented from GrammarSymbol.
|
|
|
Reimplemented from GrammarSymbol.
|
|
|