Package sootup.core.graph
Class PostOrderBlockIterator
java.lang.Object
sootup.core.graph.PostOrderBlockIterator
- All Implemented Interfaces:
Iterator<BasicBlock<?>>
,BlockIterator
A block iterator that iterates through the blocks of a StmtGraph in post-order.
-
Constructor Details
-
PostOrderBlockIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<BasicBlock<?>>
-
next
- Specified by:
next
in interfaceIterator<BasicBlock<?>>
-