Public Member Functions | Public Attributes

antlr.NoViableAltException Class Reference

Inheritance diagram for antlr.NoViableAltException:
antlr.RecognitionException antlr.ANTLRException

List of all members.

Public Member Functions

 NoViableAltException (AST t)
 NoViableAltException (Token t, String fileName_)
String getMessage ()

Public Attributes

Token token
AST node

Constructor & Destructor Documentation

antlr.NoViableAltException.NoViableAltException ( AST  t  ) 
antlr.NoViableAltException.NoViableAltException ( Token  t,
String  fileName_ 
)

Member Function Documentation

String antlr.NoViableAltException.getMessage (  ) 

Returns a clean error message (no line number/column information)

References antlr.Token.getText(), antlr.NoViableAltException.node, antlr.NoViableAltException.token, and antlr.collections.AST.toString().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties