soot.jimple.toolkits.thread.mhp
Class RunMethodsPred

java.lang.Object
  extended by soot.jimple.toolkits.thread.mhp.RunMethodsPred
All Implemented Interfaces:
EdgePredicate

public class RunMethodsPred
extends Object
implements EdgePredicate

A predicate that accepts edges whose targets are runnable.run methods.

Author:
Richard L. Halpert

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

RunMethodsPred

public RunMethodsPred()
Method Detail

want

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

Specified by:
want in interface EdgePredicate