Package org.ek9lang.compiler.phase1
Class EmitUnreachableStatementError
java.lang.Object
org.ek9lang.compiler.phase1.EmitUnreachableStatementError
- All Implemented Interfaces:
BiConsumer<IToken,
IToken>
To be called when an unreachable statement is encountered to emit an error.
The first token is the point that is unreachable, the second token is
the cause of why this point is unreachable.
-
Constructor Details
-
EmitUnreachableStatementError
EmitUnreachableStatementError(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<IToken,
IToken>
-