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 ContextItem
ContextItem.Value<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CallerContext
getCaller
-
Constructor Details
-
CallerSiteContext
-
-
Method Details
-
get
- Specified by:
getin interfaceContext- Overrides:
getin classCallerContext- Returns:
- the objects corresponding to a given name
-
equals
- Overrides:
equalsin classCallerContext
-
hashCode
public int hashCode()- Overrides:
hashCodein classCallerContext
-
toString
- Overrides:
toStringin classCallerContext
-
getCallSite
-