Class OutputFileLocator
java.lang.Object
org.ek9lang.compiler.backend.OutputFileLocator
- All Implemented Interfaces:
Supplier<BiFunction<IRConstruct,
String, File>>
public class OutputFileLocator
extends Object
implements Supplier<BiFunction<IRConstruct,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
-
Constructor Details
-
OutputFileLocator
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<BiFunction<IRConstruct,
String, File>>
-