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
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
equals, hashCode
-
Field Details
-
instance
-
-
Constructor Details
-
AbstractFieldPointerKey
-
-
Method Details
-
getInstanceKey
- Specified by:
getInstanceKey
in interfaceInstanceFieldPointerKey
- Returns:
- the instance key which is the "container" for this pointer
-