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
NOT_CHAR
public static final int NOT_CHAR
NOT_RANGE
public static final int NOT_RANGE
NOT_SET
public static final int NOT_SET
RANGE
public static final int RANGE
SET
public static final int SET
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)