public static class IntentStarters.StartInfo extends Object
Modifier and Type | Method and Description |
---|---|
Set<AndroidComponent> |
getComponentsPossible()
Target-Types that may started by this.
|
TypeReference |
getDeclaringClass() |
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.
|
String |
toString() |
public static IntentStarters.StartInfo makeContextFree(AndroidComponent component)
public void setContextFree()
public int[] getRelevant()
public TypeReference getDeclaringClass()
public Set<IntentStarters.StarterFlags> getFlags()
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentStarters.StarerFlags
public Set<AndroidComponent> getComponentsPossible()
public boolean isSystemService()