#include <NoViableAltException.hpp>
Inheritance diagram for NoViableAltException:
Public Methods | |
NoViableAltException (RefAST t) | |
NoViableAltException (RefToken t, const ANTLR_USE_NAMESPACE(std) string &fileName_) | |
~NoViableAltException () throw () | |
ANTLR_USE_NAMESPACE (std) string getMessage() const | |
Public Attributes | |
const RefToken | token |
const RefAST | node |
|
|
|
|
|
|
|
Returns a clean error message (no line number/column information) Reimplemented from RecognitionException. |
|
|
|
|