Closed GoogleCodeExporter closed 9 years ago
The right place to post this is:
http://code.google.com/p/javaparser/wiki/UsingThisParser
To do such thing you will need to write a semantic analyzer, java.lang.*
classes are
implicit imported, for other classes you will need to check the imports and
resolve
the classes names creating a kind of namespace class.
This parser does not do such kind of work yet.
Thank you by your interest.
Issue closed.
Original comment by jges...@gmail.com
on 22 Feb 2010 at 11:36
Original issue reported on code.google.com by
oaan...@gmail.com
on 22 Feb 2010 at 6:27