Class IntentContext
java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentContext
- 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 Intent. -
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
-
INTENT_KEY
Key into the Context that represents the Intent.
-
-
Constructor Details
-
IntentContext
-
IntentContext
-
-
Method Details
-
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
-
getIntent
-