Class DominanceModularizationCmd

All Implemented Interfaces:
Command<Program>

public class DominanceModularizationCmd extends AbstractModularizationCmd
this code will apply the Dominance algorithm to a module or fragment in a program tree. First the code generates a call graph and from there a dominance graph and finally a dominance structure in the program tree.