| |
|
| java.lang.Object soot.jimple.toolkits.callgraph.CallGraphBuilder
CallGraphBuilder | final public class CallGraphBuilder (Code) | | Models the call graph.
author: Ondrej Lhotak |
Constructor Summary | |
public | CallGraphBuilder(PointsToAnalysis pa) This constructor builds a complete call graph using the given
PointsToAnalysis to resolve virtual calls. | public | CallGraphBuilder() This constructor builds the incomplete hack call graph for the
Dava ThrowFinder.
It uses all application class methods as entry points, and it ignores
any calls by non-application class methods.
Don't use this constructor if you need a real call graph. |
CallGraphBuilder | public CallGraphBuilder(PointsToAnalysis pa)(Code) | | This constructor builds a complete call graph using the given
PointsToAnalysis to resolve virtual calls.
|
CallGraphBuilder | public CallGraphBuilder()(Code) | | This constructor builds the incomplete hack call graph for the
Dava ThrowFinder.
It uses all application class methods as entry points, and it ignores
any calls by non-application class methods.
Don't use this constructor if you need a real call graph.
|
build | public void build()(Code) | | |
|
|
|