Package org.eolang.jeo
Interface Translation
-
- All Known Implementing Classes:
Assemble,Disassemble,LoggedTranslation
public interface TranslationSingle translation.- Since:
- 0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Representationapply(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.
-
-