loadNext method

void loadNext(
  1. RegexLexer<Parse>? next
)

Implementation

void loadNext(RegexLexer? next) {
  _next = next;
}