Java Parser

TwitterFacebook
Get flash to fully experience Pearltrees
Summary The Abstract Syntax Tree is the base framework for many powerful tools of the Eclipse IDE, including refactoring, Quick Fix and Quick Assist. The Abstract Syntax Tree maps plain Java source code in a tree form. This tree is more convenient and reliable to analyse and modify programmatically than text-based source. This article shows how you can use the Abstract Syntax Tree for your own applications. http://www.eclipse.org/articles/article.php?file=Article-JavaCodeManipulation_AST/index.html

Corner Article: Abstract Syntax Tree

http://www.eclipsecon.org/2010/sessions/?page=sessions&id=1339 Deepak Azad

JDT Fundamentals

http://www.eclipse.org/forums/index.php/m/672311/

Eclipse Forums: Project (preferably Maven) using JDT

Samuel Cox wrote on Fri, 20 May 2011 10:49 Paul, I had looked at that. Unless I'm missing something, that just has the code using the AST API.
Eclipse JDT - Abstract Syntax Tree (AST) and the Java Model - Tutorial Copyright © 2009, 2010, 2011, 2012 Lars Vogel http://www.vogella.com/articles/EclipseJDT/article.html

Eclipse JDT - Abstract Syntax Tree (AST) and the Java Model

Exploring Eclipse's ASTParser

How Eclipse JDT can help http://www.ibm.com/developerworks/opensource/library/os-ast/
Jikespg - The Jikes parser generator from IBM. [OPEN SOURCE] http://linux.maruhn.com/sec/jikespg.html

Jikespg - The Jikes parser generator from IBM. [OPEN SOURCE]