Represents an executor for a sequence of lexer actions which traversed during the matching operation of a lexer rule (token).
Represents an executor for a sequence of lexer actions which traversed during the matching operation of a lexer rule (token).
The executor tracks position information for position-dependent lexer actions efficiently, ensuring that actions appearing only at the end of the rule do not cause bloating of the Antlr4.Runtime.Dfa.DFA created for the lexer.