Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xbase DSL library without source?
Xbase DSL library without source? [message #1785442] Fri, 13 April 2018 18:19 Go to next message
Larry LeBron is currently offline Larry LeBronFriend
Messages: 124
Registered: October 2015
Senior Member
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 07:37 Go to previous message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
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 Apr 25 01:30:29 GMT 2024

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

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

Back to the top