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
,Comparable<Intent>
- Enclosing class:
AndroidSettingFactory
- Since:
- 2013-10-14
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.Intent
Intent.IntentType
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Field Summary
Fields inherited from class com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.Intent
INTENT_KEY, UNBOUND, uri
-
Constructor Summary
ConstructorDescriptionIgnoreIntent
(Atom action) IgnoreIntent
(Atom action, Atom uri) IgnoreIntent
(String action) -
Method Summary
Methods inherited from class com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.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:Intent
CLASHES: 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:Intent
Intents 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.
-