public interface BlockOrder
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<BasicBlock> |
blockIterator()
Return an Iterator which visits the basic blocks in order.
|
int |
compare(BasicBlock b1,
BasicBlock b2)
Return relative order of blocks.
|
java.util.Iterator<BasicBlock> blockIterator()
int compare(BasicBlock b1, BasicBlock b2)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.