| Package | Description |
|---|---|
| com.ibm.wala.dalvik.ipa.callgraph.androidModel.structure |
Controls the overall structure of the later model.
|
| com.ibm.wala.dalvik.ipa.callgraph.impl | |
| com.ibm.wala.dalvik.util |
Classes of general use with the AndroidModel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractAndroidModel.hadSectionSwitch(AndroidEntryPoint.IExecutionOrder order)
Determines for an AndroidEntryPoint if a label got skipped over.
|
protected List<com.ibm.wala.types.TypeReference> |
AbstractAndroidModel.returnTypesBetween(AndroidEntryPoint.IExecutionOrder start,
AndroidEntryPoint.IExecutionOrder end)
Return a List of all Types returned by functions between start (inclusive) and end (exclusive).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidEntryPoint.ExecutionOrder
The ExecutionOrder is used to partially order EntryPoints.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidEntryPointLocator.AndroidPossibleEntryPoint
A definition of an Entrypoint functions o the App are matched against.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AndroidEntryPointLocator.AndroidPossibleEntryPoint.compareTo(AndroidEntryPoint.IExecutionOrder o) |
Copyright © 2019. All rights reserved.