public class NonExceptionPostdominatorsAnalysis extends PostDominatorsAnalysis
| Constructor and Description |
|---|
NonExceptionPostdominatorsAnalysis(CFG cfg,
ReverseDepthFirstSearch rdfs,
DepthFirstSearch dfs)
Constructor.
|
getBlockOrder, isForwardscopy, createFact, getAllDominatedBy, getAllDominatorsOf, initEntryFact, isTop, makeFactTop, meetInto, same, transferedgeTransfer, factToString, finishIteration, getFactAfterLocation, getFactAtLocation, getFactOnEdge, getLastUpdateTimestamp, getResultFact, getStartFact, resultFactIterator, setLastUpdateTimestamp, startIterationpublic 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.