Package eu.bandm.tools.lljava.absy
Class LoopFinder
java.lang.Object
eu.bandm.tools.lljava.absy.LoopFinder
An algorithm for finding all loops in a method code array.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LoopFinder
-
-
Method Details
-
run
public void run()Calculate the loop structures.This implementation uses the algorithm of Cooper, Harvey and Kennedy (2001) for the dominance relation.
-