Hi,

> Suppose I want to do a tool that parses the java code and modifies it.

You could take a look at Jikes.  It's open source, and I've heard of
people using Jikes to parse code and then do something instead of
compiling it.  Of course, it's written in C++, so if you want to write
your parser in Java, then you'll either need to do some JNI, or maybe port
their parsing code from C++ to Java.

By the way, your .sig is way huge.  Though impressive, it's kind of
annoying. :)

Cheers,
dstn.

----------------------------------------------------
--     Dustin Lang, [EMAIL PROTECTED]    --
User, n.: a particularly  slow and unreliable input/
output  device  that  is  attached by default to the
standard input and output streams.
----------------------------------------------------


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to