Parser.parseForeachType
ForeachType parseForeachType()Parses a ForeachType
$(RULEDEF foreachType): ($(LITERAL 'ref') | $(LITERAL 'alias') | $(LITERAL 'enum') | $(LITERAL 'scope') | $(RULE typeConstructor))* $(RULE type)? $(LITERAL Identifier) ;
ForeachType parseForeachType()Parses a ForeachType
$(RULEDEF foreachType): ($(LITERAL 'ref') | $(LITERAL 'alias') | $(LITERAL 'enum') | $(LITERAL 'scope') | $(RULE typeConstructor))* $(RULE type)? $(LITERAL Identifier) ;