RegAlloc
Class InterferenceGraph

java.lang.Object
  extended by Graph.Graph
      extended by RegAlloc.InterferenceGraph
Direct Known Subclasses:
Liveness

public abstract class InterferenceGraph
extends Graph<Temp,Node>


Constructor Summary
InterferenceGraph()
           
 
Method Summary
abstract  java.util.List<Move> moves()
           
 
Methods inherited from class Graph.Graph
addEdge, get, nodes, rmEdge, show, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterferenceGraph

public InterferenceGraph()
Method Detail

moves

public abstract java.util.List<Move> moves()