Class CallerSiteContext
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
-
- com.ibm.wala.ipa.callgraph.propagation.cfa.CallerSiteContext
-
- All Implemented Interfaces:
Context
- Direct Known Subclasses:
CallerSiteContextPair
public class CallerSiteContext extends CallerContext
A context which is apair.
-
-
Constructor Summary
Constructors Constructor Description CallerSiteContext(CGNode caller, CallSiteReference callSite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ContextItem
get(ContextKey name)
CallSiteReference
getCallSite()
int
hashCode()
String
toString()
-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
getCaller
-
-
-
-
Constructor Detail
-
CallerSiteContext
public CallerSiteContext(CGNode caller, CallSiteReference callSite)
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
- Specified by:
get
in interfaceContext
- Overrides:
get
in classCallerContext
- Returns:
- the objects corresponding to a given name
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classCallerContext
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCallerContext
-
toString
public String toString()
- Overrides:
toString
in classCallerContext
-
getCallSite
public CallSiteReference getCallSite()
-
-