public class ArgumentInstanceContext
extends java.lang.Object
implements com.ibm.wala.ipa.callgraph.Context
| Modifier and Type | Field and Description |
|---|---|
static com.ibm.wala.ipa.callgraph.ContextKey |
ID_KEY |
| Constructor and Description |
|---|
ArgumentInstanceContext(com.ibm.wala.ipa.callgraph.Context base,
int index,
com.ibm.wala.ipa.callgraph.propagation.InstanceKey instanceKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
com.ibm.wala.ipa.callgraph.ContextItem |
get(com.ibm.wala.ipa.callgraph.ContextKey name) |
int |
hashCode() |
java.lang.String |
toString() |
public ArgumentInstanceContext(com.ibm.wala.ipa.callgraph.Context base,
int index,
com.ibm.wala.ipa.callgraph.propagation.InstanceKey instanceKey)
public com.ibm.wala.ipa.callgraph.ContextItem get(com.ibm.wala.ipa.callgraph.ContextKey name)
get in interface com.ibm.wala.ipa.callgraph.Contextpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object