Class FullPhaseSupplier

java.lang.Object
org.ek9lang.compiler.config.PhaseSupplier
org.ek9lang.compiler.config.FullPhaseSupplier
All Implemented Interfaces:
Supplier<List<BiFunction<Workspace,CompilerFlags,CompilationPhaseResult>>>

public class FullPhaseSupplier extends PhaseSupplier
Supplies all the phases for a full compilation from end to end.