Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
token_t Struct Reference

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
 
}; 
 

Detailed Description

Parser token.


The documentation for this struct was generated from the following file: