|
FindBugs™ 1.3.9 | |||||||||
| 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.ReversePostOrder
public class ReversePostOrder
A BlockOrder for visiting the blocks of a CFG in the reverse of the order in which they are finished in a depth first search. This is the most efficient visitation order for forward dataflow analyses.
BlockOrder,
DepthFirstSearch,
CFG,
BasicBlock| Constructor Summary | |
|---|---|
ReversePostOrder(CFG cfg,
DepthFirstSearch dfs)
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 ReversePostOrder(CFG cfg,
DepthFirstSearch dfs)
cfg - the CFG for the methoddfs - the DepthFirstSearch on the method
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||