Class 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 Detail

      • 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 Detail

      • 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