Package org.eolang.jeo
Class Assemble
- java.lang.Object
-
- org.eolang.jeo.Assemble
-
- All Implemented Interfaces:
Translation
public final class Assemble extends Object implements Translation
Assemble a representation.- Since:
- 0.2
-
-
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
-
Assemble
public Assemble(Path classes)
Constructor.- Parameters:
classes
- Classes path.
-
-
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.
-
-