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

java.lang.Object
  extended by soot.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<Object> createNewNodeBody(List<Object> 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<Object> createNewNodeBody(List<Object> oldSubBody,
                                             int nodeNumber,
                                             ASTIfNode ifOne,
                                             ASTIfNode ifTwo)