Changeset 65 in default for v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/services
- 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-gen/de/ugoe/cs/swe/bnftools/services/EbnfGrammarAccess.java
r61 r65 379 379 private final Keyword cSemicolonKeyword_4 = (Keyword)cGroup.eContents().get(4); 380 380 381 ////Import: 'import' importedNamespace=FqnWithWildCard; 382 ////FqnWithWildCard: Fqn('.*')? ';'; 383 ////Fqn:ID('.'ID)*; 381 384 //Rule: 382 385 // (rulenumber=INT rulevariant=ID? ".")? name=ID "::=" definitionList=DefinitionList? ";"?; … … 1150 1153 } 1151 1154 1155 ////Import: 'import' importedNamespace=FqnWithWildCard; 1156 ////FqnWithWildCard: Fqn('.*')? ';'; 1157 ////Fqn:ID('.'ID)*; 1152 1158 //Rule: 1153 1159 // (rulenumber=INT rulevariant=ID? ".")? name=ID "::=" definitionList=DefinitionList? ";"?;
Note: See TracChangeset
for help on using the changeset viewer.