Class IntentStarters.StartInfo
java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentStarters.StartInfo
- Enclosing class:
IntentStarters
Contains information on how to call a starter-function.
- Since:
- 1013-10-16
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
-
Method Summary
Modifier and TypeMethodDescriptionTarget-Types that may started by this.getFlags()
These influence how the model is built.int[]
The parameters the ContextSelecor shall remember.boolean
static IntentStarters.StartInfo
makeContextFree
(AndroidComponent component) void
Set the CONTEXT_FREE Flag.toString()
-
Method Details
-
makeContextFree
-
setContextFree
public void setContextFree()Set the CONTEXT_FREE Flag. -
getRelevant
public int[] getRelevant()The parameters the ContextSelecor shall remember. -
getDeclaringClass
-
getFlags
These influence how the model is built.- See Also:
-
getComponentsPossible
Target-Types that may started by this.Although a set of multiple Components may be returned in most cases it is only one type.
-
isSystemService
public boolean isSystemService() -
toString
-