Doxygen
|
#include <vhdlparser/VhdlParserErrorHandler.hpp>
Public Member Functions | |
VhdlTokenManagerErrorHandler (const char *fileName) | |
virtual void | lexicalError (bool EOFSeen, int, int errorLine, int, const JJString &errorAfter, JJChar curChar, VhdlParserTokenManager *) |
virtual void | lexicalError (const JJString &errorMessage, VhdlParserTokenManager *) |
Public Member Functions inherited from vhdl::parser::TokenManagerErrorHandler | |
virtual | ~TokenManagerErrorHandler () |
Private Attributes | |
QCString | m_fileName |
Additional Inherited Members | |
Protected Attributes inherited from vhdl::parser::TokenManagerErrorHandler | |
int | error_count |
Definition at line 46 of file VhdlParserErrorHandler.hpp.
|
inline |
Definition at line 49 of file VhdlParserErrorHandler.hpp.
References m_fileName.
|
inlinevirtual |
Reimplemented from vhdl::parser::TokenManagerErrorHandler.
Definition at line 51 of file VhdlParserErrorHandler.hpp.
References m_fileName, vhdl::parser::TokenManagerErrorHandler::VhdlParserTokenManager, and warn.
|
inlinevirtual |
Reimplemented from vhdl::parser::TokenManagerErrorHandler.
Definition at line 56 of file VhdlParserErrorHandler.hpp.
References m_fileName, vhdl::parser::TokenManagerErrorHandler::VhdlParserTokenManager, and warn.
|
private |
Definition at line 62 of file VhdlParserErrorHandler.hpp.
Referenced by lexicalError(), lexicalError(), and VhdlTokenManagerErrorHandler().