#include <NoViableAltException.hpp>


Public Member Functions | |
| NoViableAltException (RefAST t) | |
| NoViableAltException (RefToken t, const ANTLR_USE_NAMESPACE(std) string &fileName_) | |
| ~NoViableAltException () throw () | |
| ANTLR_USE_NAMESPACE (std) string getMessage() const | |
Data Fields | |
| const RefToken | token |
| const RefAST | node |
Definition at line 20 of file NoViableAltException.hpp.
| NoViableAltException::NoViableAltException | ( | RefAST | t | ) |
| NoViableAltException::NoViableAltException | ( | RefToken | t, | |
| const ANTLR_USE_NAMESPACE(std) string & | fileName_ | |||
| ) |
| NoViableAltException::~NoViableAltException | ( | ) | throw () [inline] |
Definition at line 28 of file NoViableAltException.hpp.
| NoViableAltException::ANTLR_USE_NAMESPACE | ( | std | ) | const [virtual] |
Returns a clean error message (no line number/column information)
Reimplemented from RecognitionException.
Definition at line 22 of file NoViableAltException.hpp.
Definition at line 23 of file NoViableAltException.hpp.
1.5.6