Parser.parseConstructor

Parses a Constructor

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

class Parser
parseConstructor
()

Meta