Package org.eolang.jeo
Interface Improvement
-
- All Known Implementing Classes:
BytecodeFootprint
,Improvement.Dummy
,Improvement.Mock
,ImprovementLogged
,Improvements
,XmirFootprint
public interface Improvement
Optimization improvement.- Since:
- 0.1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Improvement.Dummy
Dummy improvement.static class
Improvement.Mock
Mock improvement.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends Representation>
apply(Collection<? extends Representation> representations)
Apply the improvement.
-
-
-
Method Detail
-
apply
Collection<? extends Representation> apply(Collection<? extends Representation> representations)
Apply the improvement.- Parameters:
representations
- IRs to optimize.- Returns:
- Optimized IRs.
-
-