|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include <query_ast.h>

Data Fields | |
| query_ast_type_t | kind |
| union { | |
| struct { | |
| query_ast_t * object | |
| union { | |
| text_t field | |
| mpz_t index | |
| } | |
| } | |
| text_t name | |
| }; | |
Definition at line 24 of file query_ast.h.
| union { ... } |
| text_t query_ast_t::field |
Definition at line 33 of file query_ast.h.
| mpz_t query_ast_t::index |
Definition at line 36 of file query_ast.h.
| query_ast_type_t query_ast_t::kind |
Definition at line 26 of file query_ast.h.
| text_t query_ast_t::name |
Definition at line 41 of file query_ast.h.
| query_ast_t* query_ast_t::object |
Definition at line 30 of file query_ast.h.