Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_compile_internal_token_s Struct Reference

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

Detailed Description

Definition at line 184 of file afw_compile_internal.h.


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