Parser.parseStaticConstructor

Parses a StaticConstructor

$(GRAMMAR $(RULEDEF staticConstructor): $(LITERAL 'static') $(LITERAL 'this') $(LITERAL '$(LPAREN)') $(LITERAL '$(RPAREN)') $(RULE functionBody) ;)

class Parser
parseStaticConstructor
()

Meta