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