| Package | Description |
|---|---|
| soot.jimple.spark.solver | |
| soot.jimple.toolkits.callgraph |
| Modifier and Type | Method and Description |
|---|---|
protected OnFlyCallGraphBuilder |
OnFlyCallGraph.createOnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods reachableMethods,
boolean appOnly)
Factory method for creating a new on-fly callgraph builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextInsensitiveContextManager
A context manager which adds no context-sensitivity to the call graph.
|
class |
ObjSensContextManager
A context manager which creates an object-sensitive call graph.
|
class |
OneCFAContextManager
A context manager which creates a 1-CFA call graph.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContextManager |
OnFlyCallGraphBuilder.cm |
| Modifier and Type | Method and Description |
|---|---|
ContextManager |
OnFlyCallGraphBuilder.getContextManager() |
static ContextManager |
CallGraphBuilder.makeContextManager(CallGraph cg) |
| Modifier and Type | Method and Description |
|---|---|
protected OnFlyCallGraphBuilder |
CallGraphBuilder.createCGBuilder(ContextManager cm,
ReachableMethods reachables2) |
| Constructor and Description |
|---|
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm) |
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm,
boolean appOnly) |
Copyright © 2020 Soot OSS. All rights reserved.