Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Parsing a Java Source Code File...

I was able to answer my own question, after digging around the Javadoc for Eclipse.

I believe the package in Eclipse that contains the classes I need to use is:

org.eclipse.jdt.core.dom

In particular, I think I will be using the subclasses of the AST class and also the ASTParser class. I'm sure I'll have some more questions when I actually sit down and try to get this thing to work.
 
The Sunburned Surveyor

Back to the top