[GCC-XML]GCC-XML for Java?

Brad King brad.king at kitware.com
Tue Oct 21 09:04:01 EDT 2003


On Tue, 21 Oct 2003, Iwan Birrer wrote:

> Is it somehow possible to use gccxml to output the parse tree from a
> java file?

No, because the xml dump patch is applied to the C++ parser.  A similar
design pattern can probably be applied to the Java parser.  If you want to
try it, look at gcc/gcc/java in the GCC source tree.  GCC-XML patches
gcc/gcc/cp, and I suspect a similar dump could be implemented for java. We
have no plans to do this, though.

-Brad




More information about the gccxml mailing list