thenState
Specifies that, once a match is found, the lexer should use the given state next. Valid values are:
default or
null
to go to the default stateA StateLabel to go to the state with the given label
Specifies that, once a match is found, the lexer should go to the default state.