|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.callgraph.CallGraphBuilder
Models the call graph.
Constructor Summary | |
CallGraphBuilder()
This constructor builds the incomplete hack call graph for the Dava ThrowFinder. |
|
CallGraphBuilder(PointsToAnalysis pa)
This constructor builds a complete call graph using the given PointsToAnalysis to resolve virtual calls. |
Method Summary | |
void |
build()
|
CallGraph |
getCallGraph()
|
static ContextManager |
makeContextManager(CallGraph cg)
|
ReachableMethods |
reachables()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallGraphBuilder(PointsToAnalysis pa)
public CallGraphBuilder()
Method Detail |
public CallGraph getCallGraph()
public ReachableMethods reachables()
public static ContextManager makeContextManager(CallGraph cg)
public void build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |