soot.dava.toolkits.base.finders
Class SwitchFinder

java.lang.Object
  |
  +--soot.dava.toolkits.base.finders.SwitchFinder

public class SwitchFinder
extends java.lang.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