| Package | Description |
|---|---|
| soot.toolkits.graph |
Toolkit to produce and manipulate various types of control flow
graphs.
|
| soot.toolkits.graph.pdg |
| Modifier and Type | Class and Description |
|---|---|
class |
MHGDominatorsFinder<N>
Calculate dominators for basic blocks.
|
class |
MHGPostDominatorsFinder
Post-dominators finder for multi-headed graph.
|
class |
SimpleDominatorsFinder
Wrapper class for a simple dominators analysis based on a simple
flow analysis algorithm.
|
| Modifier and Type | Field and Description |
|---|---|
protected DominatorsFinder |
DominatorTree.dominators |
| Constructor and Description |
|---|
DominatorTree(DominatorsFinder dominators) |
| Constructor and Description |
|---|
MHGDominatorTree(DominatorsFinder dominators) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.