Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Xtext/Documentation/Generator

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