harpoon.Backend.StrongARM
Class TempBuilder

java.lang.Object
  extended by harpoon.Backend.Generic.TempBuilder
      extended by harpoon.Backend.StrongARM.TempBuilder
Direct Known Subclasses:
TempBuilder

public class TempBuilder
extends TempBuilder

TempBuilder for StrongARM.

Version:
$Id: TempBuilder.java,v 1.2 2002/02/25 21:02:50 cananian Exp $
Author:
Felix S. Klock II <pnkfelix@mit.edu>

Constructor Summary
TempBuilder()
          Creates a TempBuilder.
 
Method Summary
 Temp makeTemp(Typed t, TempFactory tf)
          Makes a Temp for storing values with the same type as t.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempBuilder

public TempBuilder()
Creates a TempBuilder.

Method Detail

makeTemp

public Temp makeTemp(Typed t,
                     TempFactory tf)
Description copied from class: TempBuilder
Makes a Temp for storing values with the same type as t.

Specified by:
makeTemp in class TempBuilder