public class CallerSiteContext extends CallerContext
Constructor and Description |
---|
CallerSiteContext(CGNode caller,
CallSiteReference callSite) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ContextItem |
get(ContextKey name) |
CallSiteReference |
getCallSite() |
int |
hashCode() |
String |
toString() |
getCaller
public CallerSiteContext(CGNode caller, CallSiteReference callSite)
public ContextItem get(ContextKey name)
get
in interface Context
get
in class CallerContext
public boolean equals(Object obj)
equals
in class CallerContext
public int hashCode()
hashCode
in class CallerContext
public String toString()
toString
in class CallerContext
public CallSiteReference getCallSite()