run method
dynamic
run()
Implementation
run() {
Function? state = QueryLexer.lexText;
while (state != null) {
state = state(this);
}
}
run() {
Function? state = QueryLexer.lexText;
while (state != null) {
state = state(this);
}
}