[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.pde] Re: API Tooling and other JVM languages?

Hi Erkki,
I haven't looked to close to API tools too, but it uses asm - java bytecode manipulation and analysis framework, so it might be that the bytecode is analyzed...


Erkki Lindpere wrote:
I haven't really tried API tools yet or looked at the code, but I'm just curious: are you leaving open the possibility to extend the tooling to other languages that compile to Java classes? Or is it strictly Java-only?

The tools analyze source code, not bytecode, am I right?

Erkki