[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] How to get the super AspectElement from a given AspectElement
|
- From: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Wed, 25 Nov 2009 10:15:04 -0800
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=3VTsrKnsrSbKNQRQZZOBKEG2KaqlQRYBzmN/LdDPsCg=; b=HSlsTyv+88muGWDclNPrDKRWjV/q4O12s9SCXUpaOGgfCAK91xbMW3SOtbGRcNmtdq wRt/TC++Bgs5hnJFq+f/3VVQLmJX2E1sP1vdlRPdM9pCQiRR5/uQxXpwphhs+evX7y7x 19norYqM4SaVsbBDPmFDFwUtR9PUCdzmhlEa0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=SLj9SE5qRIs8Ry2BMveUwCs+qQI32k91POnj3wRXL3yys+CcPk4SWj0Qk8bm+EnldY JZqNeq5x8PdoxfP5YvxMGuV/hDUQFRiQmRCUOk0EPpEJyPDdHUP4Tn2VhBAwj9eCfUUF vaO9Ux1nPRbtjRNFxrQoGjpHtoBmWak7kCMWM=
I can't recall the entire way that structure model works right now.
Why not walk the model and ask which types are aspects? Surely that
will work? I might even take a patch to change the structure model to
provide what you need if you change it to be how you would like it to
be.
cheers,
Andy
2009/11/25 Andrew Eisenberg <andrew@xxxxxxxxxxxx>:
>> However the interesting part, the map containing all types is a private
>> member, and I dont see how the different methods allow me to get a hold of
>> all the types.
> Reflection is not evil. :-) But I'll let Andy get back to you on a
> more friendly way of getting that information.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>