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.
-
Method Summary
Modifier and TypeMethodDescriptionTarget-Types that may started by this.com.ibm.wala.types.TypeReferencegetFlags()These influence how the model is built.int[]The parameters the ContextSelecor shall remember.booleanstatic IntentStarters.StartInfomakeContextFree(AndroidComponent component) voidSet 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
public com.ibm.wala.types.TypeReference 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
-