Class SwitchStatementExpressionOrError

All Implemented Interfaces:
Consumer<EK9Parser.SwitchStatementExpressionContext>

final class SwitchStatementExpressionOrError extends TypedSymbolAccess implements Consumer<EK9Parser.SwitchStatementExpressionContext>
Deals with checking if the switch can be used as an expression and whether the variable being switched on has the appropriate operators to meet the case criteria.