Package com.ibm.wala.dalvik.ipa.callgraph.androidModel.structure
Controls the overall structure of the later model.
This is done by inserting code into the model at given points. This way for example all the loops are inserted into the model.
All Classes in this package extend AbstractAndroidModel.
- Since:
- 2013-10-25
- See Also:
com.com.ibm.wala.dalvik.ipa.callgraph.androidModel.structure.AbstractAndroidModel
-
Class Summary Class Description AbstractAndroidModel Aids in handling code to be inserted at given points into the model.LoopAndroidModel Builds an Android Model incorporating two loops.LoopKillAndroidModel Builds an Android Model incorporating three loops.SequentialAndroidModel Functions get called once in sequential order.SingleStartAndroidModel Builds an Android Model incorporating a single loop.