tweak to comment
This commit is contained in:
parent
a87d3acedd
commit
4e84fa2824
|
@ -1323,15 +1323,15 @@ public class ParserATNSimulator extends ATNSimulator {
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This method might not be called for every semantic context evaluated
|
* This method might not be called for every semantic context evaluated
|
||||||
* during the prediction process. In particular, the following restrictions
|
* during the prediction process. In particular, we currently do not
|
||||||
* are allowed:</p>
|
* evaluate the following but it may change in the future:</p>
|
||||||
*
|
*
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Precedence predicates (represented by
|
* <li>Precedence predicates (represented by
|
||||||
* {@link SemanticContext.PrecedencePredicate}) may or may not be evaluated
|
* {@link SemanticContext.PrecedencePredicate}) are not currently evaluated
|
||||||
* through this method.</li>
|
* through this method.</li>
|
||||||
* <li>Operator predicates (represented by {@link SemanticContext.AND} and
|
* <li>Operator predicates (represented by {@link SemanticContext.AND} and
|
||||||
* {@link SemanticContext.OR}) may be evaluated as a single semantic
|
* {@link SemanticContext.OR}) are evaluated as a single semantic
|
||||||
* context, rather than evaluating the operands individually.
|
* context, rather than evaluating the operands individually.
|
||||||
* Implementations which require evaluation results from individual
|
* Implementations which require evaluation results from individual
|
||||||
* predicates should override this method to explicitly handle evaluation of
|
* predicates should override this method to explicitly handle evaluation of
|
||||||
|
|
Loading…
Reference in New Issue