Package org.eolang.opeo.decompilation
Class DummyDecompiler
java.lang.Object
org.eolang.opeo.decompilation.DummyDecompiler
- All Implemented Interfaces:
Decompiler
Dummy decompiler.
It just copies XMIR files to the output directory without any changes.
- Since:
- 0.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DummyDecompiler
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 interfaceDecompiler
-