public class SelectiveCPAContext extends java.lang.Object implements Context
ContextItem.Value<T>| Constructor and Description |
|---|
SelectiveCPAContext(Context base,
InstanceKey[] x) |
SelectiveCPAContext(Context base,
java.util.Map<ContextKey,InstanceKey> parameterObjs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
ContextItem |
get(ContextKey name) |
int |
hashCode() |
java.lang.String |
toString() |
protected final Context base
public SelectiveCPAContext(Context base, InstanceKey[] x)
public SelectiveCPAContext(Context base, java.util.Map<ContextKey,InstanceKey> parameterObjs)
public java.lang.String toString()
toString in class java.lang.Objectpublic ContextItem get(ContextKey name)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object