Uses of Interface
org.eolang.jeo.Representation
-
Packages that use Representation Package Description org.eolang.jeo The main classes of the jeo-maven-plugin.org.eolang.jeo.representation Package for the representations. -
-
Uses of Representation in org.eolang.jeo
Methods in org.eolang.jeo that return Representation Modifier and Type Method Description Representation
Assemble. apply(Representation representation)
Representation
Disassemble. apply(Representation representation)
Representation
LoggedTranslation. apply(Representation 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 Representation Modifier and Type Method Description Collection<? extends Representation>
BytecodeRepresentations. all()
Collection<? extends Representation>
Representations. all()
All representations.Collection<Representation>
BachedTranslator. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
LoggedTranslator. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
Translator. apply(Collection<? extends Representation> representations)
Apply the translation for all representations.Methods in org.eolang.jeo with parameters of type Representation Modifier and Type Method Description Representation
Assemble. apply(Representation representation)
Representation
Disassemble. apply(Representation representation)
Representation
LoggedTranslation. apply(Representation representation)
Representation
Translation. apply(Representation representation)
Apply the translation to the original representation.Method parameters in org.eolang.jeo with type arguments of type Representation Modifier and Type Method Description Collection<Representation>
BachedTranslator. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
LoggedTranslator. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
Translator. apply(Collection<? 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 Representation Modifier and Type Class Description class
BytecodeRepresentation
Intermediate representation of a class files which can be optimized from bytecode.class
XmirRepresentation
Intermediate representation of a class files from XMIR.
-