joeq.Compiler.Dataflow
Class BBComparator

java.lang.Object
  extended by joeq.Compiler.Dataflow.BBComparator
All Implemented Interfaces:
Comparator

public class BBComparator
extends Object
implements Comparator


Field Summary
static BBComparator INSTANCE
           
 
Method Summary
 int compare(BasicBlock bb1, BasicBlock bb2)
           
 int compare(Object o1, Object o2)
           
 
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

INSTANCE

public static final BBComparator INSTANCE
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator

compare

public int compare(BasicBlock bb1,
                   BasicBlock bb2)


Copyright © 2001-2008 John Whaley. All Rights Reserved.