Class CallerSiteContext
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
com.ibm.wala.ipa.callgraph.propagation.cfa.CallerSiteContext
- All Implemented Interfaces:
Context
,ContextItem
- Direct Known Subclasses:
CallerSiteContextPair
A context which is a <CGNode, CallSiteReference> pair.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
getCaller
-
Constructor Details
-
CallerSiteContext
-
-
Method Details
-
get
- Specified by:
get
in interfaceContext
- Overrides:
get
in classCallerContext
- Returns:
- the objects corresponding to a given name
-
equals
- Overrides:
equals
in classCallerContext
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCallerContext
-
toString
- Overrides:
toString
in classCallerContext
-
getCallSite
-