Class DummyDecompiler

java.lang.Object
org.eolang.opeo.decompilation.DummyDecompiler
All Implemented Interfaces:
Decompiler

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

    • DummyDecompiler

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

    • decompile

      public void decompile()
      Description copied from interface: Decompiler
      Decompile EO to high-level EO. EO represented by XMIR.
      Specified by:
      decompile in interface Decompiler