public class AndroidContext extends 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(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() |
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.ContextIllegalArgumentException - if the name is null.public boolean equals(Object obj)
Copyright © 2019. All rights reserved.