Parser.parseStructDeclaration

StructDeclaration parseStructDeclaration()

Parses a StructDeclaration

$(RULEDEF structDeclaration): $(LITERAL 'struct') $(LITERAL Identifier) ($(RULE templateParameters) $(RULE constraint)?)? ($(RULE structBody) | $(LITERAL ';')) | $(LITERAL 'struct') $(RULE structBody) ;