menu
lexpro_nullsafety package
documentation
lexers/LexerMain.dart
LexerMain
rootLexer method
rootLexer method
dark_mode
light_mode
rootLexer
method
void
rootLexer
(
RegexLexer
<
Parse
>
?
root
)
Implementation
void rootLexer(RegexLexer? root) { _rootLexer = root ?? _rootLexer; }
lexpro_nullsafety package
documentation
lexers/LexerMain
LexerMain
rootLexer method
LexerMain class