ikuraj / alloy4eclipse

Automatically exported from code.google.com/p/alloy4eclipse
0 stars 0 forks source link

Build an AST the Eclipse way for the Alloy language #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to implement quick fix, refactoring, etc., it is necessary to
create an AST manageable with Eclipse API.

All the details are available from:
http://www.eclipse.org/articles/article.php?file=Article-JavaCodeManipulation_AS
T/index.html

Original issue reported on code.google.com by daniel.l...@gmail.com on 3 Nov 2007 at 10:14

GoogleCodeExporter commented 8 years ago

Original comment by daniel.l...@gmail.com on 24 Jan 2008 at 9:23

GoogleCodeExporter commented 8 years ago
There is not need to build an AST since Felix provide us a clean API to 
existing AST
in A4.

Original comment by daniel.l...@gmail.com on 20 Mar 2008 at 8:39