Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] detecting AspectJ classes


No, there is no source code. I should of said that I need to work at the bytecode level.

 regards,
 Eugene


Eduardo Piveta wrote:
If you have the source code, you could use the AST support, extending
the AjASTVisitor class (i put some examples bellow if you want to
follow that direction).
If you want to perform this on bytecodes you will probably use the
AspectJ Reflection API, but then you have to load the classes you
need.

Hope that helps,
Eduardo



Back to the top