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 booleanequals(Object obj)CallSiteReferencegetCallSiteRef()PointerKeygetKey()inthashCode()
-
-
-
Constructor Detail
-
PointerKeyAndCallSite
public PointerKeyAndCallSite(PointerKey key, CallSiteReference callSiteRef)
-
-
Method Detail
-
getCallSiteRef
public CallSiteReference getCallSiteRef()
-
getKey
public PointerKey getKey()
-
-