Uses of Package
soot.jimple.toolkits.callgraph

Packages that use soot.jimple.toolkits.callgraph
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.spark.geom.geomPA   
soot.jimple.spark.pag   
soot.jimple.spark.solver   
soot.jimple.toolkits.annotation.purity   
soot.jimple.toolkits.callgraph   
soot.jimple.toolkits.infoflow   
soot.jimple.toolkits.pointer   
soot.jimple.toolkits.thread.mhp   
soot.jimple.toolkits.thread.mhp.findobject   
soot.jimple.toolkits.thread.mhp.pegcallgraph   
soot.jimple.toolkits.thread.synchronization   
soot.shimple Public classes for the SSA Shimple intermediate representation. 
 

Classes in soot.jimple.toolkits.callgraph used by soot
CallGraph
          Represents the edges in a call graph.
CHATransformer
          Builds an invoke graph using Class Hierarchy Analysis.
ContextSensitiveCallGraph
          Represents a context-sensitive call graph for querying by client analyses.
ReachableMethods
          Keeps track of the methods transitively reachable from the specified entry points through the given call graph edges.
VirtualCalls
          Resolves virtual calls.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.spark.geom.geomPA
Edge
          Represents a single edge in a call graph.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.spark.pag
Edge
          Represents a single edge in a call graph.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.spark.solver
CallGraph
          Represents the edges in a call graph.
OnFlyCallGraphBuilder
          Models the call graph.
ReachableMethods
          Keeps track of the methods transitively reachable from the specified entry points through the given call graph edges.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.annotation.purity
CallGraph
          Represents the edges in a call graph.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.callgraph
CallGraph
          Represents the edges in a call graph.
CHATransformer
          Builds an invoke graph using Class Hierarchy Analysis.
ContextManager
          Interface for context managers, which decide how edges should be added to a context-sensitive call graph.
Edge
          Represents a single edge in a call graph.
EdgePredicate
          An interface for predicates on edges, used to specify which edges should or shouldn't be included as part of a particular subgraph.
Filter
          Represents a subset of the edges in a call graph satisfying an EdgePredicate predicate.
ReachableMethods
          Keeps track of the methods transitively reachable from the specified entry points through the given call graph edges.
ReflectionModel
           
VirtualCalls
          Resolves virtual calls.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.infoflow
Edge
          Represents a single edge in a call graph.
ReachableMethods
          Keeps track of the methods transitively reachable from the specified entry points through the given call graph edges.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.pointer
CallGraph
          Represents the edges in a call graph.
Filter
          Represents a subset of the edges in a call graph satisfying an EdgePredicate predicate.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.thread.mhp
CallGraph
          Represents the edges in a call graph.
Edge
          Represents a single edge in a call graph.
EdgePredicate
          An interface for predicates on edges, used to specify which edges should or shouldn't be included as part of a particular subgraph.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.thread.mhp.findobject
CallGraph
          Represents the edges in a call graph.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.thread.mhp.pegcallgraph
CallGraph
          Represents the edges in a call graph.
 

Classes in soot.jimple.toolkits.callgraph used by soot.jimple.toolkits.thread.synchronization
CallGraph
          Represents the edges in a call graph.
Edge
          Represents a single edge in a call graph.
EdgePredicate
          An interface for predicates on edges, used to specify which edges should or shouldn't be included as part of a particular subgraph.
 

Classes in soot.jimple.toolkits.callgraph used by soot.shimple
CallGraph
          Represents the edges in a call graph.