LexerActionExecutor constructor

LexerActionExecutor(
  1. List<LexerAction> lexerActions
)

Constructs an executor for a sequence of LexerAction actions. @param lexerActions The lexer actions to execute.

Implementation

LexerActionExecutor(this.lexerActions);