Package org.eolang.jeo
Interface Translation
- All Known Implementing Classes:
Assemble
,Disassemble
,LoggedTranslation
public interface Translation
Single translation.
- Since:
- 0.2
-
Method Summary
Modifier and TypeMethodDescriptionapply
(Representation representation) Apply the translation to the original representation.
-
Method Details
-
apply
Apply the translation to the original representation.- Parameters:
representation
- Original representation.- Returns:
- Translated representation.
-