edu.umd.cs.findbugs.ba

Interface BlockOrder

public interface BlockOrder

Specify an order for visiting basic blocks.
Method Summary
Iterator<BasicBlock>blockIterator()
Return an Iterator which visits the basic blocks in order.

Method Detail

blockIterator

public Iterator<BasicBlock> blockIterator()
Return an Iterator which visits the basic blocks in order.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.