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

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

public class ForLoopCreationHelper
extends Object


Constructor Summary
ForLoopCreationHelper(ASTStatementSequenceNode stmtSeqNode, ASTWhileNode whileNode)
           
 
Method Summary
 boolean checkPattern()
           
 List<Object> createNewBody(List<Object> oldSubBody, int nodeNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForLoopCreationHelper

public ForLoopCreationHelper(ASTStatementSequenceNode stmtSeqNode,
                             ASTWhileNode whileNode)
Method Detail

createNewBody

public List<Object> createNewBody(List<Object> oldSubBody,
                                  int nodeNumber)

checkPattern

public boolean checkPattern()