Class CallerContext
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
-
- All Implemented Interfaces:
Context
- Direct Known Subclasses:
CallerContextPair
,CallerSiteContext
public class CallerContext extends Object implements Context
This is a context which is defined by the caller node.
-
-
Constructor Summary
Constructors Constructor Description CallerContext(CGNode caller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ContextItem
get(ContextKey name)
CGNode
getCaller()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
CallerContext
public CallerContext(CGNode caller)
- Parameters:
caller
- the node which defines this context.
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
-
getCaller
public CGNode getCaller()
-
-