soot.dava.toolkits.base.AST.transformations
Class UselessLabelFinder

java.lang.Object
  extended by soot.dava.toolkits.base.AST.transformations.UselessLabelFinder

public class UselessLabelFinder
extends Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
UselessLabelFinder(Singletons.Global g)
           
 
Method Summary
 boolean findAndKill(ASTNode node)
           
static UselessLabelFinder v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

UselessLabelFinder

public UselessLabelFinder(Singletons.Global g)
Method Detail

v

public static UselessLabelFinder v()

findAndKill

public boolean findAndKill(ASTNode node)