public static class IntentStarters.StartInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AndroidComponent> |
getComponentsPossible()
Target-Types that may started by this.
|
com.ibm.wala.types.TypeReference |
getDeclaringClass() |
java.util.Set<IntentStarters.StarterFlags> |
getFlags()
These influence how the model is built.
|
int[] |
getRelevant()
The parameters the ContextSelecor shall remember.
|
boolean |
isSystemService() |
static IntentStarters.StartInfo |
makeContextFree(AndroidComponent component) |
void |
setContextFree()
Set the CONTEXT_FREE Flag.
|
java.lang.String |
toString() |
public static IntentStarters.StartInfo makeContextFree(AndroidComponent component)
public void setContextFree()
public int[] getRelevant()
public com.ibm.wala.types.TypeReference getDeclaringClass()
public java.util.Set<IntentStarters.StarterFlags> getFlags()
IntentStarters.StarterFlagspublic java.util.Set<AndroidComponent> getComponentsPossible()
Although a set of multiple Components may be returned in most cases it is only one type.
public boolean isSystemService()
public java.lang.String toString()
toString in class java.lang.Object