Class EmitUnreachableStatementError

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

final class EmitUnreachableStatementError extends Object implements 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