public class NoViableAltException extends RecognitionException
Modifier and Type | Field and Description |
---|---|
AST |
node |
Token |
token |
column, fileName, line
Constructor and Description |
---|
NoViableAltException(AST t) |
NoViableAltException(Token t,
java.lang.String fileName_) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns a clean error message (no line number/column information)
|
getColumn, getErrorMessage, getFilename, getLine, toString