|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.ReversePostfixOrder.ReversePostfixComparator
private static class ReversePostfixOrder.ReversePostfixComparator
A Comparator to order the blocks in the reverse of the order in which they would be finished by a depth first search.
Field Summary | |
---|---|
private DepthFirstSearch |
dfs
|
Constructor Summary | |
---|---|
ReversePostfixOrder.ReversePostfixComparator(DepthFirstSearch dfs)
|
Method Summary | |
---|---|
int |
compare(BasicBlock aa,
BasicBlock bb)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
private DepthFirstSearch dfs
Constructor Detail |
---|
public ReversePostfixOrder.ReversePostfixComparator(DepthFirstSearch dfs)
Method Detail |
---|
public int compare(BasicBlock aa, BasicBlock bb)
compare
in interface java.util.Comparator<BasicBlock>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |