problem combining importURI and importNamespace [message #759101] |
Sat, 26 November 2011 06:29  |
Eclipse User |
|
|
|
Hi,
I'm trying to let the user define explicitly which files should be used by an include keyword.
Within those files are namespaces defined, the user should be able to import namespaces from the files that are defined.
in other words, how to disable the cross reference between files for namespaces, unless it is stated by the importURI?
I have also a second question which is a bit harder,
The scope of the namespaces should be in a chronological order,
for example 2 namespaces are already defined, A B :
namespace D {
using namespace A
// namespace A available
using namespace B
// namespace A and B available
}
Is this order of scoping possible in Xtext?
Regards,
Phil
[Updated on: Sun, 11 December 2011 12:03] by Moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.44591 seconds