Uses of Interface
sootup.core.graph.BlockIterator
Packages that use BlockIterator
-
Uses of BlockIterator in sootup.core.graph
Classes in sootup.core.graph that implement BlockIteratorModifier and TypeClassDescriptionclass
A block iterator that iterates through the blocks of a StmtGraph in post-order.class
A block iterator that iterates through the blocks of a StmtGraph in reverse post-order.Methods in sootup.core.graph that return BlockIteratorModifier and TypeMethodDescriptionBlockTraversalStrategy.iterator()
This method provides an iterator to traverse a StmtGraph according to the defined strategy.PostOrderBlockTraversal.iterator()
@NonNull BlockIterator
ReversePostOrderBlockTraversal.iterator()