Package org.eolang.opeo
Class Decompiler
- java.lang.Object
-
- org.eolang.opeo.Decompiler
-
public final class Decompiler extends Object
Decompiler. This class is a high level abstraction of the decompilation process. The main purpose of this class it to get the output of the jeo-maven-plugin and decompile it into high-level EO constructs.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description Decompiler(File generated)
Constructor.Decompiler(Path generated)
Constructor.Decompiler(Path xmirs, Path output)
Constructor.
-