abc.weaving.aspectinfo
Class PerCflowBelow
java.lang.Object
abc.weaving.aspectinfo.Syntax
abc.weaving.aspectinfo.Per
abc.weaving.aspectinfo.PerPointcut
abc.weaving.aspectinfo.PerCflowBelow
public class PerCflowBelow
- extends PerPointcut
A percflowbelow
per clause.
- Author:
- Aske Simon Christensen, Ganesh Sittampalam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PerCflowBelow
public PerCflowBelow(Pointcut pc,
Position pos)
toString
public java.lang.String toString()
- Specified by:
toString
in class Per
registerSetupAdvice
public void registerSetupAdvice(Aspect aspct)
- Description copied from class:
Per
- Register any advice declarations required to setup the aspect instances
- Specified by:
registerSetupAdvice
in class Per
matchesAt
public Residue matchesAt(Aspect aspct,
ShadowMatch sm)
- Specified by:
matchesAt
in class Per
getAspectInstance
public Residue getAspectInstance(Aspect aspct,
ShadowMatch sm)
- Specified by:
getAspectInstance
in class Per