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

java.lang.Object
  extended bysoot.dava.toolkits.base.AST.transformations.OrAggregatorThree

public class OrAggregatorThree
extends Object


Constructor Summary
OrAggregatorThree()
           
 
Method Summary
static void checkAndTransform(ASTNode node, ASTIfNode ifOne, ASTIfNode ifTwo, int nodeNumber, int subBodyNumber)
           
static List createNewNodeBody(List oldSubBody, int nodeNumber, ASTIfNode ifOne, ASTIfNode ifTwo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrAggregatorThree

public OrAggregatorThree()
Method Detail

checkAndTransform

public static void checkAndTransform(ASTNode node,
                                     ASTIfNode ifOne,
                                     ASTIfNode ifTwo,
                                     int nodeNumber,
                                     int subBodyNumber)

createNewNodeBody

public static List createNewNodeBody(List oldSubBody,
                                     int nodeNumber,
                                     ASTIfNode ifOne,
                                     ASTIfNode ifTwo)