Fixed documentation link
This commit is contained in:
parent
f4e5b23baf
commit
6934495853
|
@ -953,7 +953,7 @@ public class ParserATNSimulator extends ATNSimulator {
|
||||||
*
|
*
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>Evaluate the precedence predicates for each configuration using
|
* <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
|
* <li>Remove all configurations which predict an alternative greater than
|
||||||
* 1, for which another configuration that predicts alternative 1 is in the
|
* 1, for which another configuration that predicts alternative 1 is in the
|
||||||
* same ATN state. This transformation is valid for the following reasons:
|
* same ATN state. This transformation is valid for the following reasons:
|
||||||
|
|
Loading…
Reference in New Issue