1 #ifndef INC_RecognitionException_hpp__
2 # define INC_RecognitionException_hpp__
14 # ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
25 int line,
int column );
62 # ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
Definition: RecognitionException.hpp:19
int line
Definition: RecognitionException.hpp:58
std ::string fileName
Definition: RecognitionException.hpp:57
virtual ~RecognitionException()
Definition: RecognitionException.hpp:27
int column
Definition: RecognitionException.hpp:59
virtual int getColumn() const
Definition: RecognitionException.hpp:46
virtual int getLine() const
Definition: RecognitionException.hpp:39
virtual std ::string getFilename() const
Return file where mishap occurred.
Definition: RecognitionException.hpp:32
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
#define ANTLR_API
Definition: config.hpp:22
Definition: ANTLRException.hpp:15