|
| Token (TokenType tokenType, uint32_t line, uint32_t col, str value, SourceFile *src) |
|
TokenType | get_type () const |
|
void | set_type (TokenType type) |
|
const str & | get_value () const |
|
str | get_source_line () const |
|
bool | is_unsigned () const |
|
void | set_is_unsigned (bool is_unsigned) |
|
uint32_t | get_line () const |
|
uint32_t | get_col () const |
|
SourceFile * | src () const |
|
Definition at line 33 of file token.h.
The documentation for this class was generated from the following files:
- /home/tjy/repos/tan/include/source_file/token.h
- /home/tjy/repos/tan/src/lexer/token.cpp