harpoon.Analysis.PA2.AllocSync
Class Debug

java.lang.Object
  extended by harpoon.Analysis.PA2.AllocSync.Debug

public abstract class Debug
extends Object

Debug

Version:
$Id: Debug.java,v 1.1 2005/08/10 03:03:16 salcianu Exp $
Author:
Alexandru Salcianu <salcianu@alum.mit.edu>

Field Summary
static boolean ENABLED
           
 
Constructor Summary
Debug()
           
 
Method Summary
static void check(Code hc1, Code hc2)
           
static void check(HCode hc1, HCode hc2)
           
static int countSA(Code hc1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLED

public static boolean ENABLED
Constructor Detail

Debug

public Debug()
Method Detail

check

public static void check(HCode hc1,
                         HCode hc2)

check

public static void check(Code hc1,
                         Code hc2)

countSA

public static int countSA(Code hc1)