Uses of Interface
org.teavm.common.Loop
-
Packages that use Loop Package Description org.teavm.common -
-
Uses of Loop in org.teavm.common
Methods in org.teavm.common that return Loop Modifier and Type Method Description static LoopLoopGraph. commonSuperloop(Loop first, Loop second)LoopLoop. getParent()Loop[]LoopGraph. knownLoops()LoopLoopGraph. loopAt(int index)Methods in org.teavm.common with parameters of type Loop Modifier and Type Method Description static LoopLoopGraph. commonSuperloop(Loop first, Loop second)booleanLoop. isChildOf(Loop other)
-