| Package | Description |
|---|---|
| com.ibm.wala.dalvik.ipa.callgraph.androidModel.structure |
Controls the overall structure of the later model.
|
| com.ibm.wala.dalvik.util |
Classes of general use with the AndroidModel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoopAndroidModel
Builds an Android Model incorporating two loops.
|
class |
LoopKillAndroidModel
Builds an Android Model incorporating three loops.
|
class |
SequentialAndroidModel
Functions get called once in sequential order.
|
class |
SingleStartAndroidModel
Builds an Android Model incorporating a single loop.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractAndroidModel |
AndroidEntryPointManager.makeModelBehavior(com.ibm.wala.ipa.summaries.VolatileMethodSummary body,
com.ibm.wala.util.ssa.TypeSafeInstructionFactory insts,
com.ibm.wala.util.ssa.SSAValueManager paramManager,
Iterable<? extends com.ibm.wala.ipa.callgraph.Entrypoint> entryPoints)
What special handling to insert into the model.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractAndroidModel> |
AndroidEntryPointManager.getModelBehavior()
The behavior set using setModelBehavior(Class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AndroidEntryPointManager.setModelBehavior(Class<? extends AbstractAndroidModel> abstractAndroidModel)
Set the class instantiated by makeModelBehavior.
|
Copyright © 2019. All rights reserved.