soot.jimple.toolkits.callgraph
Interface EdgePredicate

All Known Implementing Classes:
CriticalSectionVisibleEdgesPred, ExplicitEdgesPred, InstanceInvokeEdgesPred, RunMethodsPred

public interface EdgePredicate

An interface for predicates on edges, used to specify which edges should or shouldn't be included as part of a particular subgraph.

Author:
Ondrej Lhotak

Method Summary
 boolean want(Edge e)
          Returns true iff the edge e is wanted.
 

Method Detail

want

boolean want(Edge e)
Returns true iff the edge e is wanted.