Class IntentStarters.StartInfo
- java.lang.Object
-
- com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentStarters.StartInfo
-
- Enclosing class:
- IntentStarters
public static class IntentStarters.StartInfo extends Object
Contains information on how to call a starter-function.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
makeContextFree
public static IntentStarters.StartInfo makeContextFree(AndroidComponent component)
-
setContextFree
public void setContextFree()
Set the CONTEXT_FREE Flag.
-
getRelevant
public int[] getRelevant()
The parameters the ContextSelecor shall remember.
-
getDeclaringClass
public TypeReference getDeclaringClass()
-
getFlags
public Set<IntentStarters.StarterFlags> getFlags()
These influence how the model is built.- See Also:
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentStarters.StarerFlags
-
getComponentsPossible
public Set<AndroidComponent> 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()
-
-