Variable FunctionDeclaration.constraint

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