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

Packages that use EdgePredicate
soot.jimple.toolkits.callgraph   
 

Uses of EdgePredicate in soot.jimple.toolkits.callgraph
 

Classes in soot.jimple.toolkits.callgraph that implement EdgePredicate
 class ExplicitEdgesPred
          A predicate that accepts edges that are the result of an explicit invoke.
 class InstanceInvokeEdgesPred
          A predicate that accepts edges that are the result of an explicit instance invoke.
 

Constructors in soot.jimple.toolkits.callgraph with parameters of type EdgePredicate
Filter(EdgePredicate pred)