harpoon.Analysis.Instr
Class RegAlloc.Factory

java.lang.Object
  extended by harpoon.Analysis.Instr.RegAlloc.Factory
Enclosing class:
RegAlloc

public abstract static class RegAlloc.Factory
extends Object


Constructor Summary
RegAlloc.Factory()
           
 
Method Summary
abstract  RegAlloc makeRegAlloc(Code c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegAlloc.Factory

public RegAlloc.Factory()
Method Detail

makeRegAlloc

public abstract RegAlloc makeRegAlloc(Code c)