RE: [abc-users] where is the keyword "aspect" defined

From: Eric Bodden <eric.bodden@mail.mcgill.ca>
Date: Tue Jan 24 2006 - 04:04:17 GMT

Hello, Jie.
This is all in the abc techreport:
 
http://abc.comlab.ox.ac.uk/techreports#abc-2004-1
 
Eric
 

--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada
________________________________
From: Majordomo list server on behalf of Jie Ouyang
Sent: Mon 23.01.2006 19:49
To: abc-users@comlab.ox.ac.uk
Subject: Re: [abc-users] where is the keyword "aspect" defined
Thanks. That definitely helps. Maybe I missed something, but I am
wondering if it is possible to get some docs about this kind of
details?
Jie
On Mon, 23 Jan 2006, Pavel Avgustinov wrote:
> Jie Ouyang wrote:
>> Hi,
>>
>> I am new to abc's aspectj compiler. I am looking at the source file
>> for the parser. I don't see the keyword "aspect" is defined in the
>> aspectj.flex. I am wondering  how this scanner can pick the word
>> "aspect" in a input file.
> Keywords are handled generically by the lexer to make extending it with
> new keywords easier. In the flex file (aspectj.flex), the interesting
> location is in lines 677 -- 720.
>
> To answer your particular question, "aspect" is registered as a keyword
> in src/abc/main/AbcExtension.java on line 404.
>
> Hope this helps,
> P
>
>
Received on Tue Jan 24 04:05:04 2006

This archive was generated by hypermail 2.1.8 : Tue Jan 24 2006 - 04:10:08 GMT