|
Pegmatite
|
Parser delegate abstract class. More...
#include <parser.hh>
Public Member Functions | |
| virtual parse_proc | get_parse_proc (const Rule &) const =0 |
| Returns the handler for the specified rule. | |
| virtual | ~ParserDelegate () |
| Virtual destructor, for cleaning up subclasses correctly. | |
Parser delegate abstract class.
Subclasses of this are responsible for providing handlers for the rules in the grammar.
1.8.11