1 #ifndef INC_RecognitionException_hpp__
2 # define INC_RecognitionException_hpp__
14 # ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
25 int line,
int column );
39 virtual int getLine()
const throw()
46 virtual int getColumn()
const throw()
62 # ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
66 #endif //INC_RecognitionException_hpp__