abc.weaving.aspectinfo
Class PerPointcut

java.lang.Object
  extended by abc.weaving.aspectinfo.Syntax
      extended by abc.weaving.aspectinfo.Per
          extended by abc.weaving.aspectinfo.PerPointcut
Direct Known Subclasses:
PerCflow, PerCflowBelow, PerTarget, PerThis

public abstract class PerPointcut
extends Per

Base class for a per clause that contains a pointcut.

Author:
Aske Simon Christensen

Constructor Summary
PerPointcut(Pointcut pc, Position pos)
           
 
Method Summary
 Pointcut getPointcut()
           
 
Methods inherited from class abc.weaving.aspectinfo.Per
getAspectInstance, matchesAt, registerSetupAdvice, toString
 
Methods inherited from class abc.weaving.aspectinfo.Syntax
getPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerPointcut

public PerPointcut(Pointcut pc,
                   Position pos)
Method Detail

getPointcut

public Pointcut getPointcut()