soot.dava.toolkits.base.finders
Class LabeledBlockFinder

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

public class LabeledBlockFinder
extends Object
implements FactFinder


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

Constructor Detail

LabeledBlockFinder

public LabeledBlockFinder(Singletons.Global g)
Method Detail

v

public static LabeledBlockFinder v()

find

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

perform_ChildOrder

public void perform_ChildOrder(SETNode SETParent)

find_LabeledBlocks

public void find_LabeledBlocks(SETNode SETParent)