Parser.parseDestructor
Destructor parseDestructor()Parses a Destructor
$(RULEDEF destructor): $(LITERAL '~') $(LITERAL 'this') $(LITERAL '(') $(LITERAL ')') $(RULE memberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ';')) ;
Destructor parseDestructor()Parses a Destructor
$(RULEDEF destructor): $(LITERAL '~') $(LITERAL 'this') $(LITERAL '(') $(LITERAL ')') $(RULE memberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ';')) ;