public class CallerContextPair extends CallerContext
Context which is defined by a pair consisting of <caller node, base
context>.
The base context is typically some special case; e.g., a JavaTypeContext used for reflection.
ContextItem.Value<T>| Constructor and Description |
|---|
CallerContextPair(CGNode caller,
Context baseContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ContextItem |
get(ContextKey name) |
int |
hashCode() |
java.lang.String |
toString() |
getCallerpublic 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 CallerContext