abc.weaving.aspectinfo
Class PerSetupAdvice

java.lang.Object
  extended by abc.weaving.aspectinfo.Syntax
      extended by abc.weaving.aspectinfo.AbstractAdviceDecl
          extended by abc.weaving.aspectinfo.PerSetupAdvice
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
PerCflowSetup, PerTargetSetup, PerThisSetup

public abstract class PerSetupAdvice
extends AbstractAdviceDecl


Field Summary
 
Fields inherited from class abc.weaving.aspectinfo.AbstractAdviceDecl
pc, spec
 
Constructor Summary
protected PerSetupAdvice(AdviceSpec spec, Aspect aspct, Pointcut pc, Position pos)
           
 
Method Summary
 WeavingEnv getWeavingEnv()
           
 java.lang.String toString()
           
 
Methods inherited from class abc.weaving.aspectinfo.AbstractAdviceDecl
clone, debugInfo, errorInfo, getAdviceSpec, getApplCount, getAspect, getDefiningAspect, getFormals, getPointcut, getPrecedence, hasEnclosingJoinPoint, hasJoinPoint, hasJoinPointStaticPart, incrApplCount, makeAdviceExecutionStmts, makeCopyInAspect, makeWeavingContext, postResidue, preprocess, preResidue, reportMessages, resetForReweaving
 
Methods inherited from class abc.weaving.aspectinfo.Syntax
getPosition
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerSetupAdvice

protected PerSetupAdvice(AdviceSpec spec,
                         Aspect aspct,
                         Pointcut pc,
                         Position pos)
Method Detail

getWeavingEnv

public WeavingEnv getWeavingEnv()
Specified by:
getWeavingEnv in class AbstractAdviceDecl

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object