Package org.eolang.jeo
Class Disassemble
java.lang.Object
org.eolang.jeo.Disassemble
- All Implemented Interfaces:
Translation
Disassemble a representation to a file.
- Since:
- 0.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Representation representation) Apply the translation to the original representation.
-
Constructor Details
-
Disassemble
Constructor.- Parameters:
target
- Where to save the EO.
-
-
Method Details
-
apply
Description copied from interface:Translation
Apply the translation to the original representation.- Specified by:
apply
in interfaceTranslation
- Parameters:
representation
- Original representation.- Returns:
- Translated representation.
-