jcaas.util
Class LoopDetector

java.lang.Object
  extended by jcaas.util.LoopDetector

public class LoopDetector
extends java.lang.Object


Constructor Summary
LoopDetector(org.apache.bcel.generic.MethodGen _method, boolean _dominators)
           
 
Method Summary
 Loop[] getLoops()
          Get the set of loops in this method.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopDetector

public LoopDetector(org.apache.bcel.generic.MethodGen _method,
                    boolean _dominators)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getLoops

public Loop[] getLoops()
Get the set of loops in this method.


main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Throws:
java.lang.Throwable