Parses a StaticConstructor
$(GRAMMAR $(RULEDEF staticConstructor): $(LITERAL 'static') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE functionBody) ;)
See Implementation
Parses a StaticConstructor
$(GRAMMAR $(RULEDEF staticConstructor): $(LITERAL 'static') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE functionBody) ;)