Inheritance diagram for HAPI::ParseListener:
The parse listener used when one wants to call the Domain constructor should be created by implementing the ParseListener class.
The parse listener used when calling the parseClasses method of the ClassCollection class should be created by implementing the ClassParseListener subclass.
Public Member Functions | |
virtual void | parseError (int line, const std::string &msg)=0 |
Error handler for parse errors. |
|
Error handler for parse errors. The parseError method must be provided by the user in a specialized class derived from class ParseError. The error handling itself is determined by the user.
Implemented in HAPI::DefaultParseListener. |