ReactOS 0.4.16-dev-979-g79f281e
|
#include <tokenizer.hpp>
Public Member Functions | |
Token (const std::string &text, size_t pos, size_t len, int type) | |
std::string | str () const |
int | type () const |
Private Attributes | |
const std::string & | m_text |
unsigned int | m_pos |
unsigned int | m_len |
int | m_type |
Definition at line 27 of file tokenizer.hpp.
Definition at line 39 of file tokenizer.hpp.
Referenced by EHCI_GetErrorFromTD().
|
inline |
Definition at line 50 of file tokenizer.hpp.
Referenced by add_identifier(), is_jmp_or_call(), is_mem_id(), Token(), translate_construct(), translate_construct_one_param(), translate_expression(), translate_identifier_construct(), translate_instruction_param(), translate_macro(), translate_mem_ref(), translate_record(), and translate_token().
|
inline |
Definition at line 55 of file tokenizer.hpp.
Referenced by complete_line(), get_ws(), get_ws_or_nl(), translate_construct(), translate_data_def(), translate_expression(), translate_identifier_construct(), translate_instruction(), translate_instruction_param(), translate_macro(), translate_mem_ref(), translate_record(), and translate_token().
Definition at line 31 of file tokenizer.hpp.
Referenced by str().
Definition at line 30 of file tokenizer.hpp.
Referenced by str().
|
private |
Definition at line 29 of file tokenizer.hpp.
Referenced by str().
|
private |
Definition at line 35 of file tokenizer.hpp.
Referenced by type().