abc.weaving.aspectinfo
Class CflowSetup.CflowSetupWeavingContext

java.lang.Object
  extended by abc.weaving.weaver.WeavingContext
      extended by abc.weaving.aspectinfo.CflowSetup.CflowSetupWeavingContext
All Implemented Interfaces:
BeforeAfterAdvice.ChoosePhase
Enclosing class:
CflowSetup

public static class CflowSetup.CflowSetupWeavingContext
extends WeavingContext
implements BeforeAfterAdvice.ChoosePhase


Field Summary
 java.util.Vector bounds
           
 boolean doBefore
           
 
Constructor Summary
CflowSetup.CflowSetupWeavingContext(int boundsize)
           
 
Method Summary
 void setAfter()
           
 void setBefore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bounds

public java.util.Vector bounds

doBefore

public boolean doBefore
Constructor Detail

CflowSetup.CflowSetupWeavingContext

public CflowSetup.CflowSetupWeavingContext(int boundsize)
Method Detail

setBefore

public void setBefore()
Specified by:
setBefore in interface BeforeAfterAdvice.ChoosePhase

setAfter

public void setAfter()
Specified by:
setAfter in interface BeforeAfterAdvice.ChoosePhase