harpoon.Analysis.PA2.AllocSync
Class ASFlags

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

public abstract class ASFlags
extends Object

ASFlags

Version:
$Id: ASFlags.java,v 1.2 2005/08/16 22:41:57 salcianu Exp $
Author:
Alexandru Salcianu <salcianu@alum.mit.edu>

Field Summary
static int MAX_INLINABLE_METHOD_SIZE
           
static int MAX_METHOD_SIZE
           
static int SA_MAX_LINE
           
static int SA_MIN_LINE
           
static boolean VERBOSE
           
static boolean VERY_VERBOSE
           
 
Constructor Summary
ASFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

public static boolean VERBOSE

VERY_VERBOSE

public static boolean VERY_VERBOSE

SA_MIN_LINE

public static int SA_MIN_LINE

SA_MAX_LINE

public static int SA_MAX_LINE

MAX_METHOD_SIZE

public static int MAX_METHOD_SIZE

MAX_INLINABLE_METHOD_SIZE

public static int MAX_INLINABLE_METHOD_SIZE
Constructor Detail

ASFlags

public ASFlags()