xtext - visiting all nodes/subnodes of Ecore model generated by DSL -
i know basics of xtext, , have written grammar(which works fine). know ecore model generated. have problem in visiting rules/sub-rules(nodes) of grammar in ast (programmatically). whenever applying validation checks(or others) find difficult navigate particular rule on check applied. (to extent hit , trail).
i want ask there way print nodes sub-nodes of grammar(programmatically) clarify in mind how each node being accessed.
Comments
Post a Comment