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 66 #endif //INC_RecognitionException_hpp__ Definition: ANTLRException.hpp:15
virtual std ::string getFilename() const
Return file where mishap occurred.
Definition: RecognitionException.hpp:32
virtual ~RecognitionException()
Definition: RecognitionException.hpp:27
virtual int getLine() const
Definition: RecognitionException.hpp:39
std ::string fileName
Definition: RecognitionException.hpp:57
#define ANTLR_API
Definition: config.hpp:22
virtual int getColumn() const
Definition: RecognitionException.hpp:46
Definition: RecognitionException.hpp:18
int column
Definition: RecognitionException.hpp:59
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
int line
Definition: RecognitionException.hpp:58