Class OutputFileAccess
java.lang.Object
org.ek9lang.compiler.backend.llvm.OutputFileAccess
- All Implemented Interfaces:
BiFunction<IRConstruct,
String, File>
Creates the File Object in the appropriate location for llvm output.
-
Constructor Summary
ConstructorsConstructorDescriptionOutputFileAccess
(FileHandling fileHandling, CompilerFlags compilerFlags, TargetArchitecture llvmTarget) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
OutputFileAccess
public OutputFileAccess(FileHandling fileHandling, CompilerFlags compilerFlags, TargetArchitecture llvmTarget)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<IRConstruct,
String, File>
-