public class StartJoinFinder extends Object
| Constructor and Description |
|---|
StartJoinFinder(CallGraph callGraph,
PAG pag) |
| Modifier and Type | Method and Description |
|---|---|
Set<Stmt> |
getJoinStatements() |
Set<Stmt> |
getStartStatements() |
Map<Stmt,List<AllocNode>> |
getStartToAllocNodes() |
Map<Stmt,SootMethod> |
getStartToContainingMethod() |
Map<Stmt,Stmt> |
getStartToJoin() |
Map<Stmt,List<SootMethod>> |
getStartToRunMethods() |
public Map<Stmt,List<SootMethod>> getStartToRunMethods()
public Map<Stmt,SootMethod> getStartToContainingMethod()
Copyright © 2020 Soot OSS. All rights reserved.