Variable EnumDeclaration.type

class EnumDeclaration
{
  // ...
  Type type;
  // ...
}