Package org.ek9lang.compiler.config
Class BackEndSupplier
java.lang.Object
org.ek9lang.compiler.config.PhaseSupplier
org.ek9lang.compiler.config.BackEndSupplier
- All Implemented Interfaces:
Supplier<List<BiFunction<Workspace,
CompilerFlags, CompilationPhaseResult>>>
Supplies the compiler phases for the back end. Everything after IR.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.config.PhaseSupplier
compilableProgramAccess, listener, reporter
-
Constructor Summary
ConstructorDescriptionBackEndSupplier
(SharedThreadContext<CompilableProgram> compilableProgramAccess, CompilationPhaseListener listener, CompilerReporter reporter) Create a new supplier of back-end compiler phases. -
Method Summary
-
Constructor Details
-
Method Details
-
get
-