Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » After linking|Scoping but before Generator and second language
After linking|Scoping but before Generator and second language [message #1064651] Thu, 20 June 2013 12:11
Thomas Hergenröder is currently offline Thomas HergenröderFriend
Messages: 22
Registered: February 2012
Junior Member
We have 2 xtext languages.

DSL-A provides Objects for DSL-B.
In other Words in B you can set cross-references to A.

Now I want to add imaginary, transient model elements to A.
They should be visible to the generator of A
and you should be able to reference them in language B.

I tried to override AbstractCleaningLinker.afterModelLinked.
But the in memory-Model is not yet loaded completly.
So I run into problems like:
Couldn't resolve lazy link, because no node model is attached.

Any recomendations for a better place?
Previous Topic:Xtext runtime tries to access internet at application startup
Next Topic:Scope for EObject with Qualified Name
Goto Forum:
  


Current Time: Tue Mar 19 11:37:25 GMT 2024

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

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

Back to the top