Class InstanceFieldKey
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
com.ibm.wala.ipa.callgraph.propagation.InstanceFieldKey
- All Implemented Interfaces:
InstanceFieldPointerKey
,PointerKey
- Direct Known Subclasses:
InstanceFieldKeyWithFilter
An pointer key which represents a unique set for a field associated with a set of instances.
-
Field Summary
Fields inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
instance
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
getInstanceKey
-
Constructor Details
-
InstanceFieldKey
-
-
Method Details
-
equals
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()- Specified by:
hashCode
in classAbstractPointerKey
-
toString
-
getField
-