Package org.eolang.jeo
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 Summary
Constructors Constructor Description Disassemble(Path target)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Representation
apply(Representation representation)
Apply the translation to the original representation.
-
-
-
Constructor Detail
-
Disassemble
public Disassemble(Path target)
Constructor.- Parameters:
target
- Where to save the EO.
-
-
Method Detail
-
apply
public Representation apply(Representation representation)
Description copied from interface:Translation
Apply the translation to the original representation.- Specified by:
apply
in interfaceTranslation
- Parameters:
representation
- Original representation.- Returns:
- Translated representation.
-
-