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

public class CallerContextPair extends CallerContext
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.