Class OutputFileAccess
java.lang.Object
org.ek9lang.compiler.backend.jvm.OutputFileAccess
- All Implemented Interfaces:
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.
-
Constructor Details
-
OutputFileAccess
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<IRConstruct, String, File>
-