27 _line_number = x_line_number;
28 _col_number = x_col_number;
29 _current_line = x_current_line;
37 yyerror(
const std::string &message)
const {
38 xyyerror(message, _line_number, _col_number, _current_line);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void yyerror(const std::string &message) const
Reports a parsing error message to the user, showing the line and column from which this object was o...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.