Class AndroidContext
java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.AndroidContext
- All Implemented Interfaces:
Context, ContextItem
-
Nested Class Summary
Nested classes/interfaces inherited from interface ContextItem
ContextItem.Value<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextKeyKey into the Context that represents the AndroidContext. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecial equality: Object may be equal to an object without associated Intent.get(ContextKey name) Looks up a ContextKey in the Context.inthashCode()toString()
-
Field Details
-
ANDROID_CONTEXT_KEY
Key into the Context that represents the AndroidContext.
-
-
Constructor Details
-
AndroidContext
-
-
Method Details
-
getContextType
-
get
Looks up a ContextKey in the Context.- Specified by:
getin interfaceContext- Returns:
- an Intent or parent-managed object.
- Throws:
IllegalArgumentException- if the name is null.
-
equals
-
hashCode
-
toString
-