[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modisco] New Java AST tool based on Java Abstract Syntax Discovery Tool
|
- From: Dennis Wagelaar <dennis.wagelaar@xxxxxxxxx>
- Date: Wed, 11 Feb 2009 11:18:43 +0100
- Newsgroups: eclipse.modisco
- Organization: Vrije Universiteit Brussel
- User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Hello all,
A new tool for creating Java AST models in EMF is available at:
http://ssel.vub.ac.be/ssel/research/mdd/javaast
This tool creates EMF JavaAST models from Eclipse Java projects. These
models can be used for analysis and model transformation. This tool was
based on the MoDisco Java Abstract Syntax Discovery Tool. These are the
differences with the original tool:
* Use generated EMF JavaAST meta-model.
* Remove AM3 dependencies.
* Add right-click action for Java projects.
* Create AST for entire Java project instead of single Java file
(compilation unit).
Kind regards,
Dennis Wagelaar