edu.umd.cs.findbugs.ba
public class DominatorsAnalysis extends AbstractDominatorsAnalysis
See Also: CFG AbstractDominatorsAnalysis
Constructor Summary | |
---|---|
DominatorsAnalysis(CFG cfg, DepthFirstSearch dfs, boolean ignoreExceptionEdges)
Constructor.
|
Method Summary | |
---|---|
BlockOrder | getBlockOrder(CFG cfg) |
boolean | isForwards() |
static void | main(String[] argv) |
Parameters: cfg the CFG to compute dominator relationships for dfs the DepthFirstSearch on the CFG ignoreExceptionEdges true if exception edges should be ignored