Public Member Functions | |
| MismatchedCharException () | |
| MismatchedCharException (char c, char lower, char upper_, boolean matchNot, CharScanner scanner_) | |
| MismatchedCharException (char c, char expecting_, boolean matchNot, CharScanner scanner_) | |
| MismatchedCharException (char c, BitSet set_, boolean matchNot, CharScanner scanner_) | |
| String | getMessage () |
Public Attributes | |
| int | mismatchType |
| int | foundChar |
| int | expecting |
| int | upper |
| BitSet | set |
| CharScanner | scanner |
Static Public Attributes | |
| static final int | CHAR = 1 |
| static final int | NOT_CHAR = 2 |
| static final int | RANGE = 3 |
| static final int | NOT_RANGE = 4 |
| static final int | SET = 5 |
| static final int | NOT_SET = 6 |
| antlr.MismatchedCharException.MismatchedCharException | ( | ) |
MismatchedCharException constructor comment.
| antlr.MismatchedCharException.MismatchedCharException | ( | char | c, | |
| char | lower, | |||
| char | upper_, | |||
| boolean | matchNot, | |||
| CharScanner | scanner_ | |||
| ) |
References antlr.MismatchedCharException.expecting, antlr.MismatchedCharException.foundChar, antlr.CharScanner.getColumn(), antlr.CharScanner.getFilename(), antlr.CharScanner.getLine(), antlr.MismatchedCharException.mismatchType, antlr.MismatchedCharException.NOT_RANGE, antlr.MismatchedCharException.RANGE, antlr.MismatchedCharException.scanner, and antlr.MismatchedCharException.upper.
| antlr.MismatchedCharException.MismatchedCharException | ( | char | c, | |
| char | expecting_, | |||
| boolean | matchNot, | |||
| CharScanner | scanner_ | |||
| ) |
References antlr.MismatchedCharException.CHAR, antlr.MismatchedCharException.expecting, antlr.MismatchedCharException.foundChar, antlr.CharScanner.getColumn(), antlr.CharScanner.getFilename(), antlr.CharScanner.getLine(), antlr.MismatchedCharException.mismatchType, antlr.MismatchedCharException.NOT_CHAR, and antlr.MismatchedCharException.scanner.
| antlr.MismatchedCharException.MismatchedCharException | ( | char | c, | |
| BitSet | set_, | |||
| boolean | matchNot, | |||
| CharScanner | scanner_ | |||
| ) |
References antlr.MismatchedCharException.foundChar, antlr.CharScanner.getColumn(), antlr.CharScanner.getFilename(), antlr.CharScanner.getLine(), antlr.MismatchedCharException.mismatchType, antlr.MismatchedCharException.NOT_SET, antlr.MismatchedCharException.scanner, and antlr.MismatchedCharException.SET.
| String antlr.MismatchedCharException.getMessage | ( | ) |
Returns a clean error message (no line number/column information)
References antlr.MismatchedCharException.CHAR, antlr.MismatchedCharException.expecting, antlr.MismatchedCharException.foundChar, antlr.MismatchedCharException.mismatchType, antlr.MismatchedCharException.NOT_CHAR, antlr.MismatchedCharException.NOT_RANGE, antlr.MismatchedCharException.NOT_SET, antlr.MismatchedCharException.RANGE, antlr.MismatchedCharException.SET, and antlr.MismatchedCharException.upper.
final int antlr.MismatchedCharException.CHAR = 1 [static] |
final int antlr.MismatchedCharException.NOT_CHAR = 2 [static] |
final int antlr.MismatchedCharException.NOT_RANGE = 4 [static] |
final int antlr.MismatchedCharException.NOT_SET = 6 [static] |
final int antlr.MismatchedCharException.RANGE = 3 [static] |
Referenced by antlr.MismatchedCharException.MismatchedCharException().
final int antlr.MismatchedCharException.SET = 5 [static] |
1.7.0