Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » dot as separator in rule with hidden white spaces
dot as separator in rule with hidden white spaces [message #1016673] Thu, 07 March 2013 10:26
Thomas Pramsohler is currently offline Thomas PramsohlerFriend
Messages: 2
Registered: March 2013
Junior Member
hi everyone,

i try to implement a java-like syntax of dot-separation. attribute.typefield.subtypefield....

with following rule:
ModelElementReference hidden():
element=[franca::FModelElement] ('.' nestedElement=ModelElementReference)?;

it works fine if the separator is another character (':' for example). But why doesn't ir work with the dot as separator?

Thomas
Previous Topic:Is Xtext right for me?
Next Topic:Scope provider stops working with UPPER_CASE_ID terminal rule
Goto Forum:
  


Current Time: Thu Apr 25 17:40:47 GMT 2024

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

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

Back to the top