Class PluginResolution

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

public class PluginResolution extends CompilerPhase
SINGLE THREADED No-op at this stage. Ready for if we ever do need to plugin anything. The idea will be to enable a developer to include a module that uses the word 'external' and in effect just provides type/method signatures in EK9, but then at this phase the compiler attempt to locate the actual 'shared library' or 'jar' file to ensure for the target architecture compilation and linking can actually be achieved.