Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] New optional plugin: AST view


The AST view is a new optional plugin, available on the jdt-ui project page:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-ui-home/main.html

- Visualize the AST of the file open in an the active editor
- Navigate from text selections to AST nodes and from nodes to text
- Ready for AST Level 3 (new nodes for JDK 1.5) (Toggle in the view menu)

See the AST view page for more features, documentation, download and screenshots:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-ui-home/plugins/org.eclipse.jdt.astview/index.html


Martin

Back to the top