#include <NoViableAltForCharException.hpp>
Public Member Functions | |
NoViableAltForCharException (int c, CharScanner *scanner) | |
NoViableAltForCharException (int c, const ANTLR_USE_NAMESPACE(std) string &fileName_, int line_, int column_) | |
virtual | ~NoViableAltForCharException () throw () |
ANTLR_USE_NAMESPACE (std) string getMessage() const | |
Returns a clean error message (no line number/column information). | |
Protected Attributes | |
int | foundChar |
Definition at line 20 of file NoViableAltForCharException.hpp.
NoViableAltForCharException::NoViableAltForCharException | ( | int | c, | |
CharScanner * | scanner | |||
) |
NoViableAltForCharException::NoViableAltForCharException | ( | int | c, | |
const ANTLR_USE_NAMESPACE(std) string & | fileName_, | |||
int | line_, | |||
int | column_ | |||
) |
virtual NoViableAltForCharException::~NoViableAltForCharException | ( | ) | throw () [inline, virtual] |
Definition at line 27 of file NoViableAltForCharException.hpp.
NoViableAltForCharException::ANTLR_USE_NAMESPACE | ( | std | ) | const [virtual] |
Returns a clean error message (no line number/column information).
Reimplemented from RecognitionException.
int NoViableAltForCharException::foundChar [protected] |
Definition at line 34 of file NoViableAltForCharException.hpp.