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
A
PointerKey which represents the contents of an array instance.-
Nested Class Summary
Nested classes/interfaces inherited from interface FilteredPointerKey
FilteredPointerKey.MultipleClassesFilter, FilteredPointerKey.SingleClassFilter, FilteredPointerKey.SingleInstanceFilter, FilteredPointerKey.TargetMethodFilter, FilteredPointerKey.TypeFilter -
Field Summary
Fields inherited from class AbstractFieldPointerKey
instance -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractFieldPointerKey
getInstanceKey
-
Constructor Details
-
ArrayContentsKey
-
-
Method Details
-
equals
- Specified by:
equalsin classAbstractPointerKey
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractPointerKey
-
toString
-
getTypeFilter
- Specified by:
getTypeFilterin interfaceFilteredPointerKey- Returns:
- the class which should govern filtering of instances to which this pointer points, or null if no filtering needed
-