abc.weaving.weaver
Class PrintAdviceInfo

java.lang.Object
  extended by abc.weaving.weaver.PrintAdviceInfo

public class PrintAdviceInfo
extends java.lang.Object

The purpose of this class is to iterate over all AdviceApplication instances for a Class and to print the key information, including information about static join points. Useful only for debugging.

Author:
Laurie Hendren

Constructor Summary
PrintAdviceInfo()
           
 
Method Summary
static void printAdviceInfo(SootClass sc)
          generate code for all the static join points in class sc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintAdviceInfo

public PrintAdviceInfo()
Method Detail

printAdviceInfo

public static void printAdviceInfo(SootClass sc)
generate code for all the static join points in class sc