|
Public Methods |
| 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 () |
| ANTLR_USE_NAMESPACE (std) string getMessage() const |
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 |