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