#include <stree_t.h>
Data Fields | |
| list_t | attr |
| Symbol attributes. | |
| stree_csi_t * | outer_csi |
| Containing CSI. | |
| symbol_class_t | sc |
| stree_csi * | csi |
| stree_ctor_t * | ctor |
| stree_deleg_t * | deleg |
| stree_enum_t * | enum_d |
| stree_fun_t * | fun |
| stree_prop_t * | prop |
| stree_var_t * | var |
A symbol is a common superclass of different program elements that allow us to refer to them, print their fully qualified names, etc.
Definition at line 804 of file stree_t.h.
1.4.7