Source location information 더 자세히 ...
#include <src.hpp>
Public 멤버 함수 | |
| src (const srcFile &file, const std::string &name, const point &pos) | |
| const srcFile * | getFile () const |
| const point & | getPos () const |
| const std::string & | getName () const |
| virtual void | setFile (const srcFile &new1) |
| virtual void | setPos (const point &new1) |
| virtual void | setName (const std::string &new1) |
Source location information
Contains which srcFile and at what location within it the created AST node was generated. Used as a core feature in the byeol language's Context-based REPL.