harpoon.Analysis.Instr
Class LocalCffRegAlloc.PreassignTemp

java.lang.Object
  extended by harpoon.Temp.Temp
      extended by harpoon.Analysis.Instr.LocalCffRegAlloc.PreassignTemp
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Temp>, ReferenceUnique
Enclosing class:
LocalCffRegAlloc

public static class LocalCffRegAlloc.PreassignTemp
extends Temp

PreassignTemp represents Temps which have been pre-assigned to machine registers.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class harpoon.Temp.Temp
arrayFactory, doubleArrayFactory, INDEXER
 
Constructor Summary
LocalCffRegAlloc.PreassignTemp(Temp reg)
           
 
Method Summary
 String toString()
          Returns a string representation of this temporary.
 
Methods inherited from class harpoon.Temp.Temp
clone, clone, compareTo, fullname, hashCode, name, tempFactory, tempFactory
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalCffRegAlloc.PreassignTemp

public LocalCffRegAlloc.PreassignTemp(Temp reg)
Method Detail

toString

public String toString()
Description copied from class: Temp
Returns a string representation of this temporary.

Overrides:
toString in class Temp