Package org.teavm.model.optimization
Interface InliningStrategy
-
- All Known Implementing Classes:
DefaultInliningStrategy
public interface InliningStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InliningStepstart(MethodReference method, ProgramReader program)
-
-
-
Method Detail
-
start
InliningStep start(MethodReference method, ProgramReader program)
-
-