Parses a StaticDestructor
$(GRAMMAR $(RULEDEF staticDestructor): $(LITERAL 'static') $(LITERAL '~') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE functionBody) ;)
See Implementation
Parses a StaticDestructor
$(GRAMMAR $(RULEDEF staticDestructor): $(LITERAL 'static') $(LITERAL '~') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE functionBody) ;)