Variable UnionDeclaration.comment

class UnionDeclaration
{
  // ...
  string comment;
  // ...
}