Variable FunctionDeclaration.attributes

class FunctionDeclaration
{
  // ...
  Attribute[] attributes ;
  // ...
}