Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Making QualifiedNamed reference an EObject((probably used scope to do the linking but how?))
icon5.gif  Making QualifiedNamed reference an EObject [message #1388890] Fri, 27 June 2014 03:57 Go to next message
Félix SILINOU KAMDEM is currently offline Félix SILINOU KAMDEMFriend
Messages: 96
Registered: April 2013
Member
Hi,

I want to write a grammar where qualified named is actually an EObject. Technicaly I want this
Element: '{' ElementID (',' ElementID)* '}' ;

With ElementID as a qualifiedNamed which should refer to an EObject.

I supposed that I shoul make a mapping in the scope or should I do something like this
Element: '{' elt=[ecore::EObject|QualifiedName] (',' elts+=[ecore::EObject|QualifiedName])* '}' ;


Any Help will be really appreciated.
Best Regards,
Felix
Re: Making QualifiedNamed reference an EObject [message #1388946 is a reply to message #1388890] Fri, 27 June 2014 05:54 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Hi,

please give more context. what is the actual problem?


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Migrating mwe to mwe2 and the fragment file
Next Topic:"Pseudo" Langage C
Goto Forum:
  


Current Time: Sat Apr 20 00:12:02 GMT 2024

Powered by FUDForum. Page generated in 0.02888 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top