abstract Type : SymbolTableObject {};
This is an abstract class with the following subclasses:
| DataType | All the different kind of data types. |
| LabelType | Label type. |
| ProcedureType | Procedure type. |
| QualifiedType | Additional qualifiers on storage (e.g. volatile, const) |