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

Public Member Functions | |
MismatchedCharException () | |
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_) | |
~MismatchedCharException () throw () | |
std::string | getMessage () const |
Returns a clean error message (no line number/column information). | |
Public Attributes | |
int | mismatchType |
int | foundChar |
int | expecting |
int | upper |
BitSet | set |
Static Public Attributes | |
const int | CHAR = 1 |
const int | NOT_CHAR = 2 |
const int | RANGE = 3 |
const int | NOT_RANGE = 4 |
const int | SET = 5 |
const int | NOT_SET = 6 |
Protected Attributes | |
CharScanner * | scanner |
Constructor & Destructor Documentation
|
Definition at line 16 of file MismatchedCharException.cpp. |
|
Definition at line 21 of file MismatchedCharException.cpp. |
|
Definition at line 39 of file MismatchedCharException.cpp. |
|
Definition at line 55 of file MismatchedCharException.cpp. |
|
Definition at line 90 of file MismatchedCharException.hpp. |
Member Function Documentation
|
Returns a clean error message (no line number/column information).
Reimplemented from ANTLRException. Definition at line 70 of file MismatchedCharException.cpp. References ANTLR_USE_NAMESPACE, charName(), and ANTLRException::getMessage(). |
Member Data Documentation
|
Definition at line 110 of file MismatchedCharException.cpp. |
|
Definition at line 50 of file MismatchedCharException.hpp. |
|
Definition at line 47 of file MismatchedCharException.hpp. |
|
Definition at line 44 of file MismatchedCharException.hpp. |
|
Definition at line 111 of file MismatchedCharException.cpp. |
|
Definition at line 113 of file MismatchedCharException.cpp. |
|
Definition at line 115 of file MismatchedCharException.cpp. |
|
Definition at line 112 of file MismatchedCharException.cpp. |
|
Definition at line 60 of file MismatchedCharException.hpp. |
|
Definition at line 56 of file MismatchedCharException.hpp. |
|
Definition at line 114 of file MismatchedCharException.cpp. |
|
Definition at line 53 of file MismatchedCharException.hpp. |
The documentation for this class was generated from the following files:
- lib/antlr/antlr/MismatchedCharException.hpp
- lib/antlr/src/MismatchedCharException.cpp