[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[aspectj-dev] "uses pointcut" association
|
- From: "Mik Kersten" <mik@xxxxxxxxxxxxxx>
- Date: Thu, 27 Feb 2003 19:19:51 -0800
- Delivered-to: aspectj-dev@eclipse.org
- Importance: Normal
- Organization: Intentional Software Corporation
Hi Jim,
I would like to get the "uses pointcut" association working in the model.
Would it be too much to ask for something like the following method (given
the way that the AsmBuilder works it would be convenient on
AdviceDeclaration)?
List/*PointcutDeclaration*/ getNamedPointcutDeclarations() { ... }
Mik