public class CallerSiteContext extends CallerContext
ContextItem.Value<T>| Constructor and Description |
|---|
CallerSiteContext(CGNode caller,
CallSiteReference callSite) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ContextItem |
get(ContextKey name) |
CallSiteReference |
getCallSite() |
int |
hashCode() |
java.lang.String |
toString() |
getCallerpublic CallerSiteContext(CGNode caller, CallSiteReference callSite)
public ContextItem get(ContextKey name)
get in interface Contextget in class CallerContextpublic boolean equals(java.lang.Object obj)
equals in class CallerContextpublic int hashCode()
hashCode in class CallerContextpublic java.lang.String toString()
toString in class CallerContextpublic CallSiteReference getCallSite()