Package | Description |
---|---|
soot.toolkits.graph.pdg |
Modifier and Type | Field and Description |
---|---|
protected List<PDGRegion> |
HashMutablePDG.m_pdgRegions |
protected List<PDGRegion> |
HashMutablePDG.m_pdgRegions |
Modifier and Type | Method and Description |
---|---|
List<PDGRegion> |
HashMutablePDG.getPDGRegions()
This method returns the list of PDGRegions computed by the construction method.
|
List<PDGRegion> |
ProgramDependenceGraph.getPDGRegions()
This method returns the list of PDGRegions computed by the construction method.
|
List<PDGRegion> |
HashMutablePDG.getPDGRegions()
This method returns the list of PDGRegions computed by the construction method.
|
List<PDGRegion> |
ProgramDependenceGraph.getPDGRegions()
This method returns the list of PDGRegions computed by the construction method.
|
static List<PDGRegion> |
HashMutablePDG.getPostorderPDGRegionList(PDGNode r)
This method returns a list of regions obtained by post-order
traversal of the region hierarchy.
|
static List<PDGRegion> |
HashMutablePDG.getPostorderPDGRegionList(PDGNode r)
This method returns a list of regions obtained by post-order
traversal of the region hierarchy.
|