soot.dava.toolkits.base.finders
Class AbruptEdgeFinder

java.lang.Object
  extended by soot.dava.toolkits.base.finders.AbruptEdgeFinder
All Implemented Interfaces:
FactFinder

public class AbruptEdgeFinder
extends Object
implements FactFinder


Constructor Summary
AbruptEdgeFinder(Singletons.Global g)
           
 
Method Summary
 void find_Breaks(SETNode prev, SETNode cur)
           
 void find_Continues(SETNode SETParent, IterableSet body, IterableSet children)
           
 void find(DavaBody body, AugmentedStmtGraph asg, SETNode SET)
           
static AbruptEdgeFinder v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbruptEdgeFinder

public AbruptEdgeFinder(Singletons.Global g)
Method Detail

v

public static AbruptEdgeFinder v()

find

public void find(DavaBody body,
                 AugmentedStmtGraph asg,
                 SETNode SET)
          throws RetriggerAnalysisException
Specified by:
find in interface FactFinder
Throws:
RetriggerAnalysisException

find_Continues

public void find_Continues(SETNode SETParent,
                           IterableSet body,
                           IterableSet children)

find_Breaks

public void find_Breaks(SETNode prev,
                        SETNode cur)