Parser.parseConstructor

Constructor parseConstructor()

Parses a Constructor

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