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

Packages that use Region
soot.toolkits.graph.pdg   
 

Uses of Region in soot.toolkits.graph.pdg
 

Fields in soot.toolkits.graph.pdg declared as Region
protected  Region RegionAnalysis.m_topLevelRegion
           
protected  Region RegionAnalysis.m_topLevelRegion
           
 

Fields in soot.toolkits.graph.pdg with type parameters of type Region
protected  Hashtable<Block,Region> RegionAnalysis.m_block2region
           
protected  Hashtable<Block,Region> RegionAnalysis.m_block2region
           
protected  Hashtable<Integer,Region> RegionAnalysis.m_regions
           
protected  Hashtable<Integer,Region> RegionAnalysis.m_regions
           
protected  List<Region> RegionAnalysis.m_regionsList
           
protected  List<Region> RegionAnalysis.m_regionsList
           
protected  List<Region> HashMutablePDG.m_strongRegions
           
protected  List<Region> HashMutablePDG.m_strongRegions
           
protected  List<Region> HashMutablePDG.m_weakRegions
           
protected  List<Region> HashMutablePDG.m_weakRegions
           
 

Methods in soot.toolkits.graph.pdg that return Region
protected  Region RegionAnalysis.createRegion(int id)
          Create a region
protected  Region RegionAnalysis.createRegion(int id)
          Create a region
 Region RegionAnalysis.getTopLevelRegion()
           
 Region RegionAnalysis.getTopLevelRegion()
           
 

Methods in soot.toolkits.graph.pdg that return types with arguments of type Region
 Hashtable<Block,Region> RegionAnalysis.getBlock2RegionMap()
           
 Hashtable<Block,Region> RegionAnalysis.getBlock2RegionMap()
           
 List<Region> RegionAnalysis.getRegions()
           
 List<Region> RegionAnalysis.getRegions()
           
 List<Region> HashMutablePDG.getStrongRegions()
          
 List<Region> ProgramDependenceGraph.getStrongRegions()
           
 List<Region> ProgramDependenceGraph.getStrongRegions()
           
 List<Region> HashMutablePDG.getStrongRegions()
          
 Hashtable<Unit,Region> RegionAnalysis.getUnit2RegionMap()
           
 Hashtable<Unit,Region> RegionAnalysis.getUnit2RegionMap()
           
 List<Region> HashMutablePDG.getWeakRegions()
          
 List<Region> ProgramDependenceGraph.getWeakRegions()
           
 List<Region> ProgramDependenceGraph.getWeakRegions()
           
 List<Region> HashMutablePDG.getWeakRegions()
          
 

Constructors in soot.toolkits.graph.pdg with parameters of type Region
LoopedPDGNode(Region obj, PDGNode.Type t, PDGNode c)
           
LoopedPDGNode(Region obj, PDGNode.Type t, PDGNode c)