abc.weaving.weaver
Class CflowIntraproceduralAnalysis

java.lang.Object
  extended by BodyTransformer
      extended by abc.weaving.weaver.CflowIntraproceduralAnalysis

public class CflowIntraproceduralAnalysis
extends BodyTransformer

Author:
Damien Sereni A simple intraprocedural analysis to avoid having to find the current thread more than once for CflowStack / CflowCounter updating

Method Summary
protected  void internalTransform(Body b, java.lang.String phaseName, java.util.Map options)
           
static void reset()
           
static CflowIntraproceduralAnalysis v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public static void reset()

v

public static CflowIntraproceduralAnalysis v()

internalTransform

protected void internalTransform(Body b,
                                 java.lang.String phaseName,
                                 java.util.Map options)