Class SelectiveCPAContext
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.SelectiveCPAContext
-
-
Constructor Summary
Constructors Constructor Description SelectiveCPAContext(Context base, InstanceKey[] x)
SelectiveCPAContext(Context base, Map<ContextKey,InstanceKey> parameterObjs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
ContextItem
get(ContextKey name)
int
hashCode()
-
-
-
Field Detail
-
base
protected final Context base
-
-
Constructor Detail
-
SelectiveCPAContext
public SelectiveCPAContext(Context base, InstanceKey[] x)
-
SelectiveCPAContext
public SelectiveCPAContext(Context base, Map<ContextKey,InstanceKey> parameterObjs)
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
-
-