Package | Description |
---|---|
soot.jimple.toolkits.annotation.logic | |
soot.toolkits.graph |
Toolkit to produce and manipulate various types of control flow
graphs.
|
Modifier and Type | Method and Description |
---|---|
Collection<Loop> |
LoopFinder.loops() |
Collection<Loop> |
LoopFinder.loops() |
Constructor and Description |
---|
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.
|