Package com.ibm.wala.demandpa.flowgraph
Class PointerKeyAndCallSite
- java.lang.Object
-
- com.ibm.wala.demandpa.flowgraph.PointerKeyAndCallSite
-
public class PointerKeyAndCallSite extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PointerKeyAndCallSite(PointerKey key, CallSiteReference callSiteRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
CallSiteReference
getCallSiteRef()
PointerKey
getKey()
int
hashCode()
-
-
-
Constructor Detail
-
PointerKeyAndCallSite
public PointerKeyAndCallSite(PointerKey key, CallSiteReference callSiteRef)
-
-
Method Detail
-
getCallSiteRef
public CallSiteReference getCallSiteRef()
-
getKey
public PointerKey getKey()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-