All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface harpoon.Analysis.Maps.TypeMap

public interface TypeMap
A TypeMap is a mapping from temporaries to their types.

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

Method Index

 o typeMap(HCode, Temp)
Return the type of a given temporary.

Methods

 o typeMap
 public abstract HClass typeMap(HCode hc,
                                Temp t)
Return the type of a given temporary.

Parameters:
hc - The HCode containing t.
t - The temporary to examine.
Returns:
the static type of t.

All Packages  Class Hierarchy  This Package  Previous  Next  Index