tan  0.0.1
tanlang::SourceTraceable Class Reference

Represents the nodes that can be traced back to tokens in the source file. More...

#include <source_traceable.h>

Inheritance diagram for tanlang::SourceTraceable:

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)
 
TokenizedSourceFilesrc () const
 

Detailed Description

Represents the nodes that can be traced back to tokens in the source file.

Definition at line 23 of file source_traceable.h.


The documentation for this class was generated from the following files: