harpoon.Analysis.TypeInference
Class IntraProc

java.lang.Object
  extended by harpoon.Analysis.TypeInference.IntraProc

public class IntraProc
extends Object

TypeInfo is a simple type analysis tool for quad-ssi form.

Version:
$Id: IntraProc.java,v 1.6 2004/02/08 03:20:38 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Field Summary
static boolean exceptionAnalysis
           
 
Constructor Summary
IntraProc(InterProc e, HMethod m, HCodeFactory hcf)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exceptionAnalysis

public static boolean exceptionAnalysis
Constructor Detail

IntraProc

public IntraProc(InterProc e,
                 HMethod m,
                 HCodeFactory hcf)
Method Detail

toString

public String toString()
Overrides:
toString in class Object