|
tan
0.0.1
|
Represents the nodes that can be traced back to tokens in the source file. More...
#include <source_traceable.h>

Public Member Functions | |
| SourceTraceable (TokenizedSourceFile *src) | |
| uint32_t | start () const |
| uint32_t | end () const |
| void | set_start (uint32_t val) |
| void | set_end (uint32_t val) |
| TokenizedSourceFile * | src () const |
Represents the nodes that can be traced back to tokens in the source file.
Definition at line 23 of file source_traceable.h.