public class CallerSiteContextPair extends CallerSiteContext
Constructor and Description |
---|
CallerSiteContextPair(CGNode caller,
CallSiteReference callSite,
Context baseContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ContextItem |
get(ContextKey name) |
int |
hashCode() |
String |
toString() |
getCallSite
getCaller
public CallerSiteContextPair(CGNode caller, CallSiteReference callSite, Context baseContext)
caller
- the node which defines this context.public ContextItem get(ContextKey name)
get
in interface Context
get
in class CallerSiteContext
public boolean equals(Object obj)
equals
in class CallerSiteContext
public int hashCode()
hashCode
in class CallerSiteContext
public String toString()
toString
in class CallerSiteContext