Parser.parseSharedStaticConstructor

Parses a SharedStaticConstructor

$(GRAMMAR $(RULEDEF sharedStaticConstructor): $(LITERAL 'shared') $(LITERAL 'static') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE memberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ";")) ;)

class Parser
parseSharedStaticConstructor
()

Meta