All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface harpoon.IR.Properties.Renameable

public interface Renameable
Renameable defines an interface for renaming temporaries in an intermediate representation.

Version:
$Id: Renameable.java,v 1.2 1998/10/11 02:37:46 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Method Index

 o rename(TempMap)
Rename all used variables in this HCodeElement according to mapping tm.

Methods

 o rename
 public abstract void rename(TempMap tm)
Rename all used variables in this HCodeElement according to mapping tm.


All Packages  Class Hierarchy  This Package  Previous  Next  Index