|
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 () |
Private Attributes | |
| RecognitionException | recog |
Exception thrown from generated lexers when there's no default error handler specified.
| TokenStreamRecognitionException::TokenStreamRecognitionException | ( | RecognitionException & | re | ) | [inline] |
| virtual TokenStreamRecognitionException::~TokenStreamRecognitionException | ( | ) | throw () [inline, virtual] |
| virtual int TokenStreamRecognitionException::getColumn | ( | ) | const throw () [inline, virtual] |
| virtual std ::string TokenStreamRecognitionException::getFilename | ( | ) | const throw () [inline, virtual] |
| virtual int TokenStreamRecognitionException::getLine | ( | ) | const throw () [inline, virtual] |
| virtual std ::string TokenStreamRecognitionException::toString | ( | ) | const [inline, virtual] |
1.7.6.1