Class AndroidSettingFactory.IgnoreIntent
java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.Intent
com.ibm.wala.dalvik.util.AndroidSettingFactory.IgnoreIntent
- All Implemented Interfaces:
ContextItem, Cloneable, Comparable<Intent>
- Enclosing class:
AndroidSettingFactory
- Since:
- 2013-10-14
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
-
Nested Class Summary
Nested classes/interfaces inherited from class Intent
Intent.IntentTypeNested classes/interfaces inherited from interface ContextItem
ContextItem.Value<T> -
Field Summary
Fields inherited from class Intent
INTENT_KEY, UNBOUND, uri -
Constructor Summary
ConstructorsConstructorDescriptionIgnoreIntent(Atom action) IgnoreIntent(Atom action, Atom uri) IgnoreIntent(String action) -
Method Summary
Methods inherited from class Intent
clone, compareTo, equalAction, getAction, getComponent, isExplicit, isExternal, isInternal, isStandard, resolve, setAction, setActionExplicit, setExplicit, setImmutable, toString, unbind
-
Constructor Details
-
IgnoreIntent
-
IgnoreIntent
-
IgnoreIntent
-
-
Method Details
-
getType
-
hashCode
public int hashCode()Description copied from class:IntentCLASHES: Does not consider intent-type.This clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.
-
equals
Description copied from class:IntentIntents are equal to Intents with other type.This clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.
-