harpoon.Backend.MIPS
Class TempVisitor

java.lang.Object
  extended by harpoon.Backend.StrongARM.TempVisitor
      extended by harpoon.Backend.MIPS.TempVisitor

public abstract class TempVisitor
extends TempVisitor

TempVisitor is an extension of TempVisitor for handling extensions of Temp local to the MIPS backend.

Version:
$Id: TempVisitor.java,v 1.2 2002/02/25 21:01:47 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Summary
TempVisitor()
           
 
Method Summary
 
Methods inherited from class harpoon.Backend.StrongARM.TempVisitor
visit, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempVisitor

public TempVisitor()