Class CallerContextPair
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContextPair
- All Implemented Interfaces:
Context
,ContextItem
This is a
Context
which is defined by a pair consisting of <caller node, base
context>.
The base context is typically some special case; e.g., a JavaTypeContext used for reflection.
-
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
-
CallerContextPair
-
-
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
-