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