Uses of Interface
org.eolang.jeo.Improvement
-
Packages that use Improvement Package Description org.eolang.jeo The main classes of the jeo-maven-plugin.org.eolang.jeo.improvement Contains classes for improving representations. -
-
Uses of Improvement in org.eolang.jeo
Classes in org.eolang.jeo that implement Improvement Modifier and Type Class Description static class
Improvement.Dummy
Dummy improvement.static class
Improvement.Mock
Mock improvement. -
Uses of Improvement in org.eolang.jeo.improvement
Classes in org.eolang.jeo.improvement that implement Improvement Modifier and Type Class Description class
ImprovementBytecodeFootprint
Footprint of the representations as bytecode classes.class
ImprovementEoFootprint
It's not actually an improvement.class
ImprovementLogged
Logged improvement.class
ImprovementSet
Improvements.class
ImprovementXmirFootprint
Footprint of the EO's.Constructors in org.eolang.jeo.improvement with parameters of type Improvement Constructor Description ImprovementSet(Improvement... arr)
Constructor.
-