harpoon.Backend.StrongARM
Class TwoWordTemp

java.lang.Object
  extended by harpoon.Temp.Temp
      extended by harpoon.Backend.StrongARM.TwoWordTemp
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Temp>, ReferenceUnique

public class TwoWordTemp
extends Temp

TwoWordTemp

Version:
$Id: TwoWordTemp.java,v 1.4 2002/04/10 03:04:01 cananian Exp $
Author:
Felix S. Klock II <pnkfelix@mit.edu>
See Also:
Serialized Form

Field Summary
 
Fields inherited from class harpoon.Temp.Temp
arrayFactory, doubleArrayFactory, INDEXER
 
Constructor Summary
TwoWordTemp(TempFactory tf)
          Creates a TwoWordTemp.
TwoWordTemp(TempFactory tf, Temp low, Temp high)
           
 
Method Summary
 void accept(TempVisitor v)
           
 Temp getHigh()
          Returns the Temp representing the high order bits of this.
 Temp getLow()
          Returns the Temp representing the low order bits of this.
 
Methods inherited from class harpoon.Temp.Temp
clone, clone, compareTo, fullname, hashCode, name, tempFactory, tempFactory, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TwoWordTemp

public TwoWordTemp(TempFactory tf)
Creates a TwoWordTemp.


TwoWordTemp

public TwoWordTemp(TempFactory tf,
                   Temp low,
                   Temp high)
Method Detail

getLow

public Temp getLow()
Returns the Temp representing the low order bits of this.


getHigh

public Temp getHigh()
Returns the Temp representing the high order bits of this.


accept

public void accept(TempVisitor v)