Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JSDT/JSDT-DOM-and-bindings

< JSDT
Revision as of 13:43, 4 April 2017 by Unnamed Poltroon (Talk)

JSDT DOM and bindings

This page explains: the ClosureCompiler AST, the DOM AST and the Bindings to the Eclipse IDE

CC AST

CC's only documentation is in code. We should look at the CC source and at the work done when moving JSDT to ClosureCompiler

Back to the top