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

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

public class StrengthenByIf
extends Object


Constructor Summary
StrengthenByIf()
           
 
Method Summary
static List<ASTNode> getNewNode(ASTNode loopNode, ASTIfNode ifNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrengthenByIf

public StrengthenByIf()
Method Detail

getNewNode

public static List<ASTNode> getNewNode(ASTNode loopNode,
                                       ASTIfNode ifNode)