Adaptive Framework
0.9.0
|
Data Fields | |
afw_compile_internal_token_type_t | type |
afw_size_t | token_source_offset |
afw_size_t | token_source_len |
union { | |
struct { | |
const afw_utf8_t * identifier | |
const afw_utf8_t * identifier_name | |
const afw_utf8_t * identifier_qualifier | |
} | |
afw_boolean_t boolean | |
afw_integer_t integer | |
void * null | |
afw_double_t number | |
struct { | |
const afw_utf8_t * string | |
afw_utf8_octet_t string_quote_character | |
} | |
afw_utf8_t raw_line | |
}; | |
Definition at line 184 of file afw_compile_internal.h.