Class CheckMutableOrError

java.lang.Object
org.ek9lang.compiler.phase3.CheckMutableOrError
All Implemented Interfaces:
BiConsumer<IToken,ISymbol>

final class CheckMutableOrError extends Object implements BiConsumer<IToken,ISymbol>
Checks if a symbol can be mutated, this is nothing to do with a pure context. This is just to do with it being a constant of an enumeration value for example. These things can never be altered.