Reusing GCJ compiler

Vincent Richard <chere-loque@wanadoo.fr>
21 Feb 2003 01:18:47 -0500

          From comp.compilers

Related articles
Reusing GCJ compiler chere-loque@wanadoo.fr (Vincent Richard) (2003-02-21)
Re: Reusing GCJ compiler scott.finnie@logiquence.com (Scott Finnie) (2003-03-09)
Re: Reusing GCJ compiler james.power@may.ie (2003-03-24)
| List of all articles for this month |

From: Vincent Richard <chere-loque@wanadoo.fr>
Newsgroups: comp.compilers
Date: 21 Feb 2003 01:18:47 -0500
Organization: Guest of ProXad - France
Keywords: Java, question
Posted-Date: 21 Feb 2003 01:18:47 EST

Hi,


I am searching for some documentation about reusing GCJ (GNU Java
compiler) parsing code into my own program. In fact, I want GCJ to
parse a ".java" file and return all the information useful to
understand the structure of a Java program (the parsing tree) :
classes, methods, attributes names/types, etc...


I have started by checking C source files, but nothing is really clear about
how to interface with the parser.


Does anybody have some documentation/links about that ?


Thanks in advance.


Vincent


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.