> Hi there,
>
> The ajc compiler was not designed to be extensible by end users. ÂIts
> focus has is efficiency and stability. ÂHowever, the AspectBench
> compiler is designed for extensibility and for testing out new ideas.
> This might be more suitable to your purposes.
>
>
http://abc.comlab.ox.ac.uk/introduction>
> 2009/10/22 Sergey Staroletov <
sergey.staroletov@xxxxxxxxx>:
>> Hello. I'm doing my first step research in AspectJ because I am thinking
>> that one feature in itÂwill help me in my big research project. I want to
>> tryÂto extend aspectj language to process my specialÂÂcomments (non-java
>> doc,Âjust single-line or multi-line user comments)Âin java files with
>> aspectj weaving. In my idea It will be as:
>>
>> in aj file (added new word 'comment')
>>
>> pointcut point(String s) :Âcomment(s);
>>
>> long before(String s) : point(s) {
>>
>> System.out.println(s) ;
>>
>> }
>>
>>
>>
>> in java file
>>
>> System.out.println("start") ;
>>
>> //comment here
>>
>> System.out.println("stop") ;
>>
>>
>>
>> and sample result
>>
>>
>>
>> start
>>
>> comment here
>>
>> stop
>>
>> I am thinking that instruction to process commentÂwill be inserting between
>> code line before comment and code line after comment
>>
>> It is possible to realize by myself and where can i find the develper
>> documentation? (And whatÂshall I do to patch existing code (I've downloaded
>> AJT sourceÂto my Eclipse, built and tried to debug this - but I'm lost my
>> way)Â?
>>
>>
>> --
>> Ð ÑÐÐÐÐÐÐÐÐ, ÐÑÐÑÐÐÐÑÐÐ ÐÐÑÐÐÐ
>>
>> _______________________________________________
>> aspectj-dev mailing list
>>
aspectj-dev@xxxxxxxxxxx
>>
https://dev.eclipse.org/mailman/listinfo/aspectj-dev>>
>>
> _______________________________________________
> aspectj-dev mailing list
>
aspectj-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/aspectj-dev