Class AssertStatementOrError

All Implemented Interfaces:
Consumer<EK9Parser.AssertStatementContext>

final class AssertStatementOrError extends TypedSymbolAccess implements Consumer<EK9Parser.AssertStatementContext>
Checks that the assert statement actually has a boolean result from the expression. Because basically it is an if 'boolean' all ok, else throw some sort of exception.