Parser.parseGotoStatement
GotoStatement parseGotoStatement()Parses a GotoStatement
$(RULEDEF gotoStatement): $(LITERAL 'goto') ($(LITERAL Identifier) | $(LITERAL 'default') | $(LITERAL 'case') $(RULE expression)?) $(LITERAL ';') ;
GotoStatement parseGotoStatement()Parses a GotoStatement
$(RULEDEF gotoStatement): $(LITERAL 'goto') ($(LITERAL Identifier) | $(LITERAL 'default') | $(LITERAL 'case') $(RULE expression)?) $(LITERAL ';') ;