Variable FunctionDeclaration.parameters

class FunctionDeclaration
{
  // ...
  Parameters parameters ;
  // ...
}