antlr
Class NoViableAltException
java.lang.Object
java.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
antlr.NoViableAltException
- All Implemented Interfaces:
- Serializable
- public class NoViableAltException
- extends RecognitionException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
String |
getMessage()
Returns a clean error message (no line number/column information) |
token
public Token token
node
public AST node
NoViableAltException
public NoViableAltException(AST t)
NoViableAltException
public NoViableAltException(Token t,
String fileName_)
getMessage
public String getMessage()
- Returns a clean error message (no line number/column information)