Package org.eolang.opeo.compilation
Class DefaultCompiler
java.lang.Object
org.eolang.opeo.compilation.DefaultCompiler
- All Implemented Interfaces:
Compiler
Compiler of high-level eo constructs into XMIRs for the jeo-maven-plugin.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile()
Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
-
Constructor Details
-
DefaultCompiler
Constructor.- Parameters:
xmirs
- Path to the generated XMIRs by opeo-maven-plugin.output
- Path to the output directory.
-
-
Method Details