| Package | Description |
|---|---|
| soot.toolkits.graph.pdg |
| Modifier and Type | Class and Description |
|---|---|
class |
PDGRegion
This represents a region of control dependence obtained by constructing a program dependence graph.
|
class |
Region
This class was originally designed to represent a weak region.
|
| Modifier and Type | Method and Description |
|---|---|
IRegion |
Region.getParent() |
IRegion |
PDGRegion.getParent() |
IRegion |
IRegion.getParent() |
IRegion |
ProgramDependenceGraph.GetStartRegion() |
IRegion |
HashMutablePDG.GetStartRegion() |
| Modifier and Type | Method and Description |
|---|---|
List<IRegion> |
Region.getChildRegions() |
List<IRegion> |
PDGRegion.getChildRegions() |
List<IRegion> |
IRegion.getChildRegions() |
static List<IRegion> |
HashMutablePDG.getPostorderRegionList(IRegion r) |
static List<IRegion> |
HashMutablePDG.getPreorderRegionList(IRegion r) |
| Modifier and Type | Method and Description |
|---|---|
void |
Region.addChildRegion(IRegion chr) |
void |
PDGRegion.addChildRegion(IRegion chr) |
void |
IRegion.addChildRegion(IRegion chr) |
static List<IRegion> |
HashMutablePDG.getPostorderRegionList(IRegion r) |
static List<IRegion> |
HashMutablePDG.getPreorderRegionList(IRegion r) |
void |
Region.setParent(IRegion pr) |
void |
PDGRegion.setParent(IRegion pr) |
void |
IRegion.setParent(IRegion pr) |
Copyright © 2020 Soot OSS. All rights reserved.