Fixed documentation link

This commit is contained in:
Sam Harwell 2014-01-14 08:19:23 -06:00
parent f4e5b23baf
commit 6934495853
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: