Class NormalTerminationOrError

java.lang.Object
org.ek9lang.compiler.phase1.NormalTerminationOrError
All Implemented Interfaces:
BiConsumer<IToken,IScope>

final class NormalTerminationOrError extends Object implements BiConsumer<IToken,IScope>
Just check is a scope has normal termination. This means does the scope always end up with a guaranteed Exception.