Parser.parsePostblit

Postblit parsePostblit()

Parses a Postblit

$(RULEDEF postblit): $(LITERAL 'this') $(LITERAL '(') $(LITERAL 'this') $(LITERAL ')') $(RULE memberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ';')) ;