Package com.ibm.wala.demandpa.flowgraph
Class PointerKeyAndCallSite
- java.lang.Object
-
- com.ibm.wala.demandpa.flowgraph.PointerKeyAndCallSite
-
public class PointerKeyAndCallSite extends 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(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()
-
-