#include <LocationNode.hpp>
Public Member Functions | |
| Location () | |
| void | initialize () |
Data Fields | |
| std::string | filePath |
| int | line |
| int | column |
Definition at line 48 of file LocationNode.hpp.
| cfront::Location::Location | ( | ) | [inline] |
Definition at line 49 of file LocationNode.hpp.
| void cfront::Location::initialize | ( | ) | [inline] |
| std::string cfront::Location::filePath |
Definition at line 51 of file LocationNode.hpp.
Referenced by ctrump_add_log(), initialize(), and setInternalError().
Definition at line 52 of file LocationNode.hpp.
Referenced by ctrump_add_log(), initialize(), and setInternalError().
Definition at line 53 of file LocationNode.hpp.
Referenced by ctrump_add_log(), initialize(), and setInternalError().
1.5.6