#include <token.h>
Data Fields | |
FAXPP_TokenType | type |
The type of the token. | |
FAXPP_Text | value |
The string value of the token (might be zero length). | |
unsigned int | line |
The line number of the start of the token. | |
unsigned int | column |
The column number of the start of the token. | |
Related Functions | |
(Note that these are not member functions.) | |
const char * | FAXPP_token_to_string (const FAXPP_TokenType type) |
Returns a string describing the given token type. |
Definition at line 122 of file token.h.
const char * FAXPP_token_to_string | ( | const FAXPP_TokenType | type | ) | [related] |
Returns a string describing the given token type.
type | The token type |
unsigned int FAXPP_Token::line |
unsigned int FAXPP_Token::column |