|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
antlr.NoViableAltException
Field Summary | |
---|---|
AST |
node
|
Token |
token
|
Fields inherited from class antlr.RecognitionException |
---|
column, fileName, line |
Fields inherited from class java.lang.Exception |
---|
|
Constructor Summary | |
---|---|
NoViableAltException(AST t)
|
|
NoViableAltException(Token t,
java.lang.String fileName_)
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns a clean error message (no line number/column information) |
Methods inherited from class antlr.RecognitionException |
---|
getColumn, getErrorMessage, getFilename, getLine, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Token token
public AST node
Constructor Detail |
public NoViableAltException(AST t)
public NoViableAltException(Token t, java.lang.String fileName_)
Method Detail |
public java.lang.String getMessage()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |