Parses a Constructor
$(GRAMMAR $(RULEDEF constructor): $(LITERAL 'this') $(RULE templateParameters)? $(RULE parameters) $(RULE memberFunctionAttribute)* $(RULE constraint)? ($(RULE functionBody) | $(LITERAL ';')) ;)
See Implementation
Parses a Constructor
$(GRAMMAR $(RULEDEF constructor): $(LITERAL 'this') $(RULE templateParameters)? $(RULE parameters) $(RULE memberFunctionAttribute)* $(RULE constraint)? ($(RULE functionBody) | $(LITERAL ';')) ;)