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/EbnfPackage.java

    r95 r100  
    187187 
    188188  /** 
     189   * The feature id for the '<em><b>Comment</b></em>' containment reference. 
     190   * <!-- begin-user-doc --> 
     191   * <!-- end-user-doc --> 
     192   * @generated 
     193   * @ordered 
     194   */ 
     195  int BNF_ENTRY__COMMENT = 2; 
     196 
     197  /** 
    189198   * The number of structural features of the '<em>Bnf Entry</em>' class. 
    190199   * <!-- begin-user-doc --> 
     
    193202   * @ordered 
    194203   */ 
    195   int BNF_ENTRY_FEATURE_COUNT = 2; 
     204  int BNF_ENTRY_FEATURE_COUNT = 3; 
    196205 
    197206  /** 
     
    307316 
    308317  /** 
     318   * The meta object id for the '{@link de.ugoe.cs.swe.bnftools.ebnf.impl.CommentImpl <em>Comment</em>}' class. 
     319   * <!-- begin-user-doc --> 
     320   * <!-- end-user-doc --> 
     321   * @see de.ugoe.cs.swe.bnftools.ebnf.impl.CommentImpl 
     322   * @see de.ugoe.cs.swe.bnftools.ebnf.impl.EbnfPackageImpl#getComment() 
     323   * @generated 
     324   */ 
     325  int COMMENT = 6; 
     326 
     327  /** 
     328   * The feature id for the '<em><b>Content</b></em>' attribute. 
     329   * <!-- begin-user-doc --> 
     330   * <!-- end-user-doc --> 
     331   * @generated 
     332   * @ordered 
     333   */ 
     334  int COMMENT__CONTENT = 0; 
     335 
     336  /** 
     337   * The number of structural features of the '<em>Comment</em>' class. 
     338   * <!-- begin-user-doc --> 
     339   * <!-- end-user-doc --> 
     340   * @generated 
     341   * @ordered 
     342   */ 
     343  int COMMENT_FEATURE_COUNT = 1; 
     344 
     345  /** 
    309346   * The meta object id for the '{@link de.ugoe.cs.swe.bnftools.ebnf.impl.ImportImpl <em>Import</em>}' class. 
    310347   * <!-- begin-user-doc --> 
     
    314351   * @generated 
    315352   */ 
    316   int IMPORT = 6; 
     353  int IMPORT = 7; 
    317354 
    318355  /** 
     
    360397   * @generated 
    361398   */ 
    362   int RULE = 7; 
     399  int RULE = 8; 
    363400 
    364401  /** 
     
    415452   * @generated 
    416453   */ 
    417   int EXT_RULE = 8; 
     454  int EXT_RULE = 9; 
    418455 
    419456  /** 
     
    479516   * @generated 
    480517   */ 
    481   int MERGE_RULE = 9; 
     518  int MERGE_RULE = 10; 
    482519 
    483520  /** 
     
    507544   * @generated 
    508545   */ 
    509   int GLOBAL_COMBINATOR = 10; 
     546  int GLOBAL_COMBINATOR = 11; 
    510547 
    511548  /** 
     
    535572   * @generated 
    536573   */ 
    537   int RULE_COMBINATOR = 11; 
     574  int RULE_COMBINATOR = 12; 
    538575 
    539576  /** 
     
    581618   * @generated 
    582619   */ 
    583   int HOOK_COMBINATOR = 12; 
     620  int HOOK_COMBINATOR = 13; 
    584621 
    585622  /** 
     
    636673   * @generated 
    637674   */ 
    638   int DEFINITION_LIST = 13; 
     675  int DEFINITION_LIST = 14; 
    639676 
    640677  /** 
     
    664701   * @generated 
    665702   */ 
    666   int SINGLE_DEFINITION = 14; 
     703  int SINGLE_DEFINITION = 15; 
    667704 
    668705  /** 
     
    692729   * @generated 
    693730   */ 
    694   int TERM = 15; 
     731  int TERM = 16; 
    695732 
    696733  /** 
     
    747784   * @generated 
    748785   */ 
    749   int ATOM = 16; 
     786  int ATOM = 17; 
    750787 
    751788  /** 
     
    784821   * @generated 
    785822   */ 
    786   int RULE_REFERENCE = 17; 
     823  int RULE_REFERENCE = 18; 
    787824 
    788825  /** 
     
    812849   * @generated 
    813850   */ 
    814   int STRING_RULE = 18; 
     851  int STRING_RULE = 19; 
    815852 
    816853  /** 
     
    849886   * @generated 
    850887   */ 
    851   int GROUPED_SEQUENCE = 19; 
     888  int GROUPED_SEQUENCE = 20; 
    852889 
    853890  /** 
     
    877914   * @generated 
    878915   */ 
    879   int OPTIONAL_SEQUENCE = 20; 
     916  int OPTIONAL_SEQUENCE = 21; 
    880917 
    881918  /** 
     
    905942   * @generated 
    906943   */ 
    907   int REPEATED_SEQUENCE = 21; 
     944  int REPEATED_SEQUENCE = 22; 
    908945 
    909946  /** 
     
    951988   * @generated 
    952989   */ 
    953   int REPEAT_RANGE = 22; 
     990  int REPEAT_RANGE = 23; 
    954991 
    955992  /** 
     
    11111148 
    11121149  /** 
     1150   * Returns the meta object for the containment reference '{@link de.ugoe.cs.swe.bnftools.ebnf.BnfEntry#getComment <em>Comment</em>}'. 
     1151   * <!-- begin-user-doc --> 
     1152   * <!-- end-user-doc --> 
     1153   * @return the meta object for the containment reference '<em>Comment</em>'. 
     1154   * @see de.ugoe.cs.swe.bnftools.ebnf.BnfEntry#getComment() 
     1155   * @see #getBnfEntry() 
     1156   * @generated 
     1157   */ 
     1158  EReference getBnfEntry_Comment(); 
     1159 
     1160  /** 
    11131161   * Returns the meta object for class '{@link de.ugoe.cs.swe.bnftools.ebnf.DeltaEntry <em>Delta Entry</em>}'. 
    11141162   * <!-- begin-user-doc --> 
     
    12051253   */ 
    12061254  EAttribute getSectionHeading_SectionHeader(); 
     1255 
     1256  /** 
     1257   * Returns the meta object for class '{@link de.ugoe.cs.swe.bnftools.ebnf.Comment <em>Comment</em>}'. 
     1258   * <!-- begin-user-doc --> 
     1259   * <!-- end-user-doc --> 
     1260   * @return the meta object for class '<em>Comment</em>'. 
     1261   * @see de.ugoe.cs.swe.bnftools.ebnf.Comment 
     1262   * @generated 
     1263   */ 
     1264  EClass getComment(); 
     1265 
     1266  /** 
     1267   * Returns the meta object for the attribute '{@link de.ugoe.cs.swe.bnftools.ebnf.Comment#getContent <em>Content</em>}'. 
     1268   * <!-- begin-user-doc --> 
     1269   * <!-- end-user-doc --> 
     1270   * @return the meta object for the attribute '<em>Content</em>'. 
     1271   * @see de.ugoe.cs.swe.bnftools.ebnf.Comment#getContent() 
     1272   * @see #getComment() 
     1273   * @generated 
     1274   */ 
     1275  EAttribute getComment_Content(); 
    12071276 
    12081277  /** 
     
    18981967 
    18991968    /** 
     1969     * The meta object literal for the '<em><b>Comment</b></em>' containment reference feature. 
     1970     * <!-- begin-user-doc --> 
     1971     * <!-- end-user-doc --> 
     1972     * @generated 
     1973     */ 
     1974    EReference BNF_ENTRY__COMMENT = eINSTANCE.getBnfEntry_Comment(); 
     1975 
     1976    /** 
    19001977     * The meta object literal for the '{@link de.ugoe.cs.swe.bnftools.ebnf.impl.DeltaEntryImpl <em>Delta Entry</em>}' class. 
    19011978     * <!-- begin-user-doc --> 
     
    19762053 
    19772054    /** 
     2055     * The meta object literal for the '{@link de.ugoe.cs.swe.bnftools.ebnf.impl.CommentImpl <em>Comment</em>}' class. 
     2056     * <!-- begin-user-doc --> 
     2057     * <!-- end-user-doc --> 
     2058     * @see de.ugoe.cs.swe.bnftools.ebnf.impl.CommentImpl 
     2059     * @see de.ugoe.cs.swe.bnftools.ebnf.impl.EbnfPackageImpl#getComment() 
     2060     * @generated 
     2061     */ 
     2062    EClass COMMENT = eINSTANCE.getComment(); 
     2063 
     2064    /** 
     2065     * The meta object literal for the '<em><b>Content</b></em>' attribute feature. 
     2066     * <!-- begin-user-doc --> 
     2067     * <!-- end-user-doc --> 
     2068     * @generated 
     2069     */ 
     2070    EAttribute COMMENT__CONTENT = eINSTANCE.getComment_Content(); 
     2071 
     2072    /** 
    19782073     * The meta object literal for the '{@link de.ugoe.cs.swe.bnftools.ebnf.impl.ImportImpl <em>Import</em>}' class. 
    19792074     * <!-- begin-user-doc --> 
Note: See TracChangeset for help on using the changeset viewer.