lexEOS static method
Implementation
static Function? lexEOS(QueryLexer lexer) {
if (lexer.width() > 0) {
lexer.emit(TERM);
}
return null;
}
static Function? lexEOS(QueryLexer lexer) {
if (lexer.width() > 0) {
lexer.emit(TERM);
}
return null;
}