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/src-gen/de/ugoe/cs/swe/bnftools/parser/antlr/internal/InternalEbnf.g

    r95 r100  
    371371 
    372372) 
     373) 
     374    |( 
     375( 
     376                {  
     377                newCompositeNode(grammarAccess.getBnfEntryAccess().getCommentCommentParserRuleCall_2_0());  
     378            } 
     379                lv_comment_2_0=ruleComment              { 
     380                if ($current==null) { 
     381                    $current = createModelElementForParent(grammarAccess.getBnfEntryRule()); 
     382                } 
     383                set( 
     384                        $current,  
     385                        "comment", 
     386                        lv_comment_2_0,  
     387                        "Comment"); 
     388                afterParserOrEnumRuleCall(); 
     389            } 
     390 
     391) 
    373392)) 
    374393; 
     
    551570                        lv_sectionHeader_1_0,  
    552571                        "SECTIONHEADER"); 
     572            } 
     573 
     574) 
     575)) 
     576; 
     577 
     578 
     579 
     580 
     581 
     582// Entry rule entryRuleComment 
     583entryRuleComment returns [EObject current=null]  
     584        : 
     585        { newCompositeNode(grammarAccess.getCommentRule()); } 
     586         iv_ruleComment=ruleComment  
     587         { $current=$iv_ruleComment.current; }  
     588         EOF  
     589; 
     590 
     591// Rule Comment 
     592ruleComment returns [EObject current=null]  
     593    @init { enterRule();  
     594    } 
     595    @after { leaveRule(); }: 
     596(( 
     597        {  
     598          /* */  
     599        } 
     600    { 
     601        $current = forceCreateModelElement( 
     602            grammarAccess.getCommentAccess().getCommentAction_0(), 
     603            $current); 
     604    } 
     605)( 
     606( 
     607                lv_content_1_0=RULE_ML_COMMENT 
     608                { 
     609                        newLeafNode(lv_content_1_0, grammarAccess.getCommentAccess().getContentML_COMMENTTerminalRuleCall_1_0());  
     610                } 
     611                { 
     612                if ($current==null) { 
     613                    $current = createModelElement(grammarAccess.getCommentRule()); 
     614                } 
     615                setWithLastConsumed( 
     616                        $current,  
     617                        "content", 
     618                        lv_content_1_0,  
     619                        "ML_COMMENT"); 
    553620            } 
    554621 
Note: See TracChangeset for help on using the changeset viewer.