Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] ASTParser and AjASTVisitor

Has ABC Compiler a similar Visitor support that give us both java and aspect bindings?

yes.

Also, has it support for generic code (java 1.5 or higher)?

yes.

I don't know about the bindings support, but I remember me being
disappointed by ABC when reading in the introduction that the
compiler does not support Java 1.5. I believe it was 1.3 but you
might want to head over to their page and have a look, yourself.

Since March this year abc supports all of Java 1.5, but not all features of AspectJ 5.

Cheers,

-Oege


Back to the top