9 #ifndef SRC_FILELOCATION_H 10 #define SRC_FILELOCATION_H 23 fileLocation(
int line,
int column,
const std::string &fileName);
27 const std::string &getFileName()
const;
29 std::string printLocation()
const;
33 int getColumn()
const;
38 #endif //SRC_FILELOCATION_H Definition: fileLocation.h:15