Class ForLoopOrError

All Implemented Interfaces:
Consumer<EK9Parser.ForLoopContext>

final class ForLoopOrError extends TypedSymbolAccess implements Consumer<EK9Parser.ForLoopContext>
Deals with the for loop for phase 3, which is basically working out the type of the variable being iterated over and ensuring that the expression is something that can be iterated over.