Interface BlockIterator

All Superinterfaces:
Iterator<BasicBlock<?>>
All Known Implementing Classes:
PostOrderBlockIterator, ReversePostOrderBlockIterator

public interface BlockIterator extends Iterator<BasicBlock<?>>
Interface of Block Iterator used to iterate each Block in a StmtGraph.