machao657 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Add support for building the symbol table #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is an RFE.

It would be nice if there was also code to build the symbol table (for 
each identifier its scope, where it was declared etc.).

Original issue reported on code.google.com by msa...@gmail.com on 18 Jul 2008 at 1:00

GoogleCodeExporter commented 9 years ago
Thanks,
I'm changing to Type-Enhancement since this is a new feature.

Original comment by jges...@gmail.com on 18 Jul 2008 at 4:46

GoogleCodeExporter commented 9 years ago
The symbol table is party of the semantic analysis. This parser just do the 
syntax
analysis I don't have plans to support the semantics.

Thanks by your interest.

Original comment by jges...@gmail.com on 21 Jul 2008 at 1:13