How to access comments from the java compiler tree api generated ast ?
- by Code freak
Hi,
I've used the java compiler tree api to generate the ast for java source files. However, i'm unable to access th comments in the source files.
So far, i've been unable to a way to extract comments from source file .. is there a way using the compiler api or some other tool ?