harpoon.Backend.StrongARM
Class TwoWordTemp
java.lang.Object
|
+--harpoon.Temp.Temp
|
+--harpoon.Backend.StrongARM.TwoWordTemp
- All Implemented Interfaces:
- Cloneable, Comparable, ReferenceUnique, Serializable
- public class TwoWordTemp
- extends Temp
TwoWordTemp
- Version:
- $Id: TwoWordTemp.java,v 1.3 2002/02/26 22:44:51 cananian Exp $
- Author:
- Felix S. Klock II <pnkfelix@mit.edu>
- See Also:
- Serialized Form
TwoWordTemp
public TwoWordTemp(TempFactory tf)
- Creates a
TwoWordTemp
.
TwoWordTemp
public TwoWordTemp(TempFactory tf,
Temp low,
Temp high)
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)