getParser method
Implementation
static Parser getParser(Symbol symbol) {
if (hasParser(symbol, allowQueued: false)) {
return parsers[symbol];
}
return null;
}
static Parser getParser(Symbol symbol) {
if (hasParser(symbol, allowQueued: false)) {
return parsers[symbol];
}
return null;
}