Variable StructBody.declarations

class StructBody
{
  // ...
  Declaration[] declarations;
  // ...
}