Class AbstractFieldPointerKey
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
- All Implemented Interfaces:
InstanceFieldPointerKey, PointerKey
- Direct Known Subclasses:
ArrayContentsKey, ArrayLengthKey, AstJavaSSAPropagationCallGraphBuilder.EnclosingObjectReferenceKey, InstanceFieldKey, ReflectedFieldPointerKey, TransitivePrototypeKey
public abstract class AbstractFieldPointerKey
extends AbstractPointerKey
implements InstanceFieldPointerKey
Common implementation for
InstanceFieldPointerKey implementations.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPointerKey
equals, hashCode
-
Field Details
-
instance
-
-
Constructor Details
-
AbstractFieldPointerKey
-
-
Method Details
-
getInstanceKey
- Specified by:
getInstanceKeyin interfaceInstanceFieldPointerKey- Returns:
- the instance key which is the "container" for this pointer
-