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
public class CallerContextPair extends CallerContext
This is aContextwhich is defined by a pair consisting of. The base context is typically some special case; e.g., a JavaTypeContext used for reflection.
-
-
Constructor Summary
Constructors Constructor Description CallerContextPair(CGNode caller, Context baseContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ContextItemget(ContextKey name)inthashCode()StringtoString()-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.cfa.CallerContext
getCaller
-
-
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
- Specified by:
getin interfaceContext- Overrides:
getin classCallerContext- Returns:
- the objects corresponding to a given name
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classCallerContext
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCallerContext
-
toString
public String toString()
- Overrides:
toStringin classCallerContext
-
-