Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] AST APIs

Hi,

Our approach is not focused on producing an XML document, the reason for 
that is that clients want specific object types to manipulate rather than 
generic document nodes. Also, we will optionally annotate the AST with 
type information (based on compiler resolved info).

Now, there are certainly some similarities, and we might want to discuss 
conventions or similar topics, like: do you take comments into account ? 
If so, how ?
You can also check our design note at 
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/notes/r2.0/jdom%20ast/ast.html?rev=1.2.2.1&content-type=text/plain.

Sincerly,
Philippe





emamas@xxxxxxxxxx
Sent by: jdt-core-dev-admin@xxxxxxxxxxx
12/04/2001 09:40 PM
Please respond to jdt-core-dev

 
        To:     jdt-core-dev@xxxxxxxxxxx
        cc: 
        Subject:        [jdt-core-dev] AST APIs


Hi there,

We've developed a tool that maps java source files and java class files to
XML documents. Our goal is to enable users to perform analysis at the AST
level of the source code. Also users are able to analyze and transform
class files(for example instrument them). You can find the tool at
Alphaworks under Reengineering Toolkit for Java.

It seems that your plans for 2.0 may produce an API that would allow AST
access. I was wondering if there is any common work here and if you are
interested in the work we've done in either java source files or java 
class
files.

Cheers,
Evan


_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev





Back to the top