harpoon.Analysis.PA2.AllocSync
Class WPAllocSyncCompStage

java.lang.Object
  extended by harpoon.Main.CompilerStage
      extended by harpoon.Main.CompilerStageEZ
          extended by harpoon.Analysis.PA2.AllocSync.WPAllocSyncCompStage

public class WPAllocSyncCompStage
extends CompilerStageEZ

WPAllocSyncCompStage

Version:
$Id: WPAllocSyncCompStage.java,v 1.9 2006/01/07 17:10:15 salcianu Exp $
Author:
Alexandru Salcianu <salcianu@alum.mit.edu>

Field Summary
 
Fields inherited from class harpoon.Main.CompilerStageEZ
attribs, classHierarchy, frame, hcf, linker, mainM, old_cs, roots
 
Constructor Summary
WPAllocSyncCompStage(jpaul.Misc.BoolMCell paEnabler)
           
 
Method Summary
 boolean enabled()
           
 List<Option> getOptions()
           
protected  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

WPAllocSyncCompStage

public WPAllocSyncCompStage(jpaul.Misc.BoolMCell paEnabler)
Method Detail

enabled

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

getOptions

public List<Option> getOptions()
Overrides:
getOptions in class CompilerStageEZ

real_action

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