it is possible to see diargam for one rule when it is seleted in editor, but i want to see diagram for entire grammar. like on this picture, with some analysis on it. i am using AntlrWorks 1.5 on windows 7.
Thank You!
You interpreted the diagram wrongly, as it does not show entire grammar, but how a rule contains ambiguity.
Thus, if in your grammar you define such a rule, you can see the diagram as you wish, but it won't appear in a grammar that has no ambiguity.
Steps to reproduce such a diagram can be,