Uses of Interface
org.eolang.jeo.Representation
Packages that use Representation
Package
Description
The main classes of the jeo-maven-plugin.
Package for the representations.
-
Uses of Representation in org.eolang.jeo
Methods in org.eolang.jeo that return RepresentationModifier and TypeMethodDescriptionAssemble.apply
(Representation representation) Disassemble.apply
(Representation representation) LoggedTranslation.apply
(Representation representation) Translation.apply
(Representation representation) Apply the translation to the original representation.Methods in org.eolang.jeo that return types with arguments of type RepresentationModifier and TypeMethodDescriptionStream<? extends Representation>
BytecodeRepresentations.all()
Stream<? extends Representation>
Representations.all()
All representations.BatchedTranslator.apply
(Stream<? extends Representation> representations) Stream<? extends Representation>
LoggedTranslator.apply
(Stream<? extends Representation> representations) Stream<? extends Representation>
Translator.apply
(Stream<? extends Representation> representations) Apply the translation for all representations.Methods in org.eolang.jeo with parameters of type RepresentationModifier and TypeMethodDescriptionAssemble.apply
(Representation representation) Disassemble.apply
(Representation representation) LoggedTranslation.apply
(Representation representation) Translation.apply
(Representation representation) Apply the translation to the original representation.Method parameters in org.eolang.jeo with type arguments of type RepresentationModifier and TypeMethodDescriptionBatchedTranslator.apply
(Stream<? extends Representation> representations) Stream<? extends Representation>
LoggedTranslator.apply
(Stream<? extends Representation> representations) Stream<? extends Representation>
Translator.apply
(Stream<? extends Representation> representations) Apply the translation for all representations. -
Uses of Representation in org.eolang.jeo.representation
Classes in org.eolang.jeo.representation that implement RepresentationModifier and TypeClassDescriptionfinal class
Intermediate representation of a class files which can be optimized from bytecode.final class
Intermediate representation of a class files from XMIR.