Package org.eolang.opeo.decompilation
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 Summary
Constructors Constructor Description DummyDecompiler(Path xmirs, Path output)
Constructor.
-
-
-
Method Detail
-
decompile
public void decompile()
Description copied from interface:Decompiler
Decompile EO to high-level EO. EO represented by XMIR.- Specified by:
decompile
in interfaceDecompiler
-
-