Class DefaultCompiler

java.lang.Object
org.eolang.opeo.compilation.DefaultCompiler
All Implemented Interfaces:
Compiler

public class DefaultCompiler extends Object implements Compiler
Compiler of high-level eo constructs into XMIRs for the jeo-maven-plugin.
Since:
0.1
  • Constructor Details

    • DefaultCompiler

      public DefaultCompiler(Path xmirs, Path output)
      Constructor.
      Parameters:
      xmirs - Path to the generated XMIRs by opeo-maven-plugin.
      output - Path to the output directory.
  • Method Details

    • compile

      public void compile()
      Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
      Specified by:
      compile in interface Compiler