All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface RegAlloc.ColorFactory

public interface ColorFactory

Method Index

 o getColor(InterferenceGraph, TempMap, TempList)
Create an instance of some concrete class that implements the Color interface and return it.

Methods

 o getColor
 public abstract Color getColor(InterferenceGraph ig,
                                TempMap initial,
                                TempList regs)
Create an instance of some concrete class that implements the Color interface and return it. The parameters should be used in constructing that object, as described on p. 263 of Appel (but there Color is a concrete class).


All Packages  Class Hierarchy  This Package  Previous  Next  Index