| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple.toolkits.graph |
A set of utility classes for program transformation and optimizations.
|
| Class and Description |
|---|
| CriticalEdgeRemover
removes all critical edges.
A critical edge is an edge from Block A to block B, if B has more than one predecessor and A has more the one successor. |
| Class and Description |
|---|
| CriticalEdgeRemover
removes all critical edges.
A critical edge is an edge from Block A to block B, if B has more than one predecessor and A has more the one successor. |
Copyright © 2024 Soot OSS. All rights reserved.