Uses of Interface
org.eolang.jeo.Translation
-
Packages that use Translation Package Description org.eolang.jeo The main classes of the jeo-maven-plugin. -
-
Uses of Translation in org.eolang.jeo
Classes in org.eolang.jeo that implement Translation Modifier and Type Class Description class
Assemble
Assemble a representation.class
Disassemble
Disassemble a representation to a file.class
LoggedTranslation
Translation that leaves a log message before and after applying the original translation.Constructors in org.eolang.jeo with parameters of type Translation Constructor Description LoggedTranslation(String process, String participle, Translation original)
Constructor.
-