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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
dfs
-
-
Constructor Details
-
ReversePostfixComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<BasicBlock>
-