Package org.aspectj.lang.reflect
Interface PointcutBasedPerClause
- All Superinterfaces:
PerClause
- All Known Implementing Classes:
PointcutBasedPerClauseImpl
Representation of a pointcut based per-clause associated with an aspect
(perthis/target/cflow/cflowbelow)
-
Method Summary
-
Method Details
-
getPointcutExpression
PointcutExpression getPointcutExpression()- Returns:
- the associated pointcut expression
-