S
Stefan Poehn
Hi
has anybody used the package org.eclipse.jdt.core.dom?
I've found the javadoc of this package and I find it _very_ interesting
if you need a java parser, i.e. eclipse does all the parsing for you,
and you only have a look at the parse tree to get the complete
structure of the program. Do you have access to variable names
etc. in eclipse's dom?
Stefan
has anybody used the package org.eclipse.jdt.core.dom?
I've found the javadoc of this package and I find it _very_ interesting
if you need a java parser, i.e. eclipse does all the parsing for you,
and you only have a look at the parse tree to get the complete
structure of the program. Do you have access to variable names
etc. in eclipse's dom?
Stefan