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 |
IRegion.getParent() |
IRegion |
PDGRegion.getParent() |
IRegion |
Region.getParent() |
IRegion |
Region.getParent() |
IRegion |
PDGRegion.getParent() |
IRegion |
IRegion.getParent() |
IRegion |
HashMutablePDG.GetStartRegion() |
IRegion |
ProgramDependenceGraph.GetStartRegion() |
IRegion |
HashMutablePDG.GetStartRegion() |
IRegion |
ProgramDependenceGraph.GetStartRegion() |
Modifier and Type | Method and Description |
---|---|
List<IRegion> |
IRegion.getChildRegions() |
List<IRegion> |
PDGRegion.getChildRegions() |
List<IRegion> |
Region.getChildRegions() |
List<IRegion> |
Region.getChildRegions() |
List<IRegion> |
PDGRegion.getChildRegions() |
List<IRegion> |
IRegion.getChildRegions() |
static List<IRegion> |
HashMutablePDG.getPostorderRegionList(IRegion r) |
static List<IRegion> |
HashMutablePDG.getPostorderRegionList(IRegion r) |
static List<IRegion> |
HashMutablePDG.getPreorderRegionList(IRegion r) |
static List<IRegion> |
HashMutablePDG.getPreorderRegionList(IRegion r) |
Modifier and Type | Method and Description |
---|---|
void |
IRegion.addChildRegion(IRegion chr) |
void |
PDGRegion.addChildRegion(IRegion chr) |
void |
Region.addChildRegion(IRegion chr) |
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.getPostorderRegionList(IRegion r) |
static List<IRegion> |
HashMutablePDG.getPreorderRegionList(IRegion r) |
static List<IRegion> |
HashMutablePDG.getPreorderRegionList(IRegion r) |
void |
IRegion.setParent(IRegion pr) |
void |
PDGRegion.setParent(IRegion pr) |
void |
Region.setParent(IRegion pr) |
void |
Region.setParent(IRegion pr) |
void |
PDGRegion.setParent(IRegion pr) |
void |
IRegion.setParent(IRegion pr) |