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 booleanequals(Object x)StringgetName()InstanceKeygetObject()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ObjectPropertyCatalogKey
public ObjectPropertyCatalogKey(InstanceKey object)
-
-
Method Detail
-
getName
public String getName()
-
equals
public boolean equals(Object x)
- Specified by:
equalsin classAbstractPointerKey
-
hashCode
public int hashCode()
- Specified by:
hashCodein classAbstractPointerKey
-
getObject
public InstanceKey getObject()
-
-