| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.toolkits.graph.interaction |
| Modifier and Type | Method and Description |
|---|---|
Transform |
Pack.get(String phaseName) |
Transform |
PackManager.getTransform(String phaseName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Transform> |
Pack.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pack.add(Transform t) |
void |
RadioScenePack.add(Transform t) |
void |
Pack.insertAfter(Transform t,
String phaseName) |
void |
RadioScenePack.insertAfter(Transform t,
String phaseName) |
void |
Pack.insertBefore(Transform t,
String phaseName) |
void |
RadioScenePack.insertBefore(Transform t,
String phaseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
InteractionHandler.handleNewAnalysis(Transform t,
Body b) |
void |
InteractionHandler.handleTransformDone(Transform t,
Body b) |
Copyright © 2020 Soot OSS. All rights reserved.