Changeset 65 in default for v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/GenerateEBNF.mwe2
- Timestamp:
- 05/07/14 16:02:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/GenerateEBNF.mwe2
r61 r65 73 73 // Xtend-based API for validation 74 74 fragment = validation.ValidatorFragment auto-inject { 75 //composedCheck = "org.eclipse.xtext.validation.ImportUriValidator"76 //composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator"75 composedCheck = "org.eclipse.xtext.validation.ImportUriValidator" 76 composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" 77 77 } 78 78 79 79 // old scoping and exporting API 80 //fragment = scoping.ImportURIScopingFragment auto-inject {}81 //fragment = exporting.SimpleNamesFragment auto-inject {}80 fragment = scoping.ImportURIScopingFragment auto-inject {} 81 fragment = exporting.SimpleNamesFragment auto-inject {} 82 82 83 83 // scoping and exporting API 84 fragment = scoping.ImportNamespacesScopingFragment auto-inject {}85 fragment = exporting.QualifiedNamesFragment auto-inject {}86 fragment = builder.BuilderIntegrationFragment auto-inject {}84 // fragment = scoping.ImportNamespacesScopingFragment auto-inject {} 85 // fragment = exporting.QualifiedNamesFragment auto-inject {} 86 // fragment = builder.BuilderIntegrationFragment auto-inject {} 87 87 88 88 // generator API … … 115 115 116 116 // provides the necessary bindings for java types integration 117 fragment = types.TypesGeneratorFragment auto-inject {}117 // fragment = types.TypesGeneratorFragment auto-inject {} 118 118 119 119 // generates the required bindings only if the grammar inherits from Xbase
Note: See TracChangeset
for help on using the changeset viewer.