antlr
Class MismatchedCharException
public class MismatchedCharException
MismatchedCharException() - MismatchedCharException constructor comment.
|
MismatchedCharException(char c, BitSet set_, boolean matchNot, CharScanner scanner_)
|
MismatchedCharException(char c, char expecting_, boolean matchNot, CharScanner scanner_)
|
MismatchedCharException(char c, char lower, char upper_, boolean matchNot, CharScanner scanner_)
|
String | getMessage() - Returns a clean error message (no line number/column information)
|
CHAR
public static final int CHAR
- 1
NOT_CHAR
public static final int NOT_CHAR
- 2
NOT_RANGE
public static final int NOT_RANGE
- 4
NOT_SET
public static final int NOT_SET
- 6
RANGE
public static final int RANGE
- 3
SET
public static final int SET
- 5
expecting
public int expecting
foundChar
public int foundChar
mismatchType
public int mismatchType
MismatchedCharException
public MismatchedCharException()
MismatchedCharException constructor comment.
MismatchedCharException
public MismatchedCharException(char c,
BitSet set_,
boolean matchNot,
CharScanner scanner_)
MismatchedCharException
public MismatchedCharException(char c,
char expecting_,
boolean matchNot,
CharScanner scanner_)
MismatchedCharException
public MismatchedCharException(char c,
char lower,
char upper_,
boolean matchNot,
CharScanner scanner_)
getMessage
public String getMessage()
Returns a clean error message (no line number/column information)