Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] AspectJ source

Hi!

I am wondering if my current understanding is correct about the
following implementation detail: the org.aspectj.ajdt.core represents
mainly the Eclipse compiler extension and is meant to parse the
aspectj classic code and generate the corresponding bytecode. The
classes responsible for this job are the XDeclaration classes and the
bytecode generation part is handled by the Eclipse compiler internal
API.

Please excuse me if I got it all wrong.

./alex
--
.w( the_mindstorm )p.


Back to the top