Parser.parseSharedStaticConstructor

SharedStaticConstructor parseSharedStaticConstructor()

Parses a SharedStaticConstructor

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