|
IDA SDK
|
Parser token. More...
#include <lex.hpp>
Public Attributes | |
| qstring | str |
| idents & strings | |
| lxtype | type = 0 |
| see Parser token types | |
| sval_t | num = 0 |
| long & char constants | |
| union { | |
| bool unicode = false | |
| (lx_string: != 0 => unicode string) | |
| bool is_unsigned | |
| (lx_number, lx_int64: != 0 => unsigned value) | |
| }; | |
| union { | |
| fpvalue_t fnum | |
| floating point constant | |
| int64 i64 | |
| lx_int64 | |
| }; | |
Parser token.