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.improvement Contains classes for improving representations.org.eolang.jeo.representation Package for the representations. -
-
Uses of Representation in org.eolang.jeo
Classes in org.eolang.jeo that implement Representation Modifier and Type Class Description static class
Representation.Named
Named representation.Methods in org.eolang.jeo that return types with arguments of type Representation Modifier and Type Method Description Collection<? extends Representation>
Improvement. apply(Collection<? extends Representation> representations)
Apply the improvement.Collection<Representation>
Improvement.Dummy. apply(Collection<? extends Representation> representations)
Collection<Representation>
Improvement.Mock. apply(Collection<? extends Representation> representations)
Method parameters in org.eolang.jeo with type arguments of type Representation Modifier and Type Method Description Collection<? extends Representation>
Improvement. apply(Collection<? extends Representation> representations)
Apply the improvement.Collection<Representation>
Improvement.Dummy. apply(Collection<? extends Representation> representations)
Collection<Representation>
Improvement.Mock. apply(Collection<? extends Representation> representations)
-
Uses of Representation in org.eolang.jeo.improvement
Methods in org.eolang.jeo.improvement that return types with arguments of type Representation Modifier and Type Method Description Collection<? extends Representation>
ImprovementBytecodeFootprint. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
ImprovementEoFootprint. apply(Collection<? extends Representation> representations)
Collection<Representation>
ImprovementLogged. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
ImprovementSet. apply(Collection<? extends Representation> representations)
Collection<Representation>
ImprovementXmirFootprint. apply(Collection<? extends Representation> representations)
Method parameters in org.eolang.jeo.improvement with type arguments of type Representation Modifier and Type Method Description Collection<? extends Representation>
ImprovementBytecodeFootprint. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
ImprovementEoFootprint. apply(Collection<? extends Representation> representations)
Collection<Representation>
ImprovementLogged. apply(Collection<? extends Representation> representations)
Collection<? extends Representation>
ImprovementSet. apply(Collection<? extends Representation> representations)
Collection<Representation>
ImprovementXmirFootprint. apply(Collection<? extends Representation> 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
EoRepresentation
Intermediate representation of a class files from XMIR.
-