Parser.parseSharedStaticDestructor
SharedStaticDestructor parseSharedStaticDestructor()Parses a SharedStaticDestructor
$(RULEDEF sharedStaticDestructor): $(LITERAL 'shared') $(LITERAL 'static') $(LITERAL '~') $(LITERAL 'this') $(LITERAL '(') $(LITERAL ')') $(RULE memberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ";")) ;