Pegmatite
Public Member Functions | List of all members
pegmatite::ParserDelegate Struct Referenceabstract

Parser delegate abstract class. More...

#include <parser.hh>

Inheritance diagram for pegmatite::ParserDelegate:
pegmatite::ASTParserDelegate

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.
 

Detailed Description

Parser delegate abstract class.

Subclasses of this are responsible for providing handlers for the rules in the grammar.


The documentation for this struct was generated from the following file: