public class AndroidContext
extends java.lang.Object
implements com.ibm.wala.ipa.callgraph.Context
| Modifier and Type | Field and Description |
|---|---|
static com.ibm.wala.ipa.callgraph.ContextKey |
ANDROID_CONTEXT_KEY
Key into the Context that represents the AndroidContext.
|
| Constructor and Description |
|---|
AndroidContext(com.ibm.wala.ipa.callgraph.Context parent,
AndroidTypes.AndroidContextType aCtxT) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Special equality: Object may be equal to an object without associated Intent.
|
com.ibm.wala.ipa.callgraph.ContextItem |
get(com.ibm.wala.ipa.callgraph.ContextKey name)
Looks up a ContextKey in the Context.
|
AndroidTypes.AndroidContextType |
getContextType() |
int |
hashCode() |
java.lang.String |
toString() |
public static final com.ibm.wala.ipa.callgraph.ContextKey ANDROID_CONTEXT_KEY
public AndroidContext(com.ibm.wala.ipa.callgraph.Context parent,
AndroidTypes.AndroidContextType aCtxT)
public AndroidTypes.AndroidContextType getContextType()
public com.ibm.wala.ipa.callgraph.ContextItem get(com.ibm.wala.ipa.callgraph.ContextKey name)
get in interface com.ibm.wala.ipa.callgraph.Contextjava.lang.IllegalArgumentException - if the name is null.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object