harpoon.Analysis.PointerAnalysis
Class PARTJSupportCompStage

java.lang.Object
  extended by harpoon.Main.CompilerStage
      extended by harpoon.Main.CompilerStageEZ
          extended by harpoon.Analysis.PointerAnalysis.PARTJSupportCompStage

public class PARTJSupportCompStage
extends CompilerStageEZ

PARTJSupportCompStage

Version:
$Id: PARTJSupportCompStage.java,v 1.2 2004/02/08 03:20:03 cananian Exp $
Author:
Alexandru Salcianu <salcianu@MIT.edu>

Field Summary
 
Fields inherited from class harpoon.Main.CompilerStageEZ
attribs, classHierarchy, frame, hcf, linker, mainM, old_cs, roots
 
Constructor Summary
PARTJSupportCompStage()
          Creates a PARTJSupportCompStage.
 
Method Summary
 boolean enabled()
           
static CompilerStage getFullStage()
          Returns a compiler stage consisting of the sequential composition of a pointer analysis stage and a PARTJSupportCompStage.
 List getOptions()
           
 void real_action()
           
 
Methods inherited from class harpoon.Main.CompilerStageEZ
_PACK_CS, _UNPACK_CS, action
 
Methods inherited from class harpoon.Main.CompilerStage
name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PARTJSupportCompStage

public PARTJSupportCompStage()
Creates a PARTJSupportCompStage.

Method Detail

getFullStage

public static CompilerStage getFullStage()
Returns a compiler stage consisting of the sequential composition of a pointer analysis stage and a PARTJSupportCompStage.


getOptions

public List getOptions()
Overrides:
getOptions in class CompilerStageEZ

enabled

public boolean enabled()
Specified by:
enabled in class CompilerStage

real_action

public void real_action()
Specified by:
real_action in class CompilerStageEZ