All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface harpoon.IR.Properties.UseDef

public interface UseDef
UseDef defines an interface for intermediate representations that keep use/def information.

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

Method Index

 o def()
Return all the Temps defined by this HCodeElement.
 o use()
Return all the Temps used by this HCodeElement.

Methods

 o use
 public abstract Temp[] use()
Return all the Temps used by this HCodeElement.

 o def
 public abstract Temp[] def()
Return all the Temps defined by this HCodeElement.


All Packages  Class Hierarchy  This Package  Previous  Next  Index