Package org.teavm.common
Interface GraphSplittingBackend
-
- All Known Implementing Classes:
DefaultGraphSplittingBackend,ProgramNodeSplittingBackend
public interface GraphSplittingBackend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]split(int[] domain, int[] nodes)
-