tan
0.0.1
|
Different from SourceSpan, TokenSpan operates on the token level. More...
#include <source_traceable.h>
Public Member Functions | |
TokenSpan (uint32_t start, uint32_t end) | |
Public Attributes | |
uint32_t | _start = 0 |
uint32_t | _end = 0 |
Different from SourceSpan, TokenSpan operates on the token level.
Definition at line 11 of file source_traceable.h.