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

Xtext/Documentation/Generator

< Xtext‎ | Documentation
Revision as of 04:38, 19 February 2009 by Unnamed Poltroon (Talk) (New page: === Xtext Generator Architecture === Although many components shipped with Xtext are generic (i.e. they interpret the grammar, meta model, etc.), there are also some components which are g...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Xtext Generator Architecture

Although many components shipped with Xtext are generic (i.e. they interpret the grammar, meta model, etc.), there are also some components which are generated. Currently the parser as well as the Ecore model are generated, for instance. The generator (org.eclipse.xtext.generator.Generator) shipped with Xtext can be configured with any number of so called generator fragments (IGeneratorFragment).

Back to the top