soot.dava.toolkits.base.finders
Class SwitchFinder

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

public class SwitchFinder
extends Object
implements FactFinder


Constructor Summary
SwitchFinder(Singletons.Global g)
           
 
Method Summary
 void find(DavaBody davaBody, AugmentedStmtGraph asg, SETNode SET)
           
static SwitchFinder v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchFinder

public SwitchFinder(Singletons.Global g)
Method Detail

v

public static SwitchFinder v()

find

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