Ignore:
Timestamp:
11/20/09 00:48:00 (15 years ago)
Author:
nasko
Message:

The problem with Exceptions seems to be solved by a dummy element added to the main Absyn package in the AST Ecore model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/xtext-MDT/org.modelica.emf/model/OpenModelicaAbstactSyntax.ecore

    r549 r550  
    44    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Absyn"
    55    nsURI="http://www.openmodelica.org/openmodelica.abstact.syntax/" nsPrefix="Absyn">
    6   <eClassifiers xsi:type="ecore:EClass" name="dummyClass">
    7     <eStructuralFeatures xsi:type="ecore:EAttribute" name="dum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
    8   </eClassifiers>
    9   <eClassifiers xsi:type="ecore:EEnum" name="dummyEnumeration">
    10     <eLiterals name="ZEROTH" literal="ZEROTH"/>
    11     <eLiterals name="FIRST" value="1" literal="FIRST"/>
     6  <eClassifiers xsi:type="ecore:EEnum" name="dummyNum">
     7    <eLiterals name="ZERO" literal="ZERO"/>
    128  </eClassifiers>
    139  <eSubpackages name="Program" nsURI="http://www.openmodelica.org/openmodelica.abstact.syntax/Program"
     
    471467      <eStructuralFeatures xsi:type="ecore:EReference" name="each_" lowerBound="1"
    472468          eType="#//Each/uEach" containment="true"/>
    473       <eStructuralFeatures xsi:type="ecore:EReference" name="componentReg" lowerBound="1"
     469      <eStructuralFeatures xsi:type="ecore:EReference" name="componentRef" lowerBound="1"
    474470          eType="#//ComponentRef/uComponentRef" containment="true"/>
    475471      <eStructuralFeatures xsi:type="ecore:EReference" name="modification" eType="#//Modifications/uModification"
Note: See TracChangeset for help on using the changeset viewer.