15 #include "xFileParseData.h"
16 #include "xLexerDefs.h"
31 _line_number = x_line_number;
32 _col_number = x_col_number;
33 _current_line = x_current_line;
45 xyyerror(message, _line_number, _col_number, _current_line);
void yyerror(const string &message) const
Reports a parsing error message to the user, showing the line and column from which this object was o...