antlr::RecognitionException Class Reference
#include <RecognitionException.hpp>
List of all members.
Constructor & Destructor Documentation
antlr::RecognitionException::RecognitionException |
( |
|
) |
|
antlr::RecognitionException::RecognitionException |
( |
const std::string & |
s |
) |
|
antlr::RecognitionException::RecognitionException |
( |
const std::string & |
s, |
|
|
const std::string & |
fileName, |
|
|
int |
line, |
|
|
int |
column | |
|
) |
| | |
virtual antlr::RecognitionException::~RecognitionException |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
virtual int antlr::RecognitionException::getColumn |
( |
|
) |
const throw () [inline, virtual] |
- Returns:
- the column number that this exception happened on.
std::string antlr::RecognitionException::getFileLineColumnString |
( |
|
) |
const [virtual] |
See what file/line/column info is present and return it as a string.
virtual std ::string antlr::RecognitionException::getFilename |
( |
|
) |
const throw () [inline, virtual] |
Return file where mishap occurred.
virtual int antlr::RecognitionException::getLine |
( |
|
) |
const throw () [inline, virtual] |
- Returns:
- the line number that this exception happened on.
std::string antlr::RecognitionException::toString |
( |
|
) |
const [virtual] |
Return complete error message with line/column number info (if present).
Reimplemented from ANTLRException.
Member Data Documentation
The documentation for this class was generated from the following files: