Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] cross referencing information

The best place to look would be the code itself.  There is no formal
documentation.  There are 2 plugins xref core and xref ui.  The core
plugin defines the extension point that you need to extend and the ui
plugin defines the views and properties pages.  For an example on how
to do this, look at the class
org.eclipse.ajdt.internal.ui.xref.AJXReferenceProvider.

On Sun, Nov 9, 2008 at 7:41 AM, tamal nath <tmlnth@xxxxxxxxx> wrote:
> Could you elaborate a bit? Is there any documentation available in this
> regard?
>
> Tml
>
> On Tue, Nov 4, 2008 at 10:51 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx>
> wrote:
>>
>> It passes information around programmatically, using the JDT object model.
>>
>> On Tue, Nov 4, 2008 at 5:30 PM, tamal nath <tmlnth@xxxxxxxxx> wrote:
>> > Hi,
>> >
>> > Where does the X ref tool get the cross cutting information from? Is
>> > there a
>> > xml file in which all the info is stored?
>> >
>> > Regards,
>> > Tml
>> >
>> > _______________________________________________
>> > aspectj-users mailing list
>> > aspectj-users@xxxxxxxxxxx
>> > https://dev.eclipse.org/mailman/listinfo/aspectj-users
>> >
>> >
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>


Back to the top