Changeset 100 in default for v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src-gen/de/ugoe/cs/swe/bnftools/ui/contentassist/antlr/internal/InternalEbnf.g
- Timestamp:
- 10/12/16 15:29:26 (8 years ago)
- 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 234 234 235 235 236 // Entry rule entryRuleComment 237 entryRuleComment 238 : 239 { before(grammarAccess.getCommentRule()); } 240 ruleComment 241 { after(grammarAccess.getCommentRule()); } 242 EOF 243 ; 244 245 // Rule Comment 246 ruleComment 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 ; 258 finally { 259 restoreStackSize(stackSize); 260 } 261 262 263 236 264 // Entry rule entryRuleImport 237 265 entryRuleImport … … 763 791 ) 764 792 793 |( 794 { before(grammarAccess.getBnfEntryAccess().getCommentAssignment_2()); } 795 (rule__BnfEntry__CommentAssignment_2) 796 { after(grammarAccess.getBnfEntryAccess().getCommentAssignment_2()); } 797 ) 798 765 799 ; 766 800 finally { … … 1603 1637 1604 1638 1639 rule__Comment__Group__0 1640 @init { 1641 int stackSize = keepStackSize(); 1642 } 1643 : 1644 rule__Comment__Group__0__Impl 1645 rule__Comment__Group__1 1646 ; 1647 finally { 1648 restoreStackSize(stackSize); 1649 } 1650 1651 rule__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 ; 1665 finally { 1666 restoreStackSize(stackSize); 1667 } 1668 1669 1670 rule__Comment__Group__1 1671 @init { 1672 int stackSize = keepStackSize(); 1673 } 1674 : 1675 rule__Comment__Group__1__Impl 1676 ; 1677 finally { 1678 restoreStackSize(stackSize); 1679 } 1680 1681 rule__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 ; 1693 finally { 1694 restoreStackSize(stackSize); 1695 } 1696 1697 1698 1699 1700 1701 1605 1702 rule__Import__Group__0 1606 1703 @init { … … 4241 4338 } 4242 4339 4340 rule__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 ; 4351 finally { 4352 restoreStackSize(stackSize); 4353 } 4354 4243 4355 rule__DeltaEntry__RuleAssignment_0 4244 4356 @init { … … 4331 4443 } 4332 4444 4445 rule__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 ; 4456 finally { 4457 restoreStackSize(stackSize); 4458 } 4459 4333 4460 rule__Import__ImportURIAssignment_1 4334 4461 @init {
Note: See TracChangeset
for help on using the changeset viewer.