Ignore:
Timestamp:
10/12/16 15:29:26 (8 years ago)
Author:
phdmakk
Message:

+ generated resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src-gen/de/ugoe/cs/swe/bnftools/ui/contentassist/antlr/internal/InternalEbnf.g

    r97 r100  
    234234 
    235235 
     236// Entry rule entryRuleComment 
     237entryRuleComment  
     238: 
     239{ before(grammarAccess.getCommentRule()); } 
     240         ruleComment 
     241{ after(grammarAccess.getCommentRule()); }  
     242         EOF  
     243; 
     244 
     245// Rule Comment 
     246ruleComment 
     247    @init { 
     248                int stackSize = keepStackSize(); 
     249    } 
     250        : 
     251( 
     252{ before(grammarAccess.getCommentAccess().getGroup()); } 
     253(rule__Comment__Group__0) 
     254{ after(grammarAccess.getCommentAccess().getGroup()); } 
     255) 
     256 
     257; 
     258finally { 
     259        restoreStackSize(stackSize); 
     260} 
     261 
     262 
     263 
    236264// Entry rule entryRuleImport 
    237265entryRuleImport  
     
    763791) 
    764792 
     793    |( 
     794{ before(grammarAccess.getBnfEntryAccess().getCommentAssignment_2()); } 
     795(rule__BnfEntry__CommentAssignment_2) 
     796{ after(grammarAccess.getBnfEntryAccess().getCommentAssignment_2()); } 
     797) 
     798 
    765799; 
    766800finally { 
     
    16031637 
    16041638 
     1639rule__Comment__Group__0 
     1640    @init { 
     1641                int stackSize = keepStackSize(); 
     1642    } 
     1643: 
     1644        rule__Comment__Group__0__Impl 
     1645        rule__Comment__Group__1 
     1646; 
     1647finally { 
     1648        restoreStackSize(stackSize); 
     1649} 
     1650 
     1651rule__Comment__Group__0__Impl 
     1652    @init { 
     1653                int stackSize = keepStackSize(); 
     1654    } 
     1655: 
     1656( 
     1657{ before(grammarAccess.getCommentAccess().getCommentAction_0()); } 
     1658( 
     1659 
     1660) 
     1661{ after(grammarAccess.getCommentAccess().getCommentAction_0()); } 
     1662) 
     1663 
     1664; 
     1665finally { 
     1666        restoreStackSize(stackSize); 
     1667} 
     1668 
     1669 
     1670rule__Comment__Group__1 
     1671    @init { 
     1672                int stackSize = keepStackSize(); 
     1673    } 
     1674: 
     1675        rule__Comment__Group__1__Impl 
     1676; 
     1677finally { 
     1678        restoreStackSize(stackSize); 
     1679} 
     1680 
     1681rule__Comment__Group__1__Impl 
     1682    @init { 
     1683                int stackSize = keepStackSize(); 
     1684    } 
     1685: 
     1686( 
     1687{ before(grammarAccess.getCommentAccess().getContentAssignment_1()); } 
     1688(rule__Comment__ContentAssignment_1) 
     1689{ after(grammarAccess.getCommentAccess().getContentAssignment_1()); } 
     1690) 
     1691 
     1692; 
     1693finally { 
     1694        restoreStackSize(stackSize); 
     1695} 
     1696 
     1697 
     1698 
     1699 
     1700 
     1701 
    16051702rule__Import__Group__0 
    16061703    @init { 
     
    42414338} 
    42424339 
     4340rule__BnfEntry__CommentAssignment_2 
     4341    @init { 
     4342                int stackSize = keepStackSize(); 
     4343    } 
     4344: 
     4345( 
     4346{ before(grammarAccess.getBnfEntryAccess().getCommentCommentParserRuleCall_2_0()); } 
     4347        ruleComment{ after(grammarAccess.getBnfEntryAccess().getCommentCommentParserRuleCall_2_0()); } 
     4348) 
     4349 
     4350; 
     4351finally { 
     4352        restoreStackSize(stackSize); 
     4353} 
     4354 
    42434355rule__DeltaEntry__RuleAssignment_0 
    42444356    @init { 
     
    43314443} 
    43324444 
     4445rule__Comment__ContentAssignment_1 
     4446    @init { 
     4447                int stackSize = keepStackSize(); 
     4448    } 
     4449: 
     4450( 
     4451{ before(grammarAccess.getCommentAccess().getContentML_COMMENTTerminalRuleCall_1_0()); } 
     4452        RULE_ML_COMMENT{ after(grammarAccess.getCommentAccess().getContentML_COMMENTTerminalRuleCall_1_0()); } 
     4453) 
     4454 
     4455; 
     4456finally { 
     4457        restoreStackSize(stackSize); 
     4458} 
     4459 
    43334460rule__Import__ImportURIAssignment_1 
    43344461    @init { 
Note: See TracChangeset for help on using the changeset viewer.