TokensStartState is not really a BlockStartState because it doesn't have an associated end state
This commit is contained in:
parent
9b42acbf4d
commit
0c073062f7
|
@ -30,5 +30,5 @@
|
|||
package org.antlr.v4.runtime.atn;
|
||||
|
||||
/** The Tokens rule start state linking to each lexer rule start state */
|
||||
public class TokensStartState extends BlockStartState {
|
||||
public class TokensStartState extends DecisionState {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue