Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Obtaining all subrules from a rule to ease <Grammar>Formatter
Obtaining all subrules from a rule to ease <Grammar>Formatter [message #988459] Thu, 29 November 2012 19:25
Eclipse UserFriend
I have a rule which I can find via is *Access() method

grammar.getPropertyAccess()


Is there a way to find out what sub rules this rule contains?
I can call .getGroup() but I'm not sure what is in that.
The generated code says
private final Group cGroup = (Group)rule.eContents().get(1);
which looks like EMF magic I dont yet understand.

I'm trying to avoid having to know (and specify) the formatting rules for stuff contained within this rule. So I want to iterate over the sub rules and specify the formatting without manually specifying everything.

Can I do this?
Previous Topic:Two ecore files generated from grammar
Next Topic:How does control/override the sort order of the completion proposals?
Goto Forum:
  


Current Time: Thu Jul 10 03:05:54 EDT 2025

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

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

Back to the top