soot.jimple.toolkits.callgraph
Interface EdgePredicate
- All Known Implementing Classes:
- ExplicitEdgesPred, InstanceInvokeEdgesPred, RunMethodsPred, TransactionVisibleEdgesPred
- 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. |
want
public boolean want(Edge e)
- Returns true iff the edge e is wanted.