Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Xbase DSL library without source?
Xbase DSL library without source? [message #1785442] Fri, 13 April 2018 14:19 Go to next message
Eclipse UserFriend
I have an Xbase project and am wondering if there's any support for importing a library generated by my DSL without exposing the source code of that library.

For example:

I have one MyDSL project called Library that I use to write private code.

I then have a second MyDSL project called MyProject that imports Library and is able to use all of its code. Library's source code is not fully visible to me from MyProject.

Thank!

Re: Xbase DSL library without source? [message #1786667 is a reply to message #1785442] Wed, 09 May 2018 03:37 Go to previous message
Eclipse UserFriend
Xbase is able to access any Java type (and the corresponding structure) even in binary shape.
Thus, you should be able to access the translated Java code of your library even without its sources, if that's what you ask for
Previous Topic:Help resolve this error
Next Topic:Hovers on keywors crashes
Goto Forum:
  


Current Time: Thu Jun 12 12:51:03 EDT 2025

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

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

Back to the top