Class TargetLocator

java.lang.Object
org.ek9lang.compiler.backend.TargetLocator
All Implemented Interfaces:
Function<TargetArchitecture,Target>

public class TargetLocator extends Object implements Function<TargetArchitecture,Target>
Given a TargetArchitecture, this function will provide the Target for it. I don't expect there to be many Target Architectures.