Uses of Class
soot.jimple.toolkits.annotation.logic.Loop

Packages that use Loop
soot.jimple.toolkits.annotation.logic   
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
 

Uses of Loop in soot.jimple.toolkits.annotation.logic
 

Methods in soot.jimple.toolkits.annotation.logic that return types with arguments of type Loop
 Collection<Loop> LoopFinder.loops()
           
 Collection<Loop> LoopFinder.loops()
           
 

Uses of Loop in soot.toolkits.graph
 

Constructor parameters in soot.toolkits.graph with type arguments of type Loop
LoopNestTree(Collection<Loop> loops)
          Builds a loop nest tree from a mapping from loop headers to statements in the loop.
LoopNestTree(Collection<Loop> loops)
          Builds a loop nest tree from a mapping from loop headers to statements in the loop.