| <?xml version="1.0" encoding="UTF-8"?> |
| <ecore:EPackage xmi:version="2.0" |
| xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="antlrAst" |
| nsURI="http://www.eclipse.org/gmt/epsilon/antlrAst" nsPrefix="antlrAst"> |
| <eClassifiers xsi:type="ecore:EClass" name="Ast"> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1" |
| eType="#//Node" containment="true"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Node" |
| eOpposite="#//Node/children"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" |
| eType="#//Node" containment="true" eOpposite="#//Node/parent"/> |
| </eClassifiers> |
| </ecore:EPackage> |