|
|
|
|
|
|
|
|
Re: Cross reference to a cross reference ?? [message #1064207 is a reply to message #1063782] |
Tue, 18 June 2013 05:08  |
Eclipse User |
|
|
|
yeeeeah! It works! Awesome! Thank you very much Christian!
I have implemented it now into my model and it works very well, but I got another conflict.
I am not allowed to use the dots, because I am also using normal references in the expressions of the
conditional statements. So I mean reference to elements which are not defined in templates.
For that I use just the following terminal rule:
terminal QUALIFIEDNAME: ID ('.'ID)*;
and I use this one in my references which look like that:
Reference returns Expression:
{Reference}
reference = [ConfkeyOrOption|QUALIFIEDNAME]
;
And because both of them are defined with dots as separator the parser seems to have a problem with that.
Do you have another advice for me how I can solve that conflict?
Because I want to write both references with dots as separartor.
|
|
|
Powered by
FUDForum. Page generated in 0.04484 seconds