Class AbstractPointerKey
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
-
- All Implemented Interfaces:
PointerKey
- Direct Known Subclasses:
AbstractFieldPointerKey
,AbstractLocalPointerKey
,AstGlobalPointerKey
,ObjectPropertyCatalogKey
,StaticFieldKey
public abstract class AbstractPointerKey extends Object implements PointerKey
This class exists to forcePointerKey
implementations to implement equals() and hashCode()s.
-
-
Constructor Summary
Constructors Constructor Description AbstractPointerKey()
-