soot.jimple.toolkits.callgraph
Class ExplicitEdgesPred

java.lang.Object
  extended by soot.jimple.toolkits.callgraph.ExplicitEdgesPred
All Implemented Interfaces:
EdgePredicate

public class ExplicitEdgesPred
extends Object
implements EdgePredicate

A predicate that accepts edges that are the result of an explicit invoke.

Author:
Ondrej Lhotak

Constructor Summary
ExplicitEdgesPred()
           
 
Method Summary
 boolean want(Edge e)
          Returns true iff the edge e is wanted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplicitEdgesPred

public ExplicitEdgesPred()
Method Detail

want

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

Specified by:
want in interface EdgePredicate