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/ebnf/BnfEntry.java

    r88 r100  
    1515 *   <li>{@link de.ugoe.cs.swe.bnftools.ebnf.BnfEntry#getSectionheader <em>Sectionheader</em>}</li> 
    1616 *   <li>{@link de.ugoe.cs.swe.bnftools.ebnf.BnfEntry#getRule <em>Rule</em>}</li> 
     17 *   <li>{@link de.ugoe.cs.swe.bnftools.ebnf.BnfEntry#getComment <em>Comment</em>}</li> 
    1718 * </ul> 
    1819 * </p> 
     
    7677  void setRule(Rule value); 
    7778 
     79  /** 
     80   * Returns the value of the '<em><b>Comment</b></em>' containment reference. 
     81   * <!-- begin-user-doc --> 
     82   * <p> 
     83   * If the meaning of the '<em>Comment</em>' containment reference isn't clear, 
     84   * there really should be more of a description here... 
     85   * </p> 
     86   * <!-- end-user-doc --> 
     87   * @return the value of the '<em>Comment</em>' containment reference. 
     88   * @see #setComment(Comment) 
     89   * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getBnfEntry_Comment() 
     90   * @model containment="true" 
     91   * @generated 
     92   */ 
     93  Comment getComment(); 
     94 
     95  /** 
     96   * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.BnfEntry#getComment <em>Comment</em>}' containment reference. 
     97   * <!-- begin-user-doc --> 
     98   * <!-- end-user-doc --> 
     99   * @param value the new value of the '<em>Comment</em>' containment reference. 
     100   * @see #getComment() 
     101   * @generated 
     102   */ 
     103  void setComment(Comment value); 
     104 
    78105} // BnfEntry 
Note: See TracChangeset for help on using the changeset viewer.