sapphirec
The Sapphire documentation
|
This is the complete list of members for Token, including all inherited members.
copy_with_new_type(const TokenType &type) | Token | |
erase(Token &tk) | Token | static |
float_value | Token | |
int_value | Token | |
line() const | Token | |
loc | Token | |
make_with_line(const Token &origin, const std::string &line_text) | Token | static |
match_token_types(const std::vector< Token > &a, const std::vector< Token > &b, int count) | Token | static |
operator=(const Token &other) | Token | |
string_value | Token | |
tk_type | Token | |
to_string() const | Token | |
Token(const TokenType &type) | Token | |
Token(const TokenType &type, const Location &location) | Token | |
Token(const TokenType &type, const int &val, const Location &location) | Token | |
Token(const TokenType &type, const std::string &val, const Location &location) | Token | |
Token(const TokenType &type, const std::string &val) | Token | |
Token(const TokenType &type, const float &val, const Location &location) | Token | |
~Token() | Token |