Uses of Class
soot.toolkits.graph.pdg.PDGRegion

Packages that use PDGRegion
soot.toolkits.graph.pdg   
 

Uses of PDGRegion in soot.toolkits.graph.pdg
 

Fields in soot.toolkits.graph.pdg with type parameters of type PDGRegion
protected  List<PDGRegion> HashMutablePDG.m_pdgRegions
           
protected  List<PDGRegion> HashMutablePDG.m_pdgRegions
           
 

Methods in soot.toolkits.graph.pdg that return types with arguments of type PDGRegion
 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> 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.
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.