Main Page Namespace List Class Hierarchy Compound List File List Compound Members File Members
Enum_symbol::Enum_symbol Class Reference
Enumeration type.
More...
#include <enum.h>
Detailed Description
Enumeration type.
We use the following representation for enums:
- the Enum_symbol is just a symbol-table placeholder to represent the type.
- the individual enumerators are Variable_symbol's without address.
- each of the enumerators is initialized with "0" (first one) or "previous_enum + 1" unless it is already initialized explicitly.
The documentation for this class was generated from the following file:
Generated on Mon Feb 10 17:35:30 2003 for VFiasco Semantics Compiler by
1.2.15