Package org.eolang.jeo
The main classes of the jeo-maven-plugin.
jeo is a maven plugin dedicated to optimizing java bytecode.
It is a root package of the project where you can find the main classes of the plugin.
- Since:
- 0.1.0
-
Interface Summary Interface Description Transformation Transformation.Translator Translator that applies a translation to a batch of representations. -
Class Summary Class Description AssembleMojo Converts EO to bytecode.Assembling Assembling transformation.Caching Cached transformation.DisassembleMojo Converts bytecode to EO.Disassembler This class disassembles the project's compiled classes.Disassembling Disassembling transformation.JeoClassLoader JEO class loader.Logging Translation that leaves a log message before and after applying the original translation.ParallelTranslator Translator that applies a translation to a batch of representations in parallel.PluginStartup All mojo's initialization step.Summary Translation summary log.Unroll Unroll XMIR file.UnrollMojo This mojo unrolls all the changes made by PHI/UNPHI transformations.