Class TargetLocator
java.lang.Object
org.ek9lang.compiler.backend.TargetLocator
- All Implemented Interfaces:
Function<TargetArchitecture,
Target>
Given a TargetArchitecture, this function will provide the Target for it.
I don't expect there to be many Target Architectures.
-
Constructor Details
-
TargetLocator
public TargetLocator()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<TargetArchitecture,
Target>
-