| 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 |
|---|---|
java.util.List<IRegion> |
Region.getChildRegions() |
java.util.List<IRegion> |
PDGRegion.getChildRegions() |
java.util.List<IRegion> |
IRegion.getChildRegions() |
static java.util.List<IRegion> |
HashMutablePDG.getPostorderRegionList(IRegion r) |
static java.util.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 java.util.List<IRegion> |
HashMutablePDG.getPostorderRegionList(IRegion r) |
static java.util.List<IRegion> |
HashMutablePDG.getPreorderRegionList(IRegion r) |
void |
Region.setParent(IRegion pr) |
void |
PDGRegion.setParent(IRegion pr) |
void |
IRegion.setParent(IRegion pr) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.