soot.dava.toolkits.base.finders
Class SynchronizedBlockFinder

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

public class SynchronizedBlockFinder
extends java.lang.Object
implements FactFinder


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

Constructor Detail

SynchronizedBlockFinder

public SynchronizedBlockFinder(Singletons.Global g)
Method Detail

v

public static SynchronizedBlockFinder v()

find

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