Variable UnionDeclaration.constraint

class UnionDeclaration
{
  // ...
  Constraint constraint;
  // ...
}