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
APointerKey
which represents the contents of an array instance.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.propagation.FilteredPointerKey
FilteredPointerKey.MultipleClassesFilter, FilteredPointerKey.SingleClassFilter, FilteredPointerKey.SingleInstanceFilter, FilteredPointerKey.TargetMethodFilter, FilteredPointerKey.TypeFilter
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
instance
-
-
Constructor Summary
Constructors Constructor Description ArrayContentsKey(InstanceKey instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
FilteredPointerKey.TypeFilter
getTypeFilter()
int
hashCode()
String
toString()
-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
getInstanceKey
-
-
-
-
Constructor Detail
-
ArrayContentsKey
public ArrayContentsKey(InstanceKey instance)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractPointerKey
-
getTypeFilter
public FilteredPointerKey.TypeFilter getTypeFilter()
- Specified by:
getTypeFilter
in interfaceFilteredPointerKey
- Returns:
- the class which should govern filtering of instances to which this pointer points, or null if no filtering needed
-
-