Class MutableOrError

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

final class MutableOrError 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 or an enumeration value for example. These things can never be altered.