Uses of Interface
org.aspectj.lang.reflect.PointcutExpression

Packages that use PointcutExpression
org.aspectj.internal.lang.reflect   
org.aspectj.lang.reflect Contains interfaces that extend Signature to provide additional information about each possible join point signature. 
 

Uses of PointcutExpression in org.aspectj.internal.lang.reflect
 

Classes in org.aspectj.internal.lang.reflect that implement PointcutExpression
 class PointcutExpressionImpl
           
 

Methods in org.aspectj.internal.lang.reflect that return PointcutExpression
 PointcutExpression PointcutImpl.getPointcutExpression()
           
 PointcutExpression PointcutBasedPerClauseImpl.getPointcutExpression()
           
 PointcutExpression DeclareSoftImpl.getPointcutExpression()
           
 PointcutExpression DeclareErrorOrWarningImpl.getPointcutExpression()
           
 PointcutExpression AdviceImpl.getPointcutExpression()
           
 

Uses of PointcutExpression in org.aspectj.lang.reflect
 

Methods in org.aspectj.lang.reflect that return PointcutExpression
 PointcutExpression PointcutBasedPerClause.getPointcutExpression()
          Get the associated pointcut expression
 PointcutExpression Pointcut.getPointcutExpression()
          The pointcut expression associated with this pointcut.
 PointcutExpression DeclareSoft.getPointcutExpression()
          The pointcut determining the join points at which the exception is to be softened.
 PointcutExpression DeclareErrorOrWarning.getPointcutExpression()
          The pointcut expression associated with the warning or error
 PointcutExpression Advice.getPointcutExpression()
          The pointcut expression associated with the advice declaration.