antlr
public class MismatchedCharException extends RecognitionException
| Field Summary | |
|---|---|
| static int | CHAR |
| int | expecting |
| int | foundChar |
| int | mismatchType |
| static int | NOT_CHAR |
| static int | NOT_RANGE |
| static int | NOT_SET |
| static int | RANGE |
| CharScanner | scanner |
| BitSet | set |
| static int | SET |
| int | upper |
| Constructor Summary | |
|---|---|
| MismatchedCharException()
MismatchedCharException constructor comment. | |
| 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_) | |
| Method Summary | |
|---|---|
| String | getMessage()
Returns a clean error message (no line number/column information) |