22 #ifndef _PARSE_INFO_HPP 23 #define _PARSE_INFO_HPP 40 : sourcefile(sourcefile)
43 , linecontent(linecontent)
const unsigned int & getLine() const
const unsigned int & getColumn() const
const string & getSourceFile() const
ParseInfo(const string &sourcefile, unsigned int column, unsigned int line, const string &linecontent)
const string & getLineContent() const