Variable ClassDeclaration.structBody

class ClassDeclaration
{
  // ...
  StructBody structBody;
  // ...
}