public static class AndroidSettingFactory.StandardIntent extends Intent
Intent.IntentTypeINTENT_KEY, UNBOUND, uri| Constructor and Description |
|---|
StandardIntent(com.ibm.wala.util.strings.Atom action) |
StandardIntent(com.ibm.wala.util.strings.Atom action,
com.ibm.wala.util.strings.Atom uri) |
StandardIntent(java.lang.String action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Intents are equal to Intents with other type.
|
Intent.IntentType |
getType() |
int |
hashCode()
CLASHES: Does not consider intent-type.
|
clone, compareTo, equalAction, getAction, getComponent, isExplicit, isExternal, isInternal, isStandard, resolve, setAction, setActionExplicit, setExplicit, setImmutable, toString, unbindpublic StandardIntent(java.lang.String action)
public StandardIntent(com.ibm.wala.util.strings.Atom action)
public StandardIntent(com.ibm.wala.util.strings.Atom action,
com.ibm.wala.util.strings.Atom uri)
public Intent.IntentType getType()
public int hashCode()
IntentThis 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.
public boolean equals(java.lang.Object o)
IntentThis 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.