Class Overrides
java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.androidModel.stubs.Overrides
Context Free overrides for the startComponent-Methods.
The context-sensitive Overrides may be found in the cfa-package mentioned below.
- Since:
- 2013-10-28
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Constructor Summary
ConstructorDescriptionOverrides
(AndroidModel caller, IClassHierarchy cha, AnalysisOptions options, IAnalysisCacheView cache) -
Method Summary
Modifier and TypeMethodDescriptionGenerates methods in a MethodTargetSelector.
-
Constructor Details
-
Overrides
public Overrides(AndroidModel caller, IClassHierarchy cha, AnalysisOptions options, IAnalysisCacheView cache)
-
-
Method Details
-
overrideAll
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. TODO: Use delayed computation?
- Throws:
CancelException
-