Package org.eolang.jeo
Class Assemble
java.lang.Object
org.eolang.jeo.Assemble
- All Implemented Interfaces:
Translation
Assemble a representation.
- Since:
- 0.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Representation representation) Apply the translation to the original representation.
-
Constructor Details
-
Assemble
Constructor.- Parameters:
classes
- Classes path.
-
-
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.
-