Package edu.umd.cs.findbugs.ba
Class ReversePostOrder.ReversePostfixComparator
java.lang.Object
edu.umd.cs.findbugs.ba.ReversePostOrder.ReversePostfixComparator
- All Implemented Interfaces:
Comparator<BasicBlock>
- Enclosing class:
ReversePostOrder
private static class ReversePostOrder.ReversePostfixComparator
extends Object
implements Comparator<BasicBlock>
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
Fields -
Constructor Summary
Constructors -
Method Summary
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
dfs
-
-
Constructor Details
-
ReversePostfixComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<BasicBlock>
-