Class ReferenceChecks

java.lang.Object
org.ek9lang.compiler.CompilerPhase
org.ek9lang.compiler.phase1.ReferenceChecks
All Implemented Interfaces:
BiFunction<Workspace,CompilerFlags,CompilationPhaseResult>

public final class ReferenceChecks extends CompilerPhase
SINGLE THREADED - because we only want one reference shorthand for an item. We don't want two different files reference com.abc.Item and another file com.def.Item in the same module - even though different source files.