Class IntentStarters
- java.lang.Object
-
- com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentStarters
-
public class IntentStarters extends Object
Contains Information on functions that start Android-Components based on an Intent. This is used by the IntentContextSelector to add an IntentContext to this Methods. TODO:- Since:
- 1013-10-16
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntentStarters.StarterFlags
The flags influence the later model.static class
IntentStarters.StartInfo
Contains information on how to call a starter-function.
-
Constructor Summary
Constructors Constructor Description IntentStarters(IClassHierarchy cha)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentStarters.StartInfo
getInfo(MethodReference mRef)
IntentStarters.StartInfo
getInfo(Selector mSel)
Set<Selector>
getKnownMethods()
boolean
isStarter(MethodReference mRef)
-
-
-
Constructor Detail
-
IntentStarters
public IntentStarters(IClassHierarchy cha)
-
-
Method Detail
-
isStarter
public boolean isStarter(MethodReference mRef)
-
getInfo
public IntentStarters.StartInfo getInfo(MethodReference mRef)
-
getInfo
public IntentStarters.StartInfo getInfo(Selector mSel)
-
-