harpoon.Analysis.PA2
Class Flags

java.lang.Object
  extended by harpoon.Analysis.PA2.Flags

public abstract class Flags
extends Object

Flags

Version:
$Id: Flags.java,v 1.12 2005/11/06 21:08:03 salcianu Exp $
Author:
Alexandru Salcianu <salcianu@alum.mit.edu>

Field Summary
static boolean FLOW_SENSITIVITY
           
static boolean IGNORE_CERTAIN_MUTATIONS
           
static boolean IGNORE_CONSTR_MUTATION_ON_THIS
           
static int MAX_INTRA_SCC_ITER
           
static boolean RECORD_WRITES
           
static boolean SHOW_INTRA_PROC_RESULTS
           
static boolean TIME_PREANALYSIS
          If true, the whole-program analysis will eagerly execute and time all the pre-analysis: IR construction, call graph, etc.
 
Constructor Summary
Flags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHOW_INTRA_PROC_RESULTS

public static boolean SHOW_INTRA_PROC_RESULTS

MAX_INTRA_SCC_ITER

public static int MAX_INTRA_SCC_ITER

FLOW_SENSITIVITY

public static boolean FLOW_SENSITIVITY

RECORD_WRITES

public static boolean RECORD_WRITES

IGNORE_CERTAIN_MUTATIONS

public static boolean IGNORE_CERTAIN_MUTATIONS

IGNORE_CONSTR_MUTATION_ON_THIS

public static boolean IGNORE_CONSTR_MUTATION_ON_THIS

TIME_PREANALYSIS

public static boolean TIME_PREANALYSIS
If true, the whole-program analysis will eagerly execute and time all the pre-analysis: IR construction, call graph, etc. This allows the separation between pre-analysis and analysis time.

Constructor Detail

Flags

public Flags()