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

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

public class StrengthenByIfElse
extends Object


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

Constructor Detail

StrengthenByIfElse

public StrengthenByIfElse()
Method Detail

getNewNode

public static List<ASTNode> getNewNode(ASTNode loopNode,
                                       ASTIfElseNode ifElseNode)