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

Packages that use EdgePredicate
soot.jimple.toolkits.callgraph   
soot.jimple.toolkits.thread.mhp   
soot.jimple.toolkits.thread.synchronization   
 

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)
           
Filter(EdgePredicate pred)
           
 

Uses of EdgePredicate in soot.jimple.toolkits.thread.mhp
 

Classes in soot.jimple.toolkits.thread.mhp that implement EdgePredicate
 class RunMethodsPred
          A predicate that accepts edges whose targets are runnable.run methods.
 

Uses of EdgePredicate in soot.jimple.toolkits.thread.synchronization
 

Classes in soot.jimple.toolkits.thread.synchronization that implement EdgePredicate
 class CriticalSectionVisibleEdgesPred
          A predicate that accepts edges that are not part of the class library and do not have a source statement that falls inside a transaction.