Class FormattingDecompiler

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

public final class FormattingDecompiler extends Object implements Decompiler
Decompiler that fixes XMIR generated by two plugins.
Since:
0.2
  • Constructor Details

    • FormattingDecompiler

      public FormattingDecompiler(Decompiler original, Path modified)
  • 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