rootLexer method

void rootLexer(
  1. RegexLexer<Parse>? root
)

Implementation

void rootLexer(RegexLexer? root) {
  _rootLexer = root ?? _rootLexer;
}