Class Disassemble

java.lang.Object
org.eolang.jeo.Disassemble
All Implemented Interfaces:
Translation

public final class Disassemble extends Object implements Translation
Disassemble a representation to a file.
Since:
0.2
  • Constructor Details

    • Disassemble

      public Disassemble(Path target)
      Constructor.
      Parameters:
      target - Where to save the EO.
  • Method Details

    • apply

      public Representation apply(Representation representation)
      Description copied from interface: Translation
      Apply the translation to the original representation.
      Specified by:
      apply in interface Translation
      Parameters:
      representation - Original representation.
      Returns:
      Translated representation.