public StructDeclaration parseStructDeclaration()
structDeclaration: 'struct' Identifier? (templateParameters constraint? structBody | (structBody | ';')) ;