edu.umd.cs.findbugs.ba
public class ReversePostOrder extends AbstractBlockOrder
See Also: BlockOrder DepthFirstSearch CFG BasicBlock
Constructor Summary | |
---|---|
ReversePostOrder(CFG cfg, DepthFirstSearch dfs)
Constructor.
|
Parameters: cfg the CFG for the method dfs the DepthFirstSearch on the method