soot.jimple.toolkits.thread.mhp
Class StartJoinFinder

java.lang.Object
  extended by soot.jimple.toolkits.thread.mhp.StartJoinFinder

public class StartJoinFinder
extends Object


Constructor Summary
StartJoinFinder(CallGraph callGraph, PAG pag)
           
 
Method Summary
 Set<Stmt> getJoinStatements()
           
 Set<Stmt> getStartStatements()
           
 Map<Stmt,List<AllocNode>> getStartToAllocNodes()
           
 Map<Stmt,SootMethod> getStartToContainingMethod()
           
 Map<Stmt,Stmt> getStartToJoin()
           
 Map<Stmt,List<SootMethod>> getStartToRunMethods()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartJoinFinder

public StartJoinFinder(CallGraph callGraph,
                       PAG pag)
Method Detail

getStartStatements

public Set<Stmt> getStartStatements()

getJoinStatements

public Set<Stmt> getJoinStatements()

getStartToRunMethods

public Map<Stmt,List<SootMethod>> getStartToRunMethods()

getStartToAllocNodes

public Map<Stmt,List<AllocNode>> getStartToAllocNodes()

getStartToJoin

public Map<Stmt,Stmt> getStartToJoin()

getStartToContainingMethod

public Map<Stmt,SootMethod> getStartToContainingMethod()