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
  • Constructor Details

    • Assemble

      public Assemble(Path classes)
      Constructor.
      Parameters:
      classes - Classes path.
  • Method Details

    • apply

      public Representation apply(Representation representation)
      Description copied from interface: Translation
      Apply the translation to the original representation.
      Specified by:
      apply in interface Translation
      Parameters:
      representation - Original representation.
      Returns:
      Translated representation.