forked from jasder/antlr
added comments
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6849]
This commit is contained in:
parent
d822cb8b23
commit
cab4d7d197
|
@ -25,7 +25,7 @@ public class LinearApproximator {
|
|||
|
||||
int max_k = MAX_LINEAR_APPROXIMATE_DEPTH;
|
||||
|
||||
/** Records state of a LOOK operation */
|
||||
/** Records state of a LOOK operation; used just for lookahead busy checks */
|
||||
static class LookaheadNFAConfig {
|
||||
public NFAState s;
|
||||
public int k;
|
||||
|
|
Loading…
Reference in New Issue