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:
  • Constructor Details

  • Method Details

    • getNode

      public CGNode getNode()
    • getSite

      public CallSiteReference getSite()
    • getSelector

      public Selector getSelector()
      Returns:
      the Selector that identifies this site