Doxygen
|
#include <vhdlparser/VhdlParserErrorHandler.hpp>
Public Member Functions | |
VhdlErrorHandler (const char *fileName) | |
virtual void | handleUnexpectedToken (int, const JJString &, Token *actual, VhdlParser *) |
virtual void | handleParseError (Token *last, Token *unexpected, const JJSimpleString &, VhdlParser *) |
virtual void | handleOtherError (const JJString &message, VhdlParser *) |
Public Member Functions inherited from vhdl::parser::ErrorHandler | |
virtual int | getErrorCount () |
virtual | ~ErrorHandler () |
ErrorHandler () | |
Private Attributes | |
QCString | m_fileName |
Additional Inherited Members | |
Protected Attributes inherited from vhdl::parser::ErrorHandler | |
int | error_count |
Definition at line 16 of file VhdlParserErrorHandler.hpp.
|
inline |
Definition at line 19 of file VhdlParserErrorHandler.hpp.
References m_fileName.
|
inlinevirtual |
Reimplemented from vhdl::parser::ErrorHandler.
Definition at line 35 of file VhdlParserErrorHandler.hpp.
References vhdl::parser::ErrorHandler::error_count, m_fileName, vhdl::parser::ErrorHandler::VhdlParser, and warn.
|
inlinevirtual |
Reimplemented from vhdl::parser::ErrorHandler.
Definition at line 28 of file VhdlParserErrorHandler.hpp.
References vhdl::parser::Token::beginLine, vhdl::parser::ErrorHandler::error_count, vhdl::parser::Token::image, m_fileName, vhdl::parser::ErrorHandler::VhdlParser, and warn.
|
inlinevirtual |
Reimplemented from vhdl::parser::ErrorHandler.
Definition at line 21 of file VhdlParserErrorHandler.hpp.
References vhdl::parser::Token::beginLine, vhdl::parser::ErrorHandler::error_count, vhdl::parser::Token::image, m_fileName, vhdl::parser::ErrorHandler::VhdlParser, and warn.
|
private |
Definition at line 43 of file VhdlParserErrorHandler.hpp.
Referenced by handleOtherError(), handleParseError(), handleUnexpectedToken(), and VhdlErrorHandler().