BlockOrder
public class ReversePostOrder extends AbstractBlockOrder
BlockOrder
,
DepthFirstSearch
,
CFG
,
BasicBlock
Constructor | Description |
---|---|
ReversePostOrder(CFG cfg,
DepthFirstSearch dfs) |
Constructor.
|
blockIterator
public ReversePostOrder(CFG cfg, DepthFirstSearch dfs)
cfg
- the CFG for the methoddfs
- the DepthFirstSearch on the methodFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.