Package org.eolang.opeo.compilation
Class SelectiveCompiler
java.lang.Object
org.eolang.opeo.compilation.SelectiveCompiler
- All Implemented Interfaces:
Compiler
Selective compiler.
Compiles only those sources that were previously decompiled.
All the rest are skipped and copied as is without any changes.
- Since:
- 0.2
-
Constructor Summary
ConstructorsConstructorDescriptionSelectiveCompiler
(Path xmirs, Path output) Constructor.SelectiveCompiler
(Storage storage) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile()
Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
-
Constructor Details
-
SelectiveCompiler
Constructor.- Parameters:
xmirs
- XMIRs to compile directory.output
- Output directory
-
SelectiveCompiler
Constructor.- Parameters:
storage
- Storage.
-
-
Method Details