public class LoopNestTree extends TreeSet<Loop>
| Constructor and Description |
|---|
LoopNestTree(Body b)
Builds a loop nest tree from a method body using
LoopFinder. |
LoopNestTree(Collection<Loop> loops)
Builds a loop nest tree from a mapping from loop headers to statements in the loop.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNestedLoops() |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic LoopNestTree(Body b)
LoopFinder.public LoopNestTree(Collection<Loop> loops)
Copyright © 2020 Soot OSS. All rights reserved.