Class DummyCompiler

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

public final class DummyCompiler extends Object implements Compiler
Dummy compiler. It just copies XMIR files to the output directory without any changes.
Since:
0.2
  • Constructor Details

    • DummyCompiler

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

    • compile

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