Parser.parseStaticConstructor
StaticConstructor parseStaticConstructor()Parses a StaticConstructor
$(RULEDEF staticConstructor): $(LITERAL 'static') $(LITERAL 'this') $(LITERAL '(') $(LITERAL ')') $(RULE memberFunctionAttribute)* ($(RULE functionBody) | $(LITERAL ";")) ;