harpoon.Util.TypeInference
Class ArrayInfo

java.lang.Object
  extended by harpoon.Util.TypeInference.ArrayInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CachingArrayInfo

public class ArrayInfo
extends Object
implements Serializable

ArrayInfo

Version:
$Id: ArrayInfo.java,v 1.3 2004/02/08 03:22:00 cananian Exp $
Author:
Alexandru SALCIANU <salcianu@retezat.lcs.mit.edu>
See Also:
Serialized Form

Constructor Summary
ArrayInfo()
          Creates a ArrayInfo.
 
Method Summary
 Set getInterestingAGETs(HMethod hm, HCode hcode)
          Returns the set of AGET instructions from hcode that access arrays of non primitive objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayInfo

public ArrayInfo()
Creates a ArrayInfo.

Method Detail

getInterestingAGETs

public Set getInterestingAGETs(HMethod hm,
                               HCode hcode)
Returns the set of AGET instructions from hcode that access arrays of non primitive objects.