| Package | Description |
|---|---|
| soot.toolkits.graph |
Toolkit to produce and manipulate various types of control flow
graphs.
|
| soot.toolkits.graph.pdg |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableEdgeLabelledDirectedGraph<N,L>
Defines a DirectedGraph which is modifiable and associates a label object with every edge.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashMutableEdgeLabelledDirectedGraph<N,L>
HashMap based implementation of a MutableEdgeLabelledDirectedGraph.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProgramDependenceGraph
This defines the interface to a Program Dependence Graph as defined in
Ferrante, J., Ottenstein, K.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashMutablePDG
This class implements a Program Dependence Graph as defined in
Ferrante, J., Ottenstein, K.
|
Copyright © 2020 Soot OSS. All rights reserved.