forked from jasder/antlr
update comment
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6783]
This commit is contained in:
parent
067b6b60f6
commit
856c532174
|
@ -303,6 +303,12 @@ public class PredictionDFAFactory {
|
||||||
* always detect the conflict later when checking for context suffixes...
|
* always detect the conflict later when checking for context suffixes...
|
||||||
* I check for left-recursive stuff and terminate before analysis to
|
* I check for left-recursive stuff and terminate before analysis to
|
||||||
* avoid need to do this more expensive computation.
|
* avoid need to do this more expensive computation.
|
||||||
|
*
|
||||||
|
* Side-effect warning:
|
||||||
|
*
|
||||||
|
* Rather than pass in a list of configs to update or return and
|
||||||
|
* collect lots of little config lists, it's more efficient to
|
||||||
|
* modify d's config list directly.
|
||||||
*/
|
*/
|
||||||
public void closure(DFAState d, NFAConfig c, boolean collectPredicates) {
|
public void closure(DFAState d, NFAConfig c, boolean collectPredicates) {
|
||||||
//NFAConfig proposedNFAConfig = new NFAConfig(s, altNum, context, semanticContext);
|
//NFAConfig proposedNFAConfig = new NFAConfig(s, altNum, context, semanticContext);
|
||||||
|
|
Loading…
Reference in New Issue