|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.AbstractBlockOrder
edu.umd.cs.findbugs.ba.ReverseDFSOrder
public class ReverseDFSOrder
A BlockOrder for visiting the blocks of a CFG in the order they would be visited in a depth first search of the reversed CFG. This is the most efficient visitation order for backwards dataflow analyses.
BlockOrder
,
ReverseDepthFirstSearch
,
CFG
,
BasicBlock
Constructor Summary | |
---|---|
ReverseDFSOrder(CFG cfg,
ReverseDepthFirstSearch rdfs)
Constructor. |
Method Summary |
---|
Methods inherited from class edu.umd.cs.findbugs.ba.AbstractBlockOrder |
---|
blockIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReverseDFSOrder(CFG cfg, ReverseDepthFirstSearch rdfs)
cfg
- the CFGrdfs
- the ReverseDepthFirstSearch of the CFG
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |