NoViableAltException Class Reference
#include <NoViableAltException.hpp>
Inheritance diagram for NoViableAltException:


Public Member Functions | |
NoViableAltException (RefAST t) | |
NoViableAltException (RefToken t, const std::string &fileName_) | |
~NoViableAltException () throw () | |
std::string | getMessage () const |
Returns a clean error message (no line number/column information). | |
Public Attributes | |
const RefToken | token |
const RefAST | node |
Constructor & Destructor Documentation
|
Definition at line 17 of file NoViableAltException.cpp. References RefAST. |
|
Definition at line 23 of file NoViableAltException.cpp. References nullASTptr, and RefToken. |
|
Definition at line 28 of file NoViableAltException.hpp. |
Member Function Documentation
|
Returns a clean error message (no line number/column information).
Reimplemented from ANTLRException. Definition at line 31 of file NoViableAltException.cpp. |
Member Data Documentation
|
Definition at line 23 of file NoViableAltException.hpp. |
|
Definition at line 22 of file NoViableAltException.hpp. |
The documentation for this class was generated from the following files:
- lib/antlr/antlr/NoViableAltException.hpp
- lib/antlr/src/NoViableAltException.cpp