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 booleanequals(Object obj)ContextItemget(ContextKey name)CGNodegetCaller()inthashCode()StringtoString()
-
-
-
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()
-
-