Merge pull request #407 from sharwell/fix-doc-link

Fixed documentation link
This commit is contained in:
Sam Harwell 2014-01-14 18:06:38 -08:00
commit 5c80db61ea
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ public class ParserATNSimulator extends ATNSimulator {
*
* <ol>
* <li>Evaluate the precedence predicates for each configuration using
* {@link SemanticContext.evalPrecedence}.</li>
* {@link SemanticContext#evalPrecedence}.</li>
* <li>Remove all configurations which predict an alternative greater than
* 1, for which another configuration that predicts alternative 1 is in the
* same ATN state. This transformation is valid for the following reasons: