|
IDA SDK
|
Parser token.
Public Attributes | |
| qstring | str |
| idents & strings | |
| lxtype | type |
| see Parser token types | |
| sval_t | num |
| long & char constants | |
| union { | |
| bool unicode | |
| (lx_string: != 0 => unicode string) | |
| bool is_unsigned | |
| (lx_number, lx_int64: != 0 => unsigned value) | |
| }; | |
| union { | |
| ushort fnum [6] | |
| floating point constant | |
| int64 i64 | |
| lx_int64 | |
| }; | |
1.8.9.1