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
public class InstanceFieldKey extends AbstractFieldPointerKey
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
Constructors Constructor Description InstanceFieldKey(InstanceKey instance, IField field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
IField
getField()
int
hashCode()
String
toString()
-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
getInstanceKey
-
-
-
-
Constructor Detail
-
InstanceFieldKey
public InstanceFieldKey(InstanceKey instance, IField field)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractPointerKey
-
getField
public IField getField()
-
-