soot.jimple.toolkits.callgraph
Class InstanceInvokeEdgesPred

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

public class InstanceInvokeEdgesPred
extends Object
implements EdgePredicate

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

Author:
Ondrej Lhotak

Constructor Summary
InstanceInvokeEdgesPred()
           
 
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

InstanceInvokeEdgesPred

public InstanceInvokeEdgesPred()
Method Detail

want

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

Specified by:
want in interface EdgePredicate