Package | Description |
---|---|
soot.jimple.toolkits.callgraph |
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 | Method and Description |
---|---|
static ContextManager |
CallGraphBuilder.makeContextManager(CallGraph cg) |
static ContextManager |
CallGraphBuilder.makeContextManager(CallGraph cg) |
Constructor and Description |
---|
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm) |
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm) |
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm,
boolean appOnly) |
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm,
boolean appOnly) |