Ignore:
Timestamp:
05/07/14 16:02:46 (10 years ago)
Author:
hkaulbersch
Message:

fixed imports

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  
    379379                private final Keyword cSemicolonKeyword_4 = (Keyword)cGroup.eContents().get(4); 
    380380                 
     381                ////Import: 'import' importedNamespace=FqnWithWildCard; 
     382                ////FqnWithWildCard: Fqn('.*')? ';'; 
     383                ////Fqn:ID('.'ID)*; 
    381384                //Rule: 
    382385                //      (rulenumber=INT rulevariant=ID? ".")? name=ID "::=" definitionList=DefinitionList? ";"?; 
     
    11501153        } 
    11511154 
     1155        ////Import: 'import' importedNamespace=FqnWithWildCard; 
     1156        ////FqnWithWildCard: Fqn('.*')? ';'; 
     1157        ////Fqn:ID('.'ID)*; 
    11521158        //Rule: 
    11531159        //      (rulenumber=INT rulevariant=ID? ".")? name=ID "::=" definitionList=DefinitionList? ";"?; 
Note: See TracChangeset for help on using the changeset viewer.