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 Representation Intermediate representation of objects or class files which can be translated.Representations Collection of representations.Translation Single translation.Translator Translator that applies a translation to a batch of representations. -
Class Summary Class Description Assemble Assemble a representation.AssembleMojo Converts EO to bytecode.BachedTranslator Translator that applies a translation to a batch of representations.BytecodeRepresentations Project compiled classes.Details Details of representation.Disassemble Disassemble a representation to a file.DisassembleMojo Converts bytecode to EO.Disassembler This class disassembles the project's compiled classes.LoggedTranslation Translation that leaves a log message before and after applying the original translation.LoggedTranslator Translation log.PluginStartup All mojos initialization step.