1 typedef enum
2 {
3   Table,
4   Array,
5   EArray,
6   VLArray,
7   CArray
8 } TablesType;
9