|
ANTLR Support Libraries 2.7.1+
|
#include <TokenStreamRecognitionException.hpp>


Public Member Functions | |
| TokenStreamRecognitionException (RecognitionException &re) | |
| virtual | ~TokenStreamRecognitionException () throw () |
| virtual std::string | toString () const |
| virtual std::string | getFilename () const throw () |
| virtual int | getLine () const throw () |
| virtual int | getColumn () const throw () |
Public Member Functions inherited from TokenStreamException | |
| TokenStreamException () | |
Private Attributes | |
| RecognitionException | recog |
Exception thrown from generated lexers when there's no default error handler specified.
|
inline |
|
inlinevirtual | |||||||||||||
|
inlinevirtual | |||||||||||||
|
inlinevirtual | |||||||||||||
|
inlinevirtual | |||||||||||||
|
inlinevirtual |
|
private |
1.8.5