public class CallerContext extends java.lang.Object implements Context
ContextItem.Value<T>| Constructor and Description |
|---|
CallerContext(CGNode caller) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ContextItem |
get(ContextKey name) |
CGNode |
getCaller() |
int |
hashCode() |
java.lang.String |
toString() |
public CallerContext(CGNode caller)
caller - the node which defines this context.public ContextItem get(ContextKey name)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic CGNode getCaller()