
Java Parser
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.
Corner Article: Abstract Syntax Tree
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
Eclipse JDT - Abstract Syntax Tree (AST) and the Java Model
Jikespg - The Jikes parser generator from IBM. [OPEN SOURCE]

