#include <tasm-scanner.h>
Inheritance diagram for TextAsmScanner::Token:
Public Member Functions | |
bool | MayBeCleared () const |
Overriding virtual. | |
void | clear (bool force) |
Overriding virtual. | |
Token () | |
~Token () | |
Public Attributes | |
char * | str_val |
Stores the max. 1 string argument attached to a token. |
Definition at line 95 of file tasm-scanner.h.
|
Definition at line 138 of file tasm-scanner.h. References str_val. |
|
Definition at line 139 of file tasm-scanner.h. References clear(). |
|
Overriding virtual.
Referenced by ~Token(). |
|
Overriding virtual.
|
|
Definition at line 126 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseProgram_Label(). |
|
Definition at line 125 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Symbols(). |
|
Definition at line 112 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Class(), VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Base(), and VM::AssemblerFile_Plaintext::_ParseSymbols_Class_VTable(). |
|
Definition at line 110 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Size(). |
|
Definition at line 110 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Size(). |
|
Definition at line 126 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Base(), VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Size(), and VM::AssemblerFile_Plaintext::_ParseSymbols_Global(). |
|
Definition at line 110 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Size(), and VM::AssemblerFile_Plaintext::_ParseSymbols_Global(). |
|
Stores the max. 1 string argument attached to a token.
Definition at line 131 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_LexNextToken(), VM::AssemblerFile_Plaintext::_ParseInfoSection(), VM::AssemblerFile_Plaintext::_ParseProgram_Label(), VM::AssemblerFile_Plaintext::_ParseSymbols_Class(), VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Size(), VM::AssemblerFile_Plaintext::_ParseSymbols_Global(), VM::AssemblerFile_Plaintext::_ParseSymbols_Namespace(), VM::AssemblerFile_Plaintext::_ParseSymbols_Symbols(), and Token(). |
|
|
Definition at line 125 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Size(), VM::AssemblerFile_Plaintext::_ParseSymbols_Global(), and VM::AssemblerFile_Plaintext::_ParseSymbols_Symbols(). |
|
Definition at line 125 of file tasm-scanner.h. Referenced by VM::AssemblerFile_Plaintext::_ParseSymbols_Class(), and VM::AssemblerFile_Plaintext::_ParseSymbols_Class_Base(). |