DataflowAnalysis<java.util.BitSet>public class DominatorsAnalysis extends AbstractDominatorsAnalysis
CFG,
AbstractDominatorsAnalysis| Constructor | Description |
|---|---|
DominatorsAnalysis(CFG cfg,
DepthFirstSearch dfs,
boolean ignoreExceptionEdges) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
BlockOrder |
getBlockOrder(CFG cfg) |
Return the BlockOrder specifying the order in which BasicBlocks should be
visited in the main dataflow loop.
|
boolean |
isForwards() |
Returns true if the analysis is forwards, false if backwards.
|
copy, createFact, getAllDominatedBy, getAllDominatorsOf, initEntryFact, isTop, makeFactTop, meetInto, same, transferedgeTransfer, factToString, finishIteration, getFactAfterLocation, getFactAtLocation, getFactOnEdge, getLastUpdateTimestamp, getResultFact, getStartFact, resultFactIterator, setLastUpdateTimestamp, startIterationpublic DominatorsAnalysis(CFG cfg, DepthFirstSearch dfs, boolean ignoreExceptionEdges)
cfg - the CFG to compute dominator relationships fordfs - the DepthFirstSearch on the CFGignoreExceptionEdges - true if exception edges should be ignoredpublic boolean isForwards()
DataflowAnalysispublic BlockOrder getBlockOrder(CFG cfg)
DataflowAnalysiscfg - the CFG upon which we're performing dataflow analysisFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.