Class OutputFileAccess

java.lang.Object
org.ek9lang.compiler.backend.jvm.OutputFileAccess
All Implemented Interfaces:
BiFunction<IRConstruct, String, File>

public final class OutputFileAccess extends Object implements BiFunction<IRConstruct, String, File>
Returns File Object in the appropriate location for jvm output. Neither the file nor its directory is created here - this NAMES the output; the sink writes it.