Package org.ek9lang.compiler.phase1
Class NormalTerminationOrError
java.lang.Object
org.ek9lang.compiler.phase1.NormalTerminationOrError
- All Implemented Interfaces:
BiConsumer<IToken,
IScope>
Just check is a scope has normal termination.
This means does the scope always end up with a guaranteed Exception.
-
Constructor Details
-
NormalTerminationOrError
NormalTerminationOrError(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<IToken,
IScope>
-