soot.jimple.toolkits.callgraph
Class ExplicitEdgesPred

java.lang.Object
  |
  +--soot.jimple.toolkits.callgraph.ExplicitEdgesPred

public class ExplicitEdgesPred
extends java.lang.Object
implements EdgePredicate

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


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