Package com.ibm.wala.dalvik.ipa.callgraph.androidModel.stubs
package com.ibm.wala.dalvik.ipa.callgraph.androidModel.stubs
Contains functions inserted into the AndroidModel.
Various function calls, getters and setters are moved from the AndroidModel here to keep the model-code itself more clear. This stubs should not be of that grat use besides in the AndroidModel itself.
Context-Free Overrides of startCompontent-functions are handled here. Context-Sensitive overrides may be found in the cfa-package mentioned below.
- Since:
- 2013-10-25
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
- See Also:
-
ClassDescriptionCreate some Android-Environment.Grab and set data of AndroidClasses.This is generates a dummy for the call to an external Activity.Context Free overrides for the startComponent-Methods.This is generates a dummy for the call to an external Activity.This Model is used to start an Android-Component of unknown Target.