Class CallSite
- java.lang.Object
-
- com.ibm.wala.util.collections.Pair<CallSiteReference,CGNode>
-
- com.ibm.wala.ipa.callgraph.propagation.rta.CallSite
-
- All Implemented Interfaces:
Serializable
public final class CallSite extends Pair<CallSiteReference,CGNode>
A utility class consisting of a pair CallSiteReference x CGNode- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallSite(CallSiteReference site, CGNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CGNode
getNode()
Selector
getSelector()
CallSiteReference
getSite()
-
-
-
Constructor Detail
-
CallSite
public CallSite(CallSiteReference site, CGNode node)
-
-
Method Detail
-
getNode
public CGNode getNode()
-
getSite
public CallSiteReference getSite()
-
getSelector
public Selector getSelector()
- Returns:
- the Selector that identifies this site
-
-