Class PackagingPostProcessing
java.lang.Object
org.ek9lang.compiler.CompilerPhase
org.ek9lang.compiler.phase12.PackagingPostProcessing
- All Implemented Interfaces:
BiFunction<Workspace, CompilerFlags, CompilationPhaseResult>
SINGLE THREADED
Complete any post-processing required. This could involve converting applications to
binary executable for example.
-
Field Summary
Fields inherited from class CompilerPhase
compilableProgramAccess, listener, reporter
-
Constructor Summary
ConstructorsConstructorDescriptionPackagingPostProcessing
(SharedThreadContext<CompilableProgram> compilableProgramAccess, FileHandling fileHandling, Consumer<CompilationEvent> listener, CompilerReporter reporter) -
Method Summary
Modifier and TypeMethodDescriptionboolean
doApply
(Workspace workspace, CompilerFlags compilerFlags) Do the compilation phase.Methods inherited from class CompilerPhase
apply, getParsedModuleForSource
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface BiFunction
andThen
-
Constructor Details
-
Method Details
-
doApply
Description copied from class:CompilerPhase
Do the compilation phase.- Specified by:
doApply
in classCompilerPhase
-