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.