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