#include <stree_t.h>
Data Fields | |
| walk_state_t | ancr_state |
| Node state for ancr walks. | |
| stree_csi * | base_csi |
| Base CSI. | |
| csi_class_t | cc |
| Which of class, struct or interface. | |
| list_t | impl_if_ti |
| Types of implemented or accumulated interfaces. | |
| list_t | inherit |
| Type expressions referencing inherited CSIs. | |
| list_t | members |
| List of CSI members. | |
| stree_ident_t * | name |
| Name of this CSI. | |
| stree_symbol * | symbol |
| Symbol for this CSI. | |
| list_t | targ |
| List of type arguments. | |
Definition at line 717 of file stree_t.h.
1.4.7