harpoon.Main
Class MZFCompilerStage

java.lang.Object
  extended by harpoon.Main.CompilerStage
      extended by harpoon.Main.CompilerStageEZ
          extended by harpoon.Main.MZFCompilerStage

public class MZFCompilerStage
extends CompilerStageEZ

MZFCompilerStage

Version:
$Id: MZFCompilerStage.java,v 1.3 2005/09/15 03:45:39 salcianu 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
MZFCompilerStage()
          Creates a MZFCompilerStage.
 
Method Summary
 boolean enabled()
           
 List 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

MZFCompilerStage

public MZFCompilerStage()
Creates a MZFCompilerStage.

Method Detail

getOptions

public List getOptions()
Overrides:
getOptions in class CompilerStageEZ

enabled

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

real_action

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