Package com.ibm.wala.cast.ipa.callgraph
Class ObjectPropertyCatalogKey
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
-
- com.ibm.wala.cast.ipa.callgraph.ObjectPropertyCatalogKey
-
- All Implemented Interfaces:
PointerKey
public class ObjectPropertyCatalogKey extends AbstractPointerKey
-
-
Constructor Summary
Constructors Constructor Description ObjectPropertyCatalogKey(InstanceKey object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object x)
String
getName()
InstanceKey
getObject()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ObjectPropertyCatalogKey
public ObjectPropertyCatalogKey(InstanceKey object)
-
-
Method Detail
-
getName
public String getName()
-
equals
public boolean equals(Object x)
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractPointerKey
-
getObject
public InstanceKey getObject()
-
-