com.ibm.wala.ipa.callgraph.propagation
Class ArrayContentsKey
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
com.ibm.wala.ipa.callgraph.propagation.ArrayContentsKey
- All Implemented Interfaces:
- FilteredPointerKey, InstanceFieldPointerKey, PointerKey
public final class ArrayContentsKey
- extends AbstractFieldPointerKey
- implements FilteredPointerKey
A PointerKey which represents the contents of an array instance.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ArrayContentsKey
public ArrayContentsKey(InstanceKey instance)
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in class AbstractPointerKey
hashCode
public int hashCode()
- Specified by:
hashCode in class AbstractPointerKey
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getTypeFilter
public FilteredPointerKey.TypeFilter getTypeFilter()
- Specified by:
getTypeFilter in interface FilteredPointerKey
- Returns:
- the class which should govern filtering of instances to which this pointer points, or null if no filtering needed