Parses a SharedStaticDestructor
$(GRAMMAR $(RULEDEF sharedStaticDestructor): $(LITERAL 'shared') $(LITERAL 'static') $(LITERAL '~') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE MemberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ";")) ;)
See Implementation
Parses a SharedStaticDestructor
$(GRAMMAR $(RULEDEF sharedStaticDestructor): $(LITERAL 'shared') $(LITERAL 'static') $(LITERAL '~') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE MemberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ";")) ;)