Package sootup.core.graph
Interface BlockIterator
- All Superinterfaces:
Iterator<BasicBlock<?>>
- All Known Implementing Classes:
PostOrderBlockIterator
,ReversePostOrderBlockIterator
Interface of Block Iterator used to iterate each Block in a StmtGraph.
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove