Parser.parseGotoStatement

Parses a GotoStatement

$(GRAMMAR $(RULEDEF gotoStatement): $(LITERAL 'goto') ($(LITERAL Identifier) | $(LITERAL 'default') | $(LITERAL 'case') $(RULE expression)?) $(LITERAL ';') ;)

class Parser
parseGotoStatement
()

Meta