abc.weaving.weaver
Class GenStaticJoinPoints

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

public class GenStaticJoinPoints
extends java.lang.Object

The purpose of this class is to iterate over all SJPInfo instances for a Class and to insert the relevant code for the Static Join Points.

Author:
Laurie Hendren, Ganesh Sittampalam

Constructor Summary
GenStaticJoinPoints()
           
 
Method Summary
 void genStaticJoinPoints(SootClass sc)
          generate code for all the static join points in class sc
 int incrNumSJP()
          return current count, and then incr counter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenStaticJoinPoints

public GenStaticJoinPoints()
Method Detail

incrNumSJP

public int incrNumSJP()
return current count, and then incr counter


genStaticJoinPoints

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