|
Sen API
Sen Libraries
|
#include <stl_token.h>
Public Member Functions | |
| StlToken ()=default | |
| StlToken (StlTokenType type, std::string lexeme, Var value, CodeLocation loc) | |
| ~StlToken ()=default | |
Public Attributes | |
| StlTokenType | type = {} |
| std::string | lexeme = {} |
| Var | value = {} |
| CodeLocation | loc = {} |
|
default |
|
inline |
|
default |
| StlTokenType sen::lang::StlToken::type = {} |
| std::string sen::lang::StlToken::lexeme = {} |
| Var sen::lang::StlToken::value = {} |
| CodeLocation sen::lang::StlToken::loc = {} |