Cthulhu  0.2.10
Cthulhu compiler collection
query_ast_t Struct Reference

#include <query_ast.h>

Collaboration diagram for query_ast_t:

Data Fields

query_ast_type_t kind
 
union {
   struct {
      query_ast_t *   object
 
      union {
         text_t   field
 
         mpz_t   index
 
      } 
 
   } 
 
   text_t   name
 
}; 
 

Detailed Description

Definition at line 24 of file query_ast.h.

Field Documentation

◆ 

union { ... }

◆ field

text_t query_ast_t::field

Definition at line 33 of file query_ast.h.

◆ index

mpz_t query_ast_t::index

Definition at line 36 of file query_ast.h.

◆ kind

query_ast_type_t query_ast_t::kind

Definition at line 26 of file query_ast.h.

◆ name

text_t query_ast_t::name

Definition at line 41 of file query_ast.h.

◆ object

query_ast_t* query_ast_t::object

Definition at line 30 of file query_ast.h.


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