Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » QVT-OML » QVTo Abstract Syntax Tree Fetch(I want to fetch the AST)
QVTo Abstract Syntax Tree Fetch [message #1706496] Thu, 27 August 2015 11:18 Go to next message
Abdul Ali Bangash is currently offline Abdul Ali BangashFriend
Messages: 3
Registered: August 2015
Junior Member
I am running the simpleumlToRdbm.qvto example transformation programmatically.
I want to view the contents of AST after it is fully initialized during the transformation.
Otherwise, tell me the point where CST is used to populate AST.
Any help will be appreciated thanks.
Re: QVTo Abstract Syntax Tree Fetch [message #1706530 is a reply to message #1706496] Thu, 27 August 2015 13:52 Go to previous message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi

The QVTo AST as specified by OMG is unimplementable (or rather than
underlying OCL AST is). Solutions to this are being prototyped by the
Eclipse OCL project.

For now, the QVTo AST is Eclipse proprietary and is not currently exported.

If you are able to program your way around this, I am sure you can set a
breakpoint where a distinctive AST class is constructed and examine the
call tree to see what is happening where.

Regards

Ed Willink


On 27/08/2015 14:07, Abdul Ali Bangash wrote:
> I am running the simpleumlToRdbm.qvto example transformation
> programmatically.
> I want to view the contents of AST after it is fully initialized
> during the transformation.
> Otherwise, tell me the point where CST is used to populate AST.
> Any help will be appreciated thanks.
Previous Topic:Mapping of classes N to 1
Next Topic:QVTo object serialization
Goto Forum:
  


Current Time: Sat Apr 27 04:48:20 GMT 2024

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

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

Back to the top