harpoon.Main
Class Transactions.QuadPass

java.lang.Object
  extended by harpoon.Main.CompilerStage
      extended by harpoon.Main.CompilerStageEZ
          extended by harpoon.Main.Transactions.QuadPass
Enclosing class:
Transactions

public static class Transactions.QuadPass
extends CompilerStageEZ


Field Summary
 
Fields inherited from class harpoon.Main.CompilerStageEZ
attribs, classHierarchy, frame, hcf, linker, mainM, old_cs, roots
 
Constructor Summary
Transactions.QuadPass()
           
 
Method Summary
 boolean enabled()
           
 List<Option> 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

Transactions.QuadPass

public Transactions.QuadPass()
Method Detail

getOptions

public List<Option> 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