|
| MismatchedCharException (int c, int lower, int upper_, bool matchNot, CharScanner *scanner_) |
|
| MismatchedCharException (int c, int expecting_, bool matchNot, CharScanner *scanner_) |
|
| MismatchedCharException (int c, BitSet set_, bool matchNot, CharScanner *scanner_) |
|
std::string | getMessage () const |
| Returns a clean error message (no line number/column information)
|
|
| RecognitionException (const std ::string &s) |
|
| RecognitionException (const std ::string &s, const std ::string &fileName, int line, int column) |
|
virtual std::string | getFilename () const throw () |
| Return file where mishap occurred.
|
|
virtual int | getLine () const throw () |
|
virtual int | getColumn () const throw () |
|
virtual std::string | toString () const |
| Return complete error message with line/column number info (if present)
|
|
virtual std::string | getFileLineColumnString () const |
| See what file/line/column info is present and return it as a string.
|
|
| ANTLRException () |
| Create ANTLR base exception without error message.
|
|
| ANTLRException (const std ::string &s) |
| Create ANTLR base exception with error message.
|
|
Definition at line 21 of file MismatchedCharException.hpp.
◆ MismatchedCharException() [1/4]
antlr::MismatchedCharException::MismatchedCharException |
( |
| ) |
|
◆ MismatchedCharException() [2/4]
antlr::MismatchedCharException::MismatchedCharException |
( |
int | c, |
|
|
int | lower, |
|
|
int | upper_, |
|
|
bool | matchNot, |
|
|
CharScanner * | scanner_ ) |
◆ MismatchedCharException() [3/4]
antlr::MismatchedCharException::MismatchedCharException |
( |
int | c, |
|
|
int | expecting_, |
|
|
bool | matchNot, |
|
|
CharScanner * | scanner_ ) |
◆ MismatchedCharException() [4/4]
antlr::MismatchedCharException::MismatchedCharException |
( |
int | c, |
|
|
BitSet | set_, |
|
|
bool | matchNot, |
|
|
CharScanner * | scanner_ ) |
◆ ~MismatchedCharException()
antlr::MismatchedCharException::~MismatchedCharException |
( |
| ) |
|
throw | ( | ) | | | |
|
inline |
◆ getMessage()
std::string antlr::MismatchedCharException::getMessage |
( |
| ) |
const |
|
virtual |
◆ CHAR
const int antlr::MismatchedCharException::CHAR = 1 |
|
static |
◆ expecting
int antlr::MismatchedCharException::expecting |
◆ foundChar
int antlr::MismatchedCharException::foundChar |
◆ mismatchType
int antlr::MismatchedCharException::mismatchType |
◆ NOT_CHAR
const int antlr::MismatchedCharException::NOT_CHAR = 2 |
|
static |
◆ NOT_RANGE
const int antlr::MismatchedCharException::NOT_RANGE = 4 |
|
static |
◆ NOT_SET
const int antlr::MismatchedCharException::NOT_SET = 6 |
|
static |
◆ RANGE
const int antlr::MismatchedCharException::RANGE = 3 |
|
static |
◆ scanner
◆ SET
const int antlr::MismatchedCharException::SET = 5 |
|
static |
◆ set
BitSet antlr::MismatchedCharException::set |
◆ upper
int antlr::MismatchedCharException::upper |
The documentation for this class was generated from the following files: