0

How can find what is included in the @containment annotation? I can not find that in the documentation online, that refers only to grammar-spec and nothing more? I'm talking about trying to obtain information/facts from the M3 model..

As an example: scheme=="java+variable" or some other condition is used in a comprehesion to filter, how do you know what can be used to find certain thing?? Thanks

dod101
  • 11
  • 2

1 Answers1

0

The documentation is not complete, but these pages are relevant:

I would also have a look at the code in these files:

They can be found in the rascal navigator view in Eclipse as well. In particular the core file contains all to know about the relations and locations in the java m3 model.

Jurgen Vinju
  • 6,393
  • 1
  • 15
  • 26