public class NonExceptionPostdominatorsAnalysis extends PostDominatorsAnalysis
Constructor and Description |
---|
NonExceptionPostdominatorsAnalysis(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs)
Constructor.
|
getBlockOrder, isForwards
copy, createFact, getAllDominatedBy, getAllDominatorsOf, initEntryFact, isTop, makeFactTop, meetInto, same, transfer
edgeTransfer, factToString, finishIteration, getFactAfterLocation, getFactAtLocation, getFactOnEdge, getLastUpdateTimestamp, getResultFact, getStartFact, resultFactIterator, setLastUpdateTimestamp, startIteration
public NonExceptionPostdominatorsAnalysis(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs)
cfg
- the CFG to compute dominator relationships forrdfs
- the ReverseDepthFirstSearch on the CFGdfs
- the DepthFirstSearch on the CFGFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.