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() |
getCallSitegetCallerpublic CallerSiteContextPair(CGNode caller, CallSiteReference callSite, Context baseContext)
caller - the node which defines this context.public ContextItem get(ContextKey name)
get in interface Contextget in class CallerSiteContextpublic boolean equals(Object obj)
equals in class CallerSiteContextpublic int hashCode()
hashCode in class CallerSiteContextpublic String toString()
toString in class CallerSiteContextCopyright © 2015. All rights reserved.