harpoon.Backend.CSAHack.RegAlloc
Class MoveList

java.lang.Object
  extended by harpoon.Backend.CSAHack.RegAlloc.MoveList

public class MoveList
extends Object


Field Summary
 Node dst
           
 Node src
           
 MoveList tail
           
 
Constructor Summary
MoveList(Node s, Node d, MoveList t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

public Node src

dst

public Node dst

tail

public MoveList tail
Constructor Detail

MoveList

public MoveList(Node s,
                Node d,
                MoveList t)