harpoon.Util.TypeInference
Class ArrayInfo
java.lang.Object
|
+--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.2 2002/02/25 21:09:36 cananian Exp $
- Author:
- Alexandru SALCIANU <salcianu@retezat.lcs.mit.edu>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayInfo
public ArrayInfo()
- Creates a
ArrayInfo
.
getInterestingAGETs
public Set getInterestingAGETs(HMethod hm,
HCode hcode)
- Returns the set of
AGET
instructions from hcode
that access arrays of non primitive objects.