Class PluginLinkage

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

public class PluginLinkage extends CompilerPhase
SINGLE THREADED If the developer has employed any sort of 'native' plugin, then it will have been referenced and trusted at earlier phases. PluginResolution will have done some checks. But here we must now actually check and 'link' what has been referenced to the actual code.