Class OutputFileLocator
java.lang.Object
org.ek9lang.compiler.backend.OutputFileLocator
- All Implemented Interfaces:
Supplier<BiFunction<Construct,
String, File>>
public class OutputFileLocator
extends Object
implements Supplier<BiFunction<Construct,String,File>>
Given a TargetArchitecture from the configFlags, this function will provide a function that creates (if not present)
and returns the File for a Construct.
-
Constructor Summary
Constructors -
Method Summary