Class Overrides
- java.lang.Object
-
- com.ibm.wala.dalvik.ipa.callgraph.androidModel.stubs.Overrides
-
public class Overrides extends Object
Context Free overrides for the startComponent-Methods. The context-sensitive Overrides may be found in the cfa-package mentioned below.- Since:
- 2013-10-28
- See Also:
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa
,IntentStarters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
Overrides.StartComponentMethodTargetSelector
-
Constructor Summary
Constructors Constructor Description Overrides(AndroidModel caller, IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodTargetSelector
overrideAll()
Generates methods in a MethodTargetSelector.
-
-
-
Constructor Detail
-
Overrides
public Overrides(AndroidModel caller, IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache)
-
-
Method Detail
-
overrideAll
public MethodTargetSelector overrideAll() throws CancelException
Generates methods in a MethodTargetSelector. for all methods found in IntentStarters a synthetic method is generated and added to the MethodTargetSelector returned.- Returns:
- a MethodTargetSelector that overrides all startComponent-calls.
- Throws:
CancelException
-
-