Uses of Interface
soot.jimple.toolkits.callgraph.ContextManager

Packages that use ContextManager
soot.jimple.toolkits.callgraph   
 

Uses of ContextManager in soot.jimple.toolkits.callgraph
 

Classes in soot.jimple.toolkits.callgraph that implement ContextManager
 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.
 

Methods in soot.jimple.toolkits.callgraph that return ContextManager
static ContextManager CallGraphBuilder.makeContextManager(CallGraph cg)
           
static ContextManager CallGraphBuilder.makeContextManager(CallGraph cg)
           
 

Constructors in soot.jimple.toolkits.callgraph with parameters of type ContextManager
OnFlyCallGraphBuilder(ContextManager cm, ReachableMethods rm)
           
OnFlyCallGraphBuilder(ContextManager cm, ReachableMethods rm)
           
OnFlyCallGraphBuilder(ContextManager cm, ReachableMethods rm, boolean appOnly)
           
OnFlyCallGraphBuilder(ContextManager cm, ReachableMethods rm, boolean appOnly)