Parser.parseForeachType

Parses a ForeachType

$(GRAMMAR $(RULEDEF foreachType): $(LITERAL 'ref')? $(RULE typeConstructors)? $(RULE type)? $(LITERAL Identifier) | $(RULE typeConstructors)? $(LITERAL 'ref')? $(RULE type)? $(LITERAL Identifier) ;)

class Parser
parseForeachType
()

Meta