#include <ErrorHandler.h>
Definition at line 50 of file ErrorHandler.h.
virtual vhdl::parser::TokenManagerErrorHandler::~TokenManagerErrorHandler |
( |
| ) |
|
|
inlinevirtual |
Definition at line 65 of file ErrorHandler.h.
67 fprintf(
stderr,
"Lexical error at: %d:%d. Encountered: %c after: %s.\n", errorLine, errorColumn, curChar, (EOFSeen?
"EOF" : (
const char*)errorAfter.c_str()));
int vhdl::parser::TokenManagerErrorHandler::error_count |
|
protected |
The documentation for this class was generated from the following file: