Variable AliasDeclaration.type

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